/* cyrillic-ext */
@font-face {
    font-family: 'Knowledge';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/knowledge-regular-webfont.eot');
    src: url('../fonts/knowledge-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/knowledge-regular-webfont.woff2') format('woff2'),
        url('../fonts/knowledge-regular-webfont.woff') format('woff'),
        url('../fonts/knowledge-regular-webfont.ttf') format('truetype'),
        url('../fonts/knowledge-regular-webfont.svg#knowledgeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    width: 1130px;
    margin: 0 auto;
    font-family: 'Knowledge';
}

blockquote {
    color: #16B7E5;
}

p, h1, h2, h3, li, a, strong, span, input-placeholder {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
    font-family: 'Knowledge';
}

strong {
    color: #16b7e5;
}

#slider em {
    color: #fff;
}

em {
    color: #63b2a1;
}

h1 {
    margin-bottom: 10px;
}

span .arrow_up, span .arrow_down {
    display: none;
}

select {
    background: url(../images/down.png) no-repeat right #fff;
    border: none;
    overflow: hidden;
    color: #0a1092;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
}

select, input {
    text-transform: capitalize;
}

.clear {
    clear: both;
}

ul {
    padding: 0;
}

::-webkit-input-placeholder {
    color: #fff;
    font-size: 80%;
}

/* HEADER */
header .cais_logo {
    float: left;
    width: 300px;
}

header #languages {
    float: right;
    padding: 10px;
    margin-top: 10px;
    color: #16b7e5;
    font-size: 20px;
}

header #languages a, header #languages a:link, header #languages a:visited {
    color: #16b7e5;
    transition: color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
}

header #languages a:hover {
    color: rgb(102, 79, 133);
}

header #languages a.active {
    color: rgb(214, 184, 94);
    cursor: text;
}

header .cais_logo {
    padding: 10px 0 20px 0;
}

header .left {
    float: left;
    margin-top: 15px;
}

header .left span {
    color: #70cab7;
    margin-left: 20px;
    font-size: 20px;
    vertical-align: top;
}

header .right {
    float: right;
    margin-top: 10px;
}

header .right img {
    height: 25px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

header .right span {
    color: #16b7e5;
    padding: 5px 11px 5px 10px;
    margin-left: 10px;
    font-size: 20px;
    float: right;
}

header .right .choose {
    border-radius: 10px;
    border: #16b7e5;
    border-style: solid;
    border-width: 1px;
    padding: 5px 11px 5px 10px;
    float: right;
    color: #16b7e5;
    font-size: 16px;
}

header .left span, header .left a, header .left a:link, header .left a:visited {
    line-height: 1.5em;
}

header .right input {
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-color: #16b7e5;
    padding: 5px 0px 5px 30px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 18px;
    margin: 2px;
    width: 100px;
}

header .right .search img {
    padding-right: 5px;
}

header a {
    text-decoration: none;
    color: #70cab7;
}

header .left {
    text-transform: capitalize;
}

#searchform {
    float: right;
    padding-left: 15px;
}

#searchform input:hover, #searchform input:focus {
    background-color: rgb(214, 184, 94);
}

.formmessage {
    display: block;
    color: rgb(214, 184, 94);
    font-size: 12px;
}

/* NAV */
nav {
    background-color: #16b7e5;
    border-radius: 10px;
    margin: 5px 0 10px 0;
    position: sticky;
    top: 0;
    z-index: 5000;
}

ul {
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
    margin: 0px 20px;
}

nav li {
    list-style-type: none;
    display: table-cell;
    float: none;
    font-size: 13px;
    vertical-align: middle;
}

nav ul li ul li {
    display: inline-block;
}

nav li:hover, nav li .image_link:hover {
    background-color: #7B6395;
}

nav .mega_menu li:hover, nav .mega_menu div:hover {
    background: transparent !important;
}

nav li a, nav li a:link, nav li a:visited {
    color: #fff;
    text-decoration: none;
    transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out;
    padding: 10px 8px;
    display: block;
    text-align: center;
}

nav ul li ul li a, nav ul li ul li a:link, nav ul li ul li a:visited {
    text-align: left;
}

nav li a:hover {
    color: rgb(214, 184, 94);
}

nav li .image_link a, nav li .image_link a:link, nav li .image_link a:visited {
    text-align: left;
}

/* MEGA MENU */
nav .mega_menu {
    background-color: #fff;
    position: absolute;
    z-index: 50;
    border: solid;
    border-color: #16b7e5;
    left: 0;
    display: none;
    font-size: 16px;
    top: 10px;
}

nav .mega_menu ul {
    margin: 0 !important;
}

nav .mega_menu li {
    padding: 0;
}

nav .mega_menu .column_1 {
    float: left;
    width: 300px;
}

nav .mega_menu .column_2, nav .mega_menu .column_3 {
    float: left;
    width: 382px;
}

nav .mega_menu .column_3 {
    padding: 30px;
}

nav .column_1 a {
    color: #16b7e5;
}

nav .column_2 p {
    color: #232323;
}

nav .mega_menu .column_3 .image-link {
    margin: 0;
}

nav .column_3 .donate_left {
    margin-right: 30px;
    background-color: #16b7e5;
    color: #fff;
    float: left;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

nav .mega_menu .blog span {
    color: #7B6395;
}

nav .column_3 .blog_left {
    margin-right: 30px;
    margin-top: 20px;
    background-color: #70cab7;
    color: #fff;
    float: left;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

nav .mega_menu .donate a, nav .mega_menu .blog a {
    color: #FFF;
    padding: 5px 90px 5px 10px;
}

nav .mega_menu .donate a {
    background-color: #16B7E5;
}

nav .mega_menu .blog a {
    background-color: #70CAB7;
}

nav .mega_menu ul li {
    display: block;
}

nav .column_1 ul li a, nav .column_1 ul li a:link, nav .column_1 ul li a:visited {
    color: #16B7E5;
}

@media (max-width: 480px) {
    body.home #pagecontent {
        margin-top: 0;
    }
}

@media(max-width: 767px) {
    body.home header, body.home header .left, body.home header .left #mycais, body.home header .left #mycais:link, body.home header .left #mycais:visited, body.home header .left #mycais img {
        display: inline-block;
        width: 100%;
        float: none;
    }

    body.home header .left #mycais, body.home header .left #mycais:link, body.home header .left #mycais:visited {
        float: right;
        width: auto;
        margin-right: 10px;
    }

    body.home header .left #mycais img {
        width: auto;
    }

    body.home #pagecontent {
        display: block;
    }

    .mobile-tilerow, body.home .mobile-tilerow * {
        display: block;
    }

    .mobile-tilerow {
        display: table !important;
        width: 100%;
        border-spacing: 10px;
        border-collapse: separate;
        margin-bottom: -10px;
    }

    .mobile-tilerow-inner {
        display: table-row !important;
    }

    .mobile-tile {
        display: table-cell !important;
        vertical-align: middle;
        text-align: center;
        padding: 10px;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        transition: background-color 250ms ease-in-out;
        -webkit-transition: background-color 250ms ease-in-out;
        -moz-transition: background-color 250ms ease-in-out;
        transition: color 250ms ease-in-out;
        -webkit-transition: color 250ms ease-in-out;
        -moz-transition: color 250ms ease-in-out;
    }

    .mobile-tile a, .mobile-tile a:link, .mobile-tile a:visited {
        display: block;
        text-decoration: none;
        font-size: 24px;
        color: #ffffff;
    }

    body.home .mobile-tile img {
        display: inline-block;
        margin-bottom: 10px;
    }

    .mobile-tile.a-third {
        width: 33.3333333%;
    }

    .mobile-tile.two-thirds {
        width: 66.6666666%
    }

    body.home .mobile-tile.full-width {
        width: 100%;
        padding: 20px;
    }

    .mobile-tile.two-thirds img, .mobile-tile.full-width img, .mobile-tile.two-thirds .mobile-tile-title, .mobile-tile.full-width .mobile-tile-title {
        float: left;
        margin-bottom: 0px !important;
    }

    .mobile-tile.two-thirds .mobile-tile-title, .mobile-tile.full-width .mobile-tile-title {
        margin: 17px !important;
    }

    .mobile-tile span.clear {
        clear: both;
    }

    .mobile-tile.blue {
        background-color: rgb(41, 171, 224);
    }

    .mobile-tile.blue:hover {
        background-color: rgb(156, 176, 214);
    }

    .mobile-tile.green {
        background-color: rgb(102, 194, 168);
    }

    .mobile-tile.green a, .mobile-tile.green a:link, .mobile-tile.green a:visited {
        color: rgb(102, 79, 133);
    }

    .mobile-tile.green:hover {
        background-color: rgb(209, 229, 235);
        color: rgb(102, 79, 133);
    }

    .mobile-tile.light-green {
        background-color: rgb(209, 229, 235);
        color: rgb(102, 79, 133);
    }

    .mobile-tile.light-green:hover {
        background-color: rgb(211, 226, 255);
        color: rgb(102, 79, 133);
    }

    .mobile-tile.light-green a, .mobile-tile.light-green a:link, .mobile-tile.light-green a:visited {
        color: rgb(102, 79, 133);
    }

    .mobile-tile.purple {
        background-color: rgb(102, 79, 133);
    }

    .mobile-tile.purple:hover {
        background-color: rgb(211, 226, 255);
        color: rgb(102, 79, 133);
    }
}

/* CAROUSEL */
#carousel {
    float: left;
}

#carousel .text {
    color: #fff;
    background: url('../images/background.png');
    position: absolute;
    margin-top: 330px;
    font-size: 24px;
    border-radius: 0 10px 10px 0;
    padding: 10px;
    max-width: 700px;
}

#carousel img {
    border-radius: 10px;
}

.carouselItem {
    position: relative;
}

/* LINKS */
#links {}

#links p {
    font-size: 20px;
    margin-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
}

#links .appointments, #links .near_me, #links .resources, #links .contact, #links .profile, #links .directory {
    background-color: #16b7e5;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    float: right;
    width: 100px;
    height: 100px;
    padding: 20px;
    margin: 0 0 10px 6px;
}

#links a {
    text-decoration: none;
}

#links .contact, #links .directory {
    background-color: #70cab7;
}

#links .near_me {
    background-color: #7B6395;
}

#links .profile {
    background-color: #16B7E5;
}

#links .appointments {
    background-color: #d9eaee;
    color: #7B6395;
}

#links .resources {
    background-color: #ced3db;
    color: #7B6395;
}

#links .resources p {
    margin-top: 10px;
}

#links .directory p {
    margin-top: 10px;
}

#links .contact img {
    margin-top: 10px;
}

/* SECTIONS */
#news_service_studies {
    margin-top: 10px;
}

.latest_news, .case_studies, .search_cais {
    float: left;
    width: 350px;
    padding-left: 14px;
}

.latest_news .heading img, .case_studies .heading img, .search_cais .heading img,
.latest_news .heading span, .case_studies .heading span, .search_cais .heading span {
    float: left;
    padding-bottom: 10px;
}

.latest_news .heading span, .case_studies .heading span, .search_cais .heading span {
    padding: 15px;
    font-size: 25px;
}

.latest_news .heading span {
    color: #16b7e5;
}

.case_studies .heading span {
    color: #70cab7;
}

.latest_news, .search_cais {
    border-right: solid;
    color: #7b6395;
    border-width: 1px;
    height: 270px;
}

.latest_news .images, .latest_news .text,
.case_studies .images, .case_studies .text {
    float: left;
    padding: 10px 10px 0 0;
}

.latest_news .arrows img, .case_studies .arrows img {
    padding: 24px 0 12px 10px;
}

.latest_news p {
    font-size: 20px;
    color: #16b7e5;
    margin: 10px 0 20px 0;
    width: 210px;
}

.latest_news p a, .latest_news p a:link, .latest_news p a:visited {
    color: #16b7e5;
    text-decoration: none;
}

.latest_news p a:hover {
    color: #70cab7;
}

.search_cais {
    padding: 0 24px;
    color: #7b6395;
}

.search_cais span {
    font-size: 20px;
    color: #7b6395;
}

.case_studies p {
    font-size: 20px;
    color: #70cab7;
    margin: 10px 0 20px 0;
    width: 210px;
}

.case_studies p a, .case_studies p a:link, .case_studies p a:visited {
    color: #70cab7;
    text-decoration: none;
}

.twitter a:hover, .facebook a:hover {
    opacity: 0.85;
    -moz-opacity: 0.85;
    -webkit-opacity: 0.85;
}

.case_studies p a:hover {
    color: rgb(41, 171, 224);
}

.search_cais p {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}

.search_cais form {
    padding-left: 0;
}

.search_cais form input {
    margin-bottom: 0;
    font-size: 12px;
    width: 130px;
    width: 115px;
    padding: 6px;
}

/* FORM */
form {
    padding-left: 30px;
}

form .login-submit {
    width: 135px !important;
}

form input .submit {
    width: 135px !important;
}

form input, form select {
    background-color: #7b6395;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px;
    float: right;
    width: 125px;
    font-size: 16px;
}

option {
    font-size: 14px;
}

form .submit {
    background-color: #fff;
    color: #7b6395;
    border: #7b6395;
    border-style: solid;
    border-width: 1px;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

form .submit:hover {
    background-color: rgb(102, 79, 133);
    color: #ffffff;
}

form div {
    margin-bottom: 10px;
}

.tright .nfilter select {
    width: 100%;
}

#searchcaisform input, #searchcaisform select {
    text-align: center;
    font-size: 12px !important;
}

#searchcaisform .submit {
    width: 36%;
}

.search_cais p {
    margin: 0 !important;
    padding: 10px 0;
}

/* SLIDER */
#slider {
    padding-top: 20px;
}

#slider span {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    float: left;
    color: #fff;
}

#slider p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

#slider span .number {
    font-size: 40px;
}

#slider span .month {
    font-size: 25px;
}

.innerslider {
    float: left;
}

#slider .arrow_left, #slider .arrow_right {
    background-color: #70cab7;
    font-size: 60px;
    color: #fff;
    border-radius: 10px;
    padding: 70px 17px;
}

#slider .arrow_left {
    margin-right: 10px;
}

#slider .arrow_right {
    float: right;
    margin-left: 10px;
}

#slider .one {
    background: url('../images/one.png');
    padding: 8px 15px;
    width: 165px;
}

#slider .two {
    background: url('../images/two.png');
    padding: 8px 15px;
    width: 165px;
}

#slider .three {
    background: url('../images/three.png');
    padding: 8px 15px;
    width: 165px;
}

#slider .four {
    background: url('../images/four.png');
    padding: 8px 15px;
    width: 165px;
}

#slider .five {
    background: url('../images/five.png');
    padding: 8px 15px;
    width: 165px;
}

.case_studies .images img {
    width: 60px !important;
    height: auto !important;
    margin: 5px;
}

ul.errorlist li {
    list-style-type: none;
    color: red;
    font-size: 12px;
}

/**
body.nocarousel #links {
    text-align: center !important;
}

body.nocarousel #links a div {
    float: none;
    display: inline-block;
    margin: 6px !important;
}
*/
/* FOOTER */
#pagecontent footer #map {
    margin-left: 35px !important;
}

#pagecontent footer p, #pagecontent footer a {
    text-decoration: none;
    color: #FFF !important;
    margin: 0px;
}

#pagecontent footer #form_map_links, footer #form_map_links {
    width: 98%;
}

footer {
    margin-top: 10px;
    margin-bottom: 30px;
}

#form_map_links {
    background-color: #16B7E5;
    border-radius: 10px;
    padding: 10px;
    float: left;
}

#form_map_links a, #form_map_links form {
    text-transform: capitalize;
}

#map {
    float: left;
    margin-left: 50px;
    margin-top: 20px;
    border: 4px solid #ffffff !important;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

footer form {
    float: left;
}

footer form p, footer h3 {
    padding-bottom: 10px;
    color: #fff;
}

footer form input {
    color: #fff;
    border: #fff;
    border-style: solid;
    border-width: 1px;
    float: none !important;
    background-color: #16b7e5;
    text-align: left;
    padding-left: 10px;
    font-size: 15px;
}

footer form .submit, footer button {
    color: #16b7e5;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    text-align: left;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}

footer form .submit {
    padding: 5px 10px;
    width: 100%;
}

footer form .submit:hover, footer button:hover {
    background-color: rgb(211, 226, 255);
}

.interest select {
    text-align: left;
}

footer input {
    font-size: 14px;
    margin-bottom: 10px;
}

footer #social {
    float: right;
    display: inline-block;
    margin-top: 90px;
}

footer #social .linkedin {
    float: none;
}

footer #social .linkedin a {
    float: right;
    margin-right: 10px;
}

footer #social .instagram a {
    float: right;
    margin-right: 10px;
}

footer p, footer a {
    text-decoration: none;
    color: #fff;
    margin: 0;
}

footer #copyright {
    float: left;
    padding: 50px 0px 0 50px;
}

#copyright a:hover {
    color: rgb(214, 184, 94);
}

footer #leaves {
    margin-top: 8px;
    float: right;
}

footer #leaves img {
    display: block;
}

map {
    border: #fff;
    border-style: solid;
    border-radius: 10px;
}

footer #donate_footer {
    float: left;
    margin: 30px 30px;
}

footer #donate_footer button {
    text-transform: capitalize;
}

footer input:focus, footer input:hover {
    border-color: rgb(214, 184, 94);
}

/*TABLET*/
@media (max-width: 768px) {
    body, #carousel img {
        width: 100%;
        float: none;
    }

    nav {
        top: -15px !important;
    }

    nav li {
        display: block;
        text-align: left;
    }

    nav li a {}

    header img {
        margin-left: 10px;
    }

    header .right {
        float: none;
        margin-top: 55px;
    }

    header .right span {
        padding: 0;
    }

    #carousel .text {
        margin-top: 270px;
        max-width: 100%;
    }

    #links .appointments, #links .near_me, #links .resources, #links .contact, #links .profile, #links .directory {
        width: auto;
        float: left;
    }

    .latest_news, .case_studies, .search_cais {
        border-right: none !important;
        margin-left: 10px;
        padding: 0;
        float: none;
        width: auto;
    }

    .search_cais form {
        float: left;
        width: 300px;
    }

    #searchcaisform {
        margin-top: 10px;
    }

    search_cais #searchcaisform input.button {
        cursor: pointer;
    }

    .search_cais #searchcaisform input.button:hover {
        background-color: rgb(156, 176, 214);
    }

    .latest_news p, .case_studies p {
        width: auto;
        margin: 10px 0 50px 0;
    }

    .search_cais {
        margin-top: 30px;
    }

    #slider .one, #slider .two, #slider .three, #slider .four, #slider .five {
        padding: 5px 10px;
        font-size: 14px;
        width: 95px;
    }

    #slier span {}

    #slider span .number {
        font-size: 35px;
    }

    footer, #form_map_links {
        width: 100% !important;
        padding: 0;
    }

    footer form, footer #copyright, footer #donate_footer, footer #social {
        float: none;
        margin: 10px;
        padding: 0;
    }

    footer #leaves {
        display: none;
    }
}

@media (max-width: 480px) {
    header .cais_logo {
        width: 100%
    }

    #searchcaisform .submit {
        width: 42%;
    }

    #links .appointments, #links .near_me, #links .resources, #links .contact, #links .profile, #links .directory {
        width: 100px;
    }

    #carousel .text {
        display: none;
    }

    .latest_news p, .case_studies p {
        width: 210px;
        margin: 10px 0 20px 0;
    }

    #slider .one, #slider .two, #slider .three, #slider .four, #slider .five {
        width: 195px;
    }

    #slider .arrow_right, #slider .arrow_left {
        display: none;
    }

    #slider .arrow_down, #slider .arrow_up {
        display: block;
        background-color: #70cab7;
        border-radius: 0;
        width: 100%;
    }

    #slider .arrow_down img, #slider .arrow_up img {
        padding: 20px;
    }
}

nav .mega_menu, nav .mega_menu li {
    font-size: 16px;
}

nav .mega_menu .column_1, nav .mega_menu .column_2, nav .mega_menu .column_3 {
    padding: 2%;
}

nav .mega_menu .column_1 {
    width: 16% !important;
}

nav .mega_menu .column_2 {
    width: 36% !important;
}

nav .mega_menu .column_2 ul li a, nav .mega_menu .column_2 ul li a:link, nav .mega_menu .column_2 ul li a:visited {
    color: #16B7E5;
}

nav .mega_menu .column_2 ul li a p {
    font-size: 0.8em;
}

nav .mega_menu .column_3 {
    width: 36% !important;
}

nav .mega_menu .column_3 .image_link {
    color: #16B7E5;
    font-size: 0.8em;
    margin-bottom: 10px;
}

nav .mega_menu .column_3 .image_link a, nav .mega_menu .column_3 .image_link a:link, nav .mega_menu .column_3 .image_link a:visited {
    color: #16B7E5;
    margin: 0;
}

nav .mega_menu .column_3 .image_link .image_link_image {
    float: left;
    margin-right: 10px;
}

nav .mega_menu .column_3 .image_link .image_link_title {
    margin-bottom: 6px;
    font-size: 1.2em;
    display: block;
}

nav .mega_menu .column_1 a:hover, nav .mega_menu .column_2 ul li a:hover, nav .mega_menu .column_3 .image_link a:hover {
    color: rgb(214, 184, 94);
}

#slider span {
    height: 185px;
}

#slider a:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
}

#slider .innerslider {
    width: 975px;
    height: 185px;
    overflow: hidden;
    position: relative;
}

#slider .innerslider .inner {
    height: 185px;
    width: 999999px;
    position: absolute;
}

#slider .arrow_left, #slider .arrow_right {
    height: 45px;
    line-height: 45px;
}

#slider .arrow_left:hover, #slider .arrow_right:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
    cursor: pointer;
}

h1 {
    color: #70CAB7;
}

#searchp {
    margin-bottom: 10px;
}

#searchresults .item {
    margin-bottom: 15px;
}

#searchresults .item .image {
    float: left;
    margin-right: 10px;
}

#pagecontent a, #pagecontent a:link, #pagecontent a:visited {
    color: #7B6395;
    text-decoration: none;
    letter-spacing: normal;
}

.sidebar {
    border-left: solid 4px #16B7E5;
    margin-left: 10px;
    text-align: left;
}

.sidebar h4 {
    margin-bottom: 10px !important;
}

.sidebar h3 {
    margin-bottom: 30px !important;
}

.sidebar p {
    padding-left: 10px;
}

#pagecontent a:hover {
    color: #AABDDD;
}

#topmenu {
    float: right;
    margin-top: 23px;
    margin-right: 100px;
    text-align: right;
}

#topmenu a.blue {
    color: #16b7e5;
}

#topmenu a, #topmenu a:link, #topmenu a:visited {
    margin-right: 10px;
    vertical-align: middle;
}

#topmenu a .svg {
    display: inline-block;
    vertical-align: middle;
}

#topmenu a svg,
#topmenu a img {
    height: 30px;
    width: auto;
    vertical-align: middle;
    margin: 0;
}

#topmenu a.purple {
    color: #7B6395;
}
#topmenu a.large {
    font-size: 20pt;
    vertical-align: middle;
    margin-left:10px;
}

#topmenu a:hover {
    color: #7B6395;
}

#topmenu .linkRow {
    display: block;
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
}

#topmenu .linkRow.phone span {
    font-size: 20pt;
}
#topmenu .linkRow.phone span img {
    height: 20px;
}
#topmenu span {
    display: inline-block;
    color: #16b7e5;
    padding-right: 10px;
    vertical-align: middle;
}

#topmenu span img {
    height: 15px;
    display: inline-block;
    margin: 0 5px;
}

#topmenu .toggle {
    display: inline-block;
    vertical-align: bottom;
}
#topmenu .toggle span {
    color: #16b7e5;
    margin: 0 2.5px;
    padding: 0;
}
#topmenu .toggle a {
    color: #16b7e5;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

form.formbuilder {
    padding: 10px;
}

.pfield {
    margin-bottom: 10px;
}

.pfield textarea {
    background-color: #7b6395;
    border-radius: 10px;
    padding: 7px 12px;
    border: 0px;
    color: #ffffff;
    height: 80px;
}

.plabel, .pfield {
    display: block;
}

.plabel label {
    color: #222222;
}

.pfield input, .pfield select, .pfield textarea, .formbuilder ul li {
    float: none;
    font-size: 16px;
    padding: 7px 12px;
    width: 60%;
    border-radius: 5px;
}

.pfield select {
    width: 65% !important;
}

.submit-row .pure-button {
    padding: 8px;
    background-color: #ffffff;
    color: #7b6395;
    border: 2px solid #7b6395;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    cursor: pointer;
}

.submit-row .pure-button:hover {
    background-color: #ededed;
}

.formbuilder ul li {
    list-style-type: none;
    width: 80%;
}

.row {
    letter-spacing: -0.31em;
    /* Webkit: collapse white-space between units */
    *letter-spacing: normal;
    /* reset IE < 8 */
    *word-spacing: -0.43em;
    /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed;
    /* Webkit: fixes text-rendering: optimizeLegibility */
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    /* IE10 uses display: flexbox */
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    /* Prevents distributing space between rows */
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.col-2, .col-10, .col-20, .col-25, .col-33, .col-30, .col-40, .col-50, .col-60, .col-70, .col-80, .col-90, .col-100, .col-45, .col-55, .col-15, .col-75, .col-48 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.col-2 {
    width: 2%;
}

.col-10 {
    width: 10%;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-33 {
    width: 33%;
}

.col-40 {
    width: 40%;
}

.col-48 {
    width: 48%;
}

.col-50 {
    width: 50%;
}

.col-60 {
    width: 60%;
}

.col-70 {
    width: 70%;
}

.col-80 {
    width: 80%;
}

.col-90 {
    width: 90%;
}

.col-100 {
    width: 100%;
}

.col-45 {
    width: 45%;
}

.col-55 {
    width: 55%;
}

.col-15 {
    width: 15%;
}

.col-75 {
    width: 75%;
}

.col-inner {
    margin-right: 15px;
}

#pagecontent p, #pagecontent h3, #pagecontent h2, #pagecontent h4 {
    margin: 10px;
}

.news-item .nimage {
    float: left;
    margin: 0px 10px 10px 0px;
}

.tright {
    text-align: right;
}

.nfilter {
    padding: 0px;
}

.nfilter input {
    float: none;
    width: auto;
    margin: 4px 4px 0px 4px;
}

.nfilteritem {
    padding: 5px;
}

.sidebar h4 {
    margin: 3px 0px;
}

.sidebar p {
    margin: 0px !important;
}

.sidebar .clear {
    margin-bottom: 10px;
}

.sidebar h3 {
    color: #16B7E5;
}

.sidemenu a, .sidemenu a:link, .sidemenu a:visited {
    display: block;
    padding: 6px 12px;
    border: 3px solid #7B6395;
    color: #7B6395;
    text-decoration: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 5px;
}

.sidemenu a:hover {
    background-color: #ededed;
}

#edit-profile-form input {
    float: none;
    padding: 5px 10px;
    width: 160px;
}

#edit-profile-form p label {
    width: 120px;
    display: inline-block;
}

#overview-event-image {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 300px;
}

@media (max-width: 480px) {
    #overview-event-image {
        float: none;
        margin: 0;
        width: auto;
    }
}

.event_detail_calendar #slider {
    padding-top: 0px;
    margin: 0px 0px;
}

.evlisti {
    margin-bottom: 20px;
}

.evlisti-img {
    float: left;
    margin: 0px 10px 0px 0px;
}

.evlisti h5 {
    margin: 0px;
}

#eventfilter select {
    margin-bottom: 10px;
}

.calendartile, .calendartile:link, .calendartile:visited {
    background-color: #7B6395;
    color: #ffffff !important;
    height: 100px;
    padding: 10px;
    display: block;
    text-decoration: none;
}

@media (max-width: 480px) {
    .calendartile {
        width: 30px;
    }
}

.calendartile:hover {
    background-color: #70CAB7;
}

.calendartile .day {
    font-size: 30px;
}

.calendartile .month {
    font-size: 18px;
}

.categoryside p {
    display: none;
}

.galleryslider img {
    padding: 20px;
}

.galleryslider .inner {
    position: relative !important;
}

#directorylisting li {
    list-style-type: none;
}

#sdfilter select {
    margin-bottom: 6px;
}

.find .search_cais {
    padding: 0px;
    border-right: 0px;
    width: 100%;
}

p.alignleft {
    float: left;
}

.mislink {
    display: block;
    margin-bottom: 5px;
}

.appointments {
    padding-bottom: 20px;
}

.appointments h3 {
    padding-bottom: 20px;
    margin: 25px 0px -20px 0px !important;
}

#event-register p label, #event-register p input, #event-register p select {
    display: block;
    float: none;
}

#event-register p select {
    display: inline;
}

#event-register textarea {
    background-color: #7B6395;
    color: #ffffff;
    border: 0px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 8px;
}

form #id_categories li {
    list-style-type: none;
}

form #id_categories li input {
    float: none;
    width: auto !important;
}

#pagecontent {
    line-height: 1.3em;
}

#pagecontent h1 {
    line-height: 2em;
    margin-bottom: 0px;
}

.service-contact, .service-pages {
    padding: 5px;
    border-left: solid 4px #16B7E5;
    color: #16B7E5;
    text-align: left;
    margin-top: 20px;
}

.service-contact h2, .service-pages h2 {
    margin-top: 0px !important;
}

.service-contact p {
    color: #000;
}

.service-pages a {
    text-decoration: none;
    color: #000 !important;
}

.service-contact strong {
    display: none;
}

/*.service-contact {
    border: solid 1px #70CAB7;
}

.service-contact a, .service-contact a:link, .service-contact a:visited {
    color: #ffffff;
}

h3#instagram {
    background-color: #16B7E5;
    color: #ffffff;
    display: inline-block;
    padding: 8px 12px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}*/
.addthis_sharing_toolbox {
    margin: 20px 10px;
}

#staff_info {
    float: left;
    width: 80%;
    min-height: 270px;
}

@media (max-width: 768px) {
    #staff_info {
        min-height: 50px !important;
    }
}

#staff_img {
    float: left;
    margin: 10px;
}

.latest_news .images img {
    max-width: 65px;
}

.latest_news .text p a, .case_studies .text p a {
    max-height: 40px;
    overflow: hidden;
}

.aol {
    margin-bottom: 12px;
    display: inline-block;
    border: solid #16b7e5 1px;
    border-radius: 15px;
}

.aol .inner .row {
    clear: both;
}

@media(max-width: 767px) {
    .aol .col-40, .aol .col-60 {
        width: 100%;
        height: auto !important;
    }

    .aol iframe, .aol img {
        width: 45%;
        margin: 0px !important;
    }
}

@media (max-width: 480px) {
    .aol {
        width: 100% !important;
    }
}

.aol .inner {
    margin: 15px;
    height: auto;
}

.aol .tright {
    text-align: left;
}

.aol img {
    float: left;
    margin-right: 12px;
}

.aol h5 {
    margin: 0px;
    line-height: 1em;
}

.aol h3, .aol p {
    margin-left: 0px !important;
}

@media (max-width: 420px) {
    .aol .inner .row {
        width: auto;
        text-align: left;
    }
}

a.button, a.button:link, a.button:visited {
    display: inline-block;
    background-color: #7B6395;
    color: #ffffff !important;
    padding: 9px 15px;
    margin: 4px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-decoration: none;
}

a.rmore, a.rmore:link, a.rmore:visited {
    display: inline-block;
    margin: -5px 10px 3px 10px;
}

#staff_info p {
    margin: 3px 10px;
}

.vil {
    margin-bottom: 10px;
}

.vil .img {
    display: inline-block;
    width: 15%;
    vertical-align: top;
}

.vil .img img {
    max-width: 100%;
}

.vil .desc {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    margin-left: 2%;
}

.vil .desc a, .vil .desc a:link, .vil .desc a:visited {
    text-decoration: none;
    font-size: 1.2em;
}

.vil .arr {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

#searchresults .item img {
    width: 80px;
    max-width: 80px;
}

@media(max-width: 767px) {
    img {
        max-width: 100%;
    }

    #instagramslider {
        display: none;
    }

    .home #login, .home #logout, .home #login span, .home #logout span {}

    #topmenu, #searchform, #form_map_links form, #map, #copyright, #donate_footer, #djDebug {
        display: none !important;
    }

    #social div {
        float: none !important;
        display: inline-block;
    }

    header .cais_logo {
        padding: 0px !important;
        margin: 0px !important;
        float: none !important;
    }

    #social div a {
        float: none !important;
    }

    #form_map_links {
        width: auto !important;
        display: block;
        padding: 10px;
    }

    footer {
        width: auto !important;
    }

    header, #pagecontent, footer {
        margin: 10px;
    }

    header .left span {
        font-size: 0.8em;
    }

    #mycais img {
        width: 60px;
    }

    .user {
        width: 20px;
    }

    header {
        width: auto !important;
    }

    #links {
        display: none;
    }

    .innerslider {
        width: 78% !important;
    }

    #slider .arrow_left, #slider .arrow_right {
        width: 5%;
        display: inline-block !important;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        display: inline-block;
        width: 24% !important;
    }

    #mobilenav, #mobilenav:link, #mobilenav:visited {
        position: absolute;
        top: 20px;
        right: 10px;
        background-color: #16B7E5;
        color: #ffffff;
        display: inline-block;
        height: 20px;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    #pagecontent {
        margin-top: 25px;
    }

    #pagecontent .col-80, #pagecontent .col-20, #pagecontent .col-45, #pagecontent .col-55, #pagecontent .col-75, #pagecontent .col-25, #pagecontent .col-70, #pagecontent .col-30 {
        width: 100%;
    }

    #pagecontent h1 {
        line-height: 1em;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    nav {
        top: -50px;
    }

    nav ul {
        position: relative;
    }

    nav ul li .mega_menu {
        position: absolute;
        left: 0px;
        top: none;
        width: 96% !important;
        padding: 2%;
    }

    nav .mega_menu .column_1, nav .mega_menu .column_2, nav .mega_menu .column_3 {
        width: 100% !important;
        float: none !important;
        padding: 0px !important;
    }

    .mega_menu ul {
        display: block;
    }

    .mega_menu ul li {
        width: 100% !important;
    }

    .mega_menu ul li p {
        display: none;
    }

    .image_link_image, .image_link_desc {
        display: none !important;
    }

    header {
        padding-bottom: 10px;
    }

    iframe {
        max-width: 100%;
    }

    .service-contact {
        margin-top: 10px;
    }

    .evlisti .col-75 {
        width: 75% !important;
    }

    .right select, .right span {
        display: none;
    }

    .latest_news, .case_studies, .search_cais {
        height: auto !important;
    }

    #searchcaisform {
        float: none !important;
    }

    .case_studies {
        margin-top: 30px;
    }
}

@media(min-width: 768px) {
    #mobilenav {
        display: none;
    }
}

@media (max-width: 480px) {
    .innerslider {
        width: 65% !important;
    }
}

.staff_img img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.staffbox {
    margin-bottom: 20px;
}

.strmore, .strmore:link, .strmore:visited {
    display: inline-block;
    margin: 5px 10px;
    padding: 6px 10px;
    background-color: #16B7E5;
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.strmore:hover {
    background-color: #7b6395;
}

.strmore span {
    display: inline-block;
    margin-left: 16px;
    line-height: 16px;
    font-size: 16px;
    height: 17px;
    padding: 1px 0px 0px 0px;
    width: 18px;
    background-color: #ffffff;
    color: #16B7E5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
}

.strmore:hover span {
    color: #7b6395;
}

.aoloc {
    margin-right: 0px !important;
}

@media(max-width: 480px) {
    #carousel {
        display: none;
    }
}

form.fleft select, form.fleft input {
    float: none !important;
}

.nearme-item {
    margin-bottom: 5px;
}

.nearme-item img {
    width: 80px;
}

.nearme-item p {
    font-size: 0.9em;
}

.nearme-item .inner {
    border: 2px solid #16B7E5;
    padding: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

@media(max-width: 767px) {
    .nearme-item {
        width: 49%;
    }
}

@media(max-width: 480px) {
    .nearme-item {
        width: 99%;
    }
}

#back-to-cais {
    background-color: #16B7E5;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    text-decoration: none;
}

#icon_download {
    background-color: #7B6395;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    display: inline-block;
    padding: 20px;
    width: 85% !important;
    margin: 10px;
}

#icon_download a {
    text-decoration: none;
}

#icon_download img {
    float: left;
    padding-right: 20px;
}

#icon_download p {
    color: #fff;
    font-size: 30px;
    margin: 0px !important;
}

.profile-buttons {
    display: none;
    padding: 20px 0px;
}

#profile-cais-site {
    background-color: #7B6395;
    color: #fff !important;
}

#profile-my-cais {
    background-color: #16B7E5;
    color: #fff !important;
}

#profile-my-cais, #profile-cais-site {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .profile-buttons {
        display: block !important;
    }

    #profile-my-cais, #profile-cais-site {
        clear: both;
    }

    .row.form .col-45 {
        order: 2;
    }

    .row.form .col-55 {
        order: 1;
    }
}

@media (max-width: 428px) {
    .profile-buttons a {
        font-size: 30px;
    }
}

@media (max-width: 428px) {
    #offices .aol {
        height: auto !important;
    }

    #offices iframe {
        width: 170px !important;
    }

    #offices .col-40, #offices .col-60 {
        float: left;
    }
}

.accreditations {
    padding: 50px 0 30px;
    text-align: center;
}

.accreditations .item .inner img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.accreditations .slick-next,
.accreditations .slick-prev {
    position: relative;
    width: 25px;
    height: 50px;
    border: 0;
    color: transparent;
    background-color: transparent;
    display: inline-block;
}

.accreditations .slick-next::before,
.accreditations .slick-prev::before {
    content: '';
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/latest_arrow.png");
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.accreditations .slick-prev {
    transform: rotate(180deg);
}

.accreditations .slick-list {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    margin: 0 1%;
    padding: 0 !important;
}

@media (min-width: 768px) {
    .accreditations .item .inner {
        padding: 20px 40px;
    }

    .accreditations .item .inner img {
        width: auto;
        height: 50px;
    }
}
