@charset "utf-8";
/* AIIC */


body {
    font-family: 'Raleway', sans-serif;
    background-color: #deebf6;
	color:#0f3a5d;
}

#content {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #0f3a5d;
}

.insidePageBg {
    background-color: #deebf6;
    padding-top: 30px;
    /*min-height: 600px;*/
}

.insidePagewrap {
    padding-left: 17.5%;
    padding-bottom: 100px;
	width:85%;
}

h1 {
    font-family: 'EB Garamond', serif;
    font-size: 72px;
    color: #0f3a5d;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Raleway', sans-serif;
    color: #0f3a5d;
    margin-bottom: 30px;
    font-weight: 700;
}

h3 {
	font-size: 22px;
	font-weight: 800;
}

h4 {
    font-weight: 800;
}

/* styles for form, tables, labels */

.table {
    border: 1px solid #f3f3f3;
    border-collapse: separate;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
}

.data-table-header {
    padding: 7px;
    background: #0f3a5d;
}

.table > thead > tr > th.data-table-header,
.table > tbody > tr > th.data-table-header,
.table > tfoot > tr > th.data-table-header {
    white-space: nowrap;
    border: 1px solid #0f3a5d;
    border-right-color: #082344;
    border-left-color: #0a3f7d;
}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    border: none;
    line-height: 2;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    font-weight: normal;
}

.table tr td:first-child,
.table tr td:last-child {
    border: none;
}

.control-button {
    margin: 2px 0;
}

.control-button span.text {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.control-button .fa,
.list-group-text.icons .fa,
.ui-widget .list-group-item .fa,
.table > tbody .fa,
.table > tbody .glyphicon {
    color: #252525;
    border: 1px solid #d4d4d4;
    padding: 5px;
    cursor: pointer;
}

.table tr.total {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.table#logs > tbody > tr > th,
.table#logs > tbody > tr > td {
    border: 1px solid #f0f0f0;
}

.table .documents a {
    color: #4f5054;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.table .documents a:hover {
    color: #252525;
}

.table .documents .fa,
.table .documents .glyphicon {
    color: #4f5054;
    border: none;
}

.table .documents .fa:hover,
.table .documents .glyphicon:hover {
    background: inherit;
    color: inherit;
    border: inherit;
}

.table > tbody a.fa:first-of-type {
    border-left: 1px solid #d4d4d4;
}

.ui-widget .list-group-item .fa:hover,
.list-group-text.icons .fa:hover,
.control-button .fa:hover,
.table > tbody .fa:hover,
.table > tbody .fa:focus,
.table > tbody .glyphicon:hover,
.table > tbody .glyphicon:focus {
    background-color: #00adef;
    color: #fff;
    border: 1px solid #00adef;
}

.table > tbody .fa.fa-check-circle-o.not_attended,
.table > tbody .fa.fa-check-circle-o.not_attended:hover,
.table > tbody .fa.fa-check-circle-o.not_attended:focus {
    cursor: pointer;
    color: #cccccc;
    padding: 3px;
    border: none;
    font-size: 20px;
    background-color: transparent;
}

.table > tbody .fa.fa-check-circle-o.attended,
.table > tbody .fa.fa-check-circle-o.attended:hover,
.table > tbody .fa.fa-check-circle-o.attended:focus {
    cursor: pointer;
    color: #26af28;
    padding: 3px;
    border: none;
    font-size: 20px;
    background-color: transparent;
}

th.sortable a {
    color: #fff;
    background-position: left center;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.data-table-header a:hover,
.data-table-header a:focus {
    text-decoration: none;
    color: #dadada;
}

th.sorted a:hover,
th.sortable a:hover {
    text-decoration: none;
    color: #dadada;
}

.table > tbody a {
    color: #252525;
}

.table > tbody a:hover,
.table > tbody a:focus {
    text-decoration: none;
    outline: none;
}


.table tr.row0 {
    background: #fff;
}

.table tr.row1 {
    background: #f5f5f5;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    text-align: center;
}

.table .fa-plus-square,
.table .fa-users,
.table .fa-upload {
    color: #00adef;
    font-size: 18px;
}

.table .fa,
.table .glyphicon {
    font-size: 16px;
}

textarea.form-control {
    min-height: 33px;
}

.form-control {
    height: 33px;
    margin-top: 1px;
    border-radius: 0;
    color: #2c2d31;
    font-size: 14px;
    padding: 0 5px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select2-container--bootstrap .select2-selection--single {
    height: 33px !important;
    padding: 5px 24px 4px 12px !important;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-top: 1px !important;
    border: 1px solid #d4d4d4 !important;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
    overflow-x: hidden !important;
    max-height: 300px !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #2c2d31 transparent transparent !important;
}

.select2-container--bootstrap .select2-selection__clear {
    color: #c81111 !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-radius: 0;
}

.form-horizontal .control-label {
    padding-top: 10px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #2c2d31;
}

label {
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.label.label-separator.rule-note {
    white-space: normal;
    word-spacing: 1px;
    font-size: 12px;
}

.form-control:focus {
    outline: none;
    border: 1px solid #00adef;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div[class*=scroll-]::-webkit-scrollbar-track {
    border-radius: 0;
}

div[class*=scroll-]::-webkit-scrollbar {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #F7F7F7;
}

div[class*=scroll-]::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #BFBFBF;
}

div[class*=responsive]::-webkit-scrollbar-track {
    border-radius: 0;
}

div[class*=responsive]::-webkit-scrollbar {
    background-color: #F7F7F7;
}

div[class*=responsive]::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #BFBFBF;
}

/* hover style just for information */
label:hover:before {
    border: 1px solid #00adef !important;
}

.label-separator {
    border-radius: 0;
    white-space: nowrap;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    box-shadow: none;
    margin: 3px 0;
    padding: 5px;
}

.panel {
    border-radius: 0;
    border-color: #f3f3f3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control-static {
    padding-top: 10px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #2c2d31;
}

.panel-heading {
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #0f3a5d none;
    border-color: #f3f3f3;
    color: #fff;
    border-radius: 0;
    text-shadow: none;
    font-size: 14px;
}

.panel-default > .panel-heading {
    background: #fff none;
    border-color: #f3f3f3;
    color: #2c2d31;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 14px;
}

.panel-primary > .panel-heading {
    background: #357ebd none;
}

.panel-info > .panel-heading {
    background: #c4e3f3 none;
}

.panel-warning > .panel-heading {
    background: #faf2cc none;
}

.panel-success > .panel-heading {
    background: #d0e9c6 none;
}

.panel-heading label {
    font-weight: normal;
}

.panel-default > .panel-footer {
    background: #fff none;
    border-color: #f3f3f3;
    color: #2c2d31;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 14px;
}

.well-sm {
    border-radius: 0;
    background: #fff;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-right: none;
    border-left: none;
}

.panel-filter {
    border: 1px solid #d4d4d4;
}

.color-box {
    width: 16px;
    height: 16px;
}

.left-inner-addon span {
    bottom: 10px;
    font-size: 14px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #0f3a5d;
    border-color: #0f3a5d;
}


.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #00adef;
    border-color: #00adef;
    color: #ffffff;
}

.nav-tabs .fa {
    font-size: 14px;
}

.nav-tabs > li > a {
    border-radius: 0;
    border: none;
    border-bottom: 4px solid transparent;
    color: #2c2d31;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 4px solid #0f3a5d;
    cursor: pointer;
}

.nav-tabs {
    background: #ffffff;
    border: 1px solid #f3f3f3;
}

.nav-tabs > li > a:hover {
    background: none;
    border: none;
    border-bottom: 4px solid #00adef;
    cursor: pointer;
}

.btn-toolbar {
    border: 1px solid #f3f3f3;
    margin: 10px 0;
    background: #ffffff;
    padding-right: 1px;
}

.btn-toolbar .btn-default {
    background: #ffffff;
    outline: none;
    border: none;
    text-shadow: none;
    color: #3a3a3a;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 12px;
    text-transform: capitalize;
}

.btn-toolbar .btn-default:hover,
.btn-toolbar .btn-default:focus {
    background: #00adef;
    color: #ffffff;
}

.btn-toolbar .btn-group {
    margin: 0;
}

.btn-toolbar .btn-group > strong {
    color: #c4f1ff;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    line-height: 40px;
    padding: 5px;
}

.btn-toolbar .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border: none;
    border-radius: 0;
}

.btn-toolbar .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border: none;
    border-radius: 0;


}

.btn-toolbar .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border: none;
    border-radius: 0;
}

.btn-toolbar .btn-group .btn + .btn,
.btn-toolbar .btn-group .btn + .btn-group,
.btn-toolbar .btn-group .btn-group + .btn,
.btn-toolbar .btn-group .btn-group + .btn-group {
    margin: 0;
    min-width: 40px;
}


.alert {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    padding: 8px;
}

.alert-info {
    background: #cbf0f7 none;
    border-color: #aeebf7;
}

.alert-warning,
.alert-danger {
    background: #ffe6e6;
    border: 1px solid #fdd0d0;
    color: #a23232;
}

.list-group {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.list-group-item {
    border: 1px solid #eaeaea;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.badge {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 5px 7px;
    background-color: #00adef;
    border-radius: 2px;
    min-width: 30px;
}

.btn {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 8px 18px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-primary {
    color: #fff!important;
    background-color: #0f3a5d;
    border-color: #0f3a5d;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #fff!important;
    border-color: #0f3a5d;
    color: #0f3a5d!important;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    opacity: 0;
}

input[type="checkbox"]:not(:checked) + label[for]:hover::before,
input[type="checkbox"]:not(:checked) + input[type="hidden"] + label[for]:hover::before,
input[type="radio"]:not(:checked) + label[for]:hover::before,
input[type="radio"]:not(:checked) + input[type="hidden"] + label[for]:hover::before {
    border: 1px solid #0f3a5d !important;
}

input[type="checkbox"]:checked + label[for]:hover::before,
input[type="checkbox"]:checked + input[type="hidden"] + label[for]:hover::before,
input[type="radio"]:checked + label[for]:hover::before,
input[type="radio"]:checked + input[type="hidden"] + label[for]:hover::before {
    border: 1px solid #0f3a5d !important;
}

input[type="checkbox"] + label[for],
input[type="checkbox"] + input[type="hidden"] + label[for],
input[type="radio"] + label[for],
input[type="radio"] + input[type="hidden"] + label[for] {
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

input[type="checkbox"] + label[for]::before,
input[type="checkbox"] + input[type="hidden"] + label[for]::before,
input[type="radio"] + label[for]::before,
input[type="radio"] + input[type="hidden"] + label[for]::before {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 15px;
    height: 15px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #d4d4d4;
}

input[type="checkbox"] + label[for]::after,
input[type="checkbox"] + input[type="hidden"] + label[for]::after,
input[type="radio"] + label[for]::after,
input[type="radio"] + input[type="hidden"] + label[for]::after {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

input[type="checkbox"]:checked + label[for]::before,
input[type="checkbox"]:checked + input[type="hidden"] + label[for]::before,
input[type="radio"]:checked + label[for]::before,
input[type="radio"]:checked + input[type="hidden"] + label[for]::before {
    color: #fff;
    border: 1px solid #0f3a5d;
    background-color: #0f3a5d;
}


input[type="checkbox"]:disabled + label[for],
input[type="checkbox"]:disabled + input[type="hidden"] + label[for] {
    color: #6c757d;
}

input[type="checkbox"]:disabled + label[for]::before,
input[type="checkbox"]:disabled + input[type="hidden"] + label[for]::before {
    background-color: #f5f5f5;
}

input[type="checkbox"]:checked + label[for]::before,
input[type="checkbox"]:checked + input[type="hidden"] + label[for]::before {
    background-color: #0f3a5d;
}

input[type="checkbox"]:checked + label[for]::after,
input[type="checkbox"]:checked + input[type="hidden"] + label[for]::after {
    -webkit-animation: tada .7s cubic-bezier(.25, .46, .45, .94);
    animation: tada .7s cubic-bezier(.25, .46, .45, .94);
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

input[type="radio"] + label[for]::before,
input[type="radio"] + input[type="hidden"] + label[for]::before {
    border-radius: 50%;
}

input[type="radio"]:checked + label[for]::after,
input[type="radio"]:checked + input[type="hidden"] + label[for]::after {
    -webkit-animation: tada .3s cubic-bezier(.25, .46, .45, .94);
    animation: tada .3s cubic-bezier(.25, .46, .45, .94);
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

input[type="radio"]:disabled:checked + label[for]::before {
    background-color: #0f3a5d;
}

@-webkit-keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7);
    }
    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
    }
    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7);
    }
    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
    }
    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@keyframes scale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.7);
    }
}

/* end styles for form, tables, labels */

.aiicHeader {
    z-index: 99;
    left: 5%;
}


.aiicHeader {
    background-color: #0f3a5d;
    height: 82px;
    width: 100%;
    left: 0;
}

.aiicLogo {
    position: absolute;
    left: 5%;
    z-index: 99;
}


.topNavBreadcrumbs > ul.breadcrumb > li + li::before {
    color: #FFF;
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 0px 10px;
}


.topNavBreadcrumbs {
    position: absolute;
    left: 17.5%;
    color: #fff;
    top: 25px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

ul.breadcrumb {
    padding: 5px 20px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    float: left;
}

.topNavBreadcrumbs .breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}


/* -----------banner-------------- */

.carousel-caption {
    font-size: 72px;
    font-family: 'EB Garamond', serif;
    left: 5%;
    top: 50%;
    text-align: left;
}

.carousel-caption span.slant {
    font-style: italic;
}

.carousel-fade .item .carousel-caption {
    display: block; /* block or inline-block is needed */
    transform: skew(-180deg); /* UNSKEW */
}

.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .item {
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}


/*.section-first #carousel img {
    transform: skewY(-5deg);
    transform-origin: left;
}*/

.section-first #carousel img {
    width: 100%;
}

.section-first {
    position: relative;
    z-index: 1;
}


/* -----------maindoor1-------------- */


.text-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #0f3a5d;
    font-weight: 700;
}

.text-highlight {
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    color: #0f3a5d;
    font-style: italic;
    width: 57%;
    margin-bottom: 30px;
}

a.door-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 20px;
    text-decoration: none;
    width: 150px;
    height: 150px;
    transition: all 0.5s ease;
}

a.btn-interpreter {
    background-color: #3c96d2;
}

a.btn-region {
    background-color: #185c93;
}

a.btn-join-aiic {
    background-color: #0f3a5d;
}

/*.section-message {position:absolute; left:13%; width:75%;}*/

.section-second {
    position: relative;
    margin-top: -180px;
    height: 600px;
}
.section-second .section-all {
    height: 600px;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    background-color: #fff;
}

/*.section-second .section-all .section-links a {
    color: #fff;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    padding: 5px 0;
    margin: 5px 0;
    display: block;
}*/
.section-second .section-all .section-links {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}

.section-find-interpreter .section-links a {background-color: #3c96d2;color: #fff;margin: 5px;padding: 6px 12px; white-space: nowrap;}
.section-find-region .section-links a {background-color: #185c93;color: #fff;margin: 5px;padding: 6px 12px; white-space: nowrap;}
.section-join-aiic .section-links a {background-color: #0f3a5d;color: #fff;margin: 5px;padding: 6px 12px; white-space: nowrap;}

.section-second .section-default {
    background-color: #FFF;
}

.section-second .section-default .text-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    color: #0f3a5d;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}

.section-second .section-default .text-sub-heading {
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    color: #0f3a5d;
    font-style: italic;
    text-align: center;
}

.section-second .section-find-interpreter .section-message {
    font-size: 30px;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    text-align: center;
    display: block;

}

.section-second .section-find-interpreter .section-links {
    text-align: center;
}

.section-second .section-find-region .section-message {
    font-size: 30px;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    display: block;
	text-align:center;
}

.section-second .section-find-region .section-links {
	text-align:center;
}

.section-second .section-join-aiic .section-message {
    font-size: 30px;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    display: block;
    text-align: center;
}

.section-second .section-join-aiic .section-links {
    text-align: center;
}

.section-second .section-find-region .section-links a,
.section-second .section-join-aiic .section-links a {
	text-align:center;
}

.section-second .section-content {
    position: relative;
    z-index: -1;
    padding-top: 180px;
}

.section-all .close-section {
    width: 45px;
    height: 45px;
    position: relative;
    float: right;
    cursor: pointer;
    top: 60px;
    right: 70px;
    z-index: 0;
    transition: all 1s;
    text-align: center;
}

.section-all .close-section:hover {
    transform: scale(1.2);
}

.section-all .close-section:after {
    content: '';
    height: 45px;
    border-left: 3px solid #fff;
    position: absolute;
    transform: rotate(45deg);
}

.section-all .close-section:before {
    content: '';
    height: 45px;
    border-left: 3px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
}

.section-second .section-content .section-links {
    margin: 10px 0;
}

.section-second .section-buttons {
    visibility: visible;
    margin-top: 320px;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 50px 0;
}

.section-all.hovered .section-content {
    z-index: 2;
}

.section-all.hovered .close-section {
    z-index: 3;
}

.section-find-region {
    background-image: url("/uploaded/web/site/banner/doorbg/find_region.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    position: relative;
}

.section-find-interpreter {
    background-image: url("/uploaded/web/site/banner/doorbg/find_interpr.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    position: relative;
}

.section-join-aiic {
    background-image: url("/uploaded/web/site/banner/doorbg/join.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    position: relative;
}


.section-find-region.hovered,
.section-find-interpreter.hovered,
.section-join-aiic.hovered {
    opacity: 1;
}

/* -----------maindoor2-------------- */


a.btn-client {
    background-color: #3cc1bc;
}

a.btn-student {
    background-color: #3fe1af;
}


.section-all2 .close-section::before,
.section-all2 .close-section::after {
    height: 30px;
}

.section-all2 .close-section {
    top: 180px;
}

.section-four .section-buttons2 {
    margin-top: 420px;
}

.section-four .section-student .section-message {
    text-align: center;
    left: 0;
    top: 210px;

}

.section-four .section-client .section-message {
    left: 20%;
    right: 20%;
    top: 250px;
    text-align: center;
}

.section-four .section-interpreter .section-message {
    left: 10%;
    top: 200px;
    right: 10%;
    text-align: center;
}

.section-four .section-interpreter .section-links {
    top: 380px;
    text-align: center;
    left: 20%;
    right: 20%;
}

.section-four .section-client .section-links a,
.section-four .section-student .section-links a {
    text-align: center;
}

.section-four .section-student .section-links {
    left: 20%;

    right: 20%;
    top: 410px;
}

/*.section-four .section-default .text-sub-heading,*/
.section-four .section-client .section-message,
.section-four .section-student .section-message,
.section-four .section-interpreter .section-message {
    font-size: 24px;
}

.section-four .section-all2 .section-links a {
    padding: 0;
}

.section-four {
    position: relative;
    margin-top: -180px;
    height: 600px;
}

.section-four .section-all2 {
    height: 600px;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    background-color: #fff;
}

.section-four .section-all2 .section-links a {
    color: #fff;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    padding: 5px 0;
    margin: 5px 0;
}

.section-four .section-default {
    background-color: #FFF;
}

.section-four .section-default .text-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #0f3a5d;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}

.section-four .section-default .text-sub-heading {
    font-family: 'EB Garamond', serif;
    font-size: 66px;
    color: #0f3a5d;
    text-align: center;
}

.section-four .section-interpreter .section-message {
    font-size: 30px;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    display: block;
    text-align: center;
    top: 150px;
}

.section-four .section-interpreter .section-links {
    text-align: center;
}

.section-four .section-client .section-message {
    font-size: 30px;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    display: block;
    text-align: center;
    top: 150px;
}

.section-four .section-client .section-links {
    text-align: center;
}

.section-four .section-student .section-message {
    font-size: 30px;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    display: block;
    top: 150px;
    text-align: center;
}

.section-four .section-student .section-links {
    text-align: center;
}

.section-four .section-client .section-links a,
.section-four .section-student .section-links a {
    text-align: center;
}

.section-four .section-interpreter .section-links a {background-color: #3c96d2;color: #fff;margin: 5px;padding: 6px 12px;}
.section-four .section-client .section-links a {background-color: #3cc1bc;color: #fff;margin: 5px;padding: 6px 12px;}
.section-four .section-student .section-links a {background-color: #3fe1af;color: #fff;margin: 5px;padding: 6px 12px;}


.section-four .section-content {
    position: relative;
    z-index: -1;
    padding-top: 100px;
}

.section-all2 .close-section {
    text-align: center;
    width: 45px;
    height: 45px;
    position: relative;
    float: right;
    cursor: pointer;
    top: 60px;
    right: 60px;
    z-index: 0;
    transition: all 1s;
}

.section-all2 .close-section:hover {
    transform: scale(1.2);
}

.section-all2 .close-section:after {
    content: '';
    height: 45px;
    border-left: 3px solid #fff;
    position: absolute;
    transform: rotate(45deg);
}

.section-all2 .close-section:before {
    content: '';
    height: 45px;
    border-left: 3px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
}

.section-four .section-content .section-links {
    margin: 10px 0;
}

.section-four .section-buttons2 {
    visibility: visible;
    margin-top: 320px;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 50px 0;
}

.section-all2.hovered .section-content {
    z-index: 2;
}

.section-all2.hovered .close-section {
    z-index: 3;
}

.section-client {
    background-image: url("/uploaded/web/site/banner/doorbg/client.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    position: relative;
}

.section-interpreter {
    background-image: url("/uploaded/web/site/banner/doorbg/interpreter.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    position: relative;
}

.section-student {
    background-image: url("/uploaded/web/site/banner/doorbg/student.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    position: relative;
}


.section-client.hovered,
.section-interpreter.hovered,
.section-student.hovered {
    opacity: 1;
}

/* -----------mediastream-------------- */
/* moved from eventsroster tag */
    .aiicEvents .swiper-button-prev,
      .aiicNews .swiper-button-prev {
          top: 10px;
          bottom:auto;
          right: 0;
          left: auto;
      }
      
      .aiicEvents .swiper-button-next,
      .aiicNews .swiper-button-next {
          top: auto;
          bottom:20px;
          right: 0;
          left: auto;
      }
       
      .aiicEvents .swiper-button-prev:after,
      .aiicNews .swiper-button-prev:after {
          font-family: FontAwesome, sans-serif;
          content: "\f062";
          color: #fff;
          font-size: 24px;
      }
      
      .aiicEvents .swiper-button-next:after,
      .aiicNews .swiper-button-next:after {
          font-family: FontAwesome, sans-serif;
          content: "\f063";
          color: #fff;
          font-size: 24px;
      }
      


/* moved from newsroster tag */
.NewsStreamImg {
    max-width: 342px;
}

.NewsItemDate {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0f3a5d;
}

.NewsItemTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}

.NewsItemDescription {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    max-height: 105px;
    overflow: hidden;
}

.NewsItemTitle, .NewsItemTitle a, .NewsItemDescription, .NewsItemDescription a {
    color: #0f3a5d;
}



.btn-newsitem {
    color: #2a73aa;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.swiper-container {
    width: 100%;
    height: 300px;
}

.section-third {
    background-color: #0f3a5d;
    padding: 80px 0px 190px 0px;
}

.section-third .container-90 {
    color: #FFF;



}

.streamNewsTitle.news, .streamNewsTitle.events {
    line-height: 42px;
}

.streamNewsTitle.socMed {
    line-height: 24px;
}

.streamBox {
    min-height: 292px;
    margin-bottom: 50px;
    padding: 20px 30px 0 30px;
}

.aiicNews {
    background-color: #faaf3a;
    margin-top: 40px;
}

.aiicEvents {
    background-color: #c39d63;
}

.aiicSocial {
    background-color: #ff6b61;
}

.aiicStreamIcon {
    font-size: 58px;
    line-height: 68px;
}

.streamNewsTitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}

.streamNewsDescription {
    font-weight: 600;
    font-size: 15px;
    color: #0f3a5d;
    line-height: 24px;
}

.btn-aiicStream {
    background-image: none;
    background-color: transparent;


    border: 2px solid #0f3a5d;
    padding: 8px 15px;
    border-radius: 0px;
    color: #0f3a5d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}

.action38 {
    font-size: 38px;
    margin-left: -8px;
}

.action40 {
    font-size: 40px;
    margin-left: -8px;
}

.action42 {
    font-size: 42px;
    margin-left: -8px;
}

.action44 {
    font-size: 44px;
    margin-left: -8px;
}

.action46 {
    font-size: 46px;
    margin-left: -8px;
}

.action48 {
    font-size: 48px;
    margin-left: -8px;
}

.action50 {
    font-size: 50px;
    margin-left: -8px;
}

.action52 {
    font-size: 52px;
    margin-left: -8px;
}

/* -----------homepage count  on us-------------- */

.bgsection5-6 {
    background-color: #c6c1d5;
}

.section-five {
    background-color: #0f3a5d;
    height: 650px;
    color: #0f3a5d;
}


.section-six {
    background-color: #c6c1d5;
    height: 250px;
    transform: skewY(-5deg);
    transform-origin: left;
}

.section6 {
    transform: skewY(5deg);
    padding-top: 110px;
    color: #0f3a5d;
    font-size: 15px;
}


/* -----------homepage count  on us-------------- */
.section-five {
    background-color: #0f3a5d;
    padding: 80px 0;
}

.section-five .container-90 {
    color: #FFF;
}

.countonus {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 60px;
}

.counterWrap {
    margin-left: 60px;
}

.counterBlock {margin-right:50px;}
.counter92 {margin-left:50px;}
.counter46 {margin-left:25px;}

.counter-item {
    font-family: 'EB Garamond', serif;
    font-size: 122px;
    font-style: italic;
}

.counter-description {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
}

.counter-rightarrow {
    font-size: 48px;
    font-weight: 700;
}

/* -----------navigation-------------- */


#sidebar-wrapper ul.navigation {
    position: absolute;
    right: 20%;
    top: 15%;
    text-align: right;
    transform: skewX(-7deg);
}

#sidebar-wrapper ul.navigation li {
    list-style: none;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

#sidebar-wrapper ul.navigation li a {
    color: #0f3a5d;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);

}

#sidebar-wrapper ul.navigation li a:hover {
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}


#sidebar-wrapper ul.navigation li a.languageNav,
#sidebar-wrapper ul.navigation li a.memberNav {
    color: #6ab2ed;
}

#sidebar-wrapper ul.navigation li {
    list-style: none;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

#sidebar-wrapper ul.dropdown-menu {
    position: relative;
    /*top: 100%;
    right: 0;
    z-index: 1000;*/
    float: none;
    min-width: inherit;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: right;
    list-style: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-transition: max-height 0.8s, opacity 0.3s 0.1s, visibility 0s 0.3s, padding 0.4s ease;
    -moz-transition: max-height 0.8s, opacity 0.3s 0.1s, visibility 0s 0.3s, padding 0.4s ease;
    -ms-transition: max-height 0.8s, opacity 0.3s 0.1s, visibility 0s 0.3s, padding 0.4s ease;
    -o-transition: max-height 0.8s, opacity 0.3s 0.1s, visibility 0s 0.3s, padding 0.4s ease;
    transition: max-height 0.8s, opacity 0.3s 0.1s, visibility 0s 0.3s, padding 0.4s ease;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

#sidebar-wrapper .dropdown.open > .dropdown-menu,
#sidebar-wrapper .dropdown dropdown-submenu.open > .dropdown-menu {
    -webkit-transition: max-height 0.8s, opacity 0.1s, visibility 0s, padding 0.2s ease;
    -moz-transition: max-height 0.8s, opacity 0.1s, visibility 0s, padding 0.2s ease;
    -ms-transition: max-height 0.8s, opacity 0.1s, visibility 0s, padding 0.2s ease;
    -o-transition: max-height 0.8s, opacity 0.1s, visibility 0s, padding 0.2s ease;
    transition: max-height 0.8s, opacity 0.1s, visibility 0s, padding 0.2s ease;
    transition-delay: 0.2s;
    max-height: 600px;
    opacity: 1;
    visibility: visible;
}

#sidebar-wrapper .dropdown-submenu >.dropdown-menu {
	left:0 !important;
	padding:0 !important;
	margin:0 !important;
}


#sidebar-wrapper .dropdown-submenu > a::after {
    display: none;
}

#sidebar-wrapper ul.dropdown-menu li a {
    padding: 0;
}

#sidebar-wrapper ul.dropdown-menu li a:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

#sidebar-wrapper ul.navigation li.dropdown.open > a {
    font-size: 16px;
}

#sidebar-wrapper ul.navigation li.dropdown.open ul.dropdown-menu li > a {
    color: #1e71b5;
    font-weight: 800;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



/* -----------interpretingtheworld-------------- */
.section-seven {
    padding: 60px 0;
    background-color: white;
    color: #0f3a5d;
}

.section-seven .title {
    font-size: 18px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 25px;
}

.section-seven .description {
    font-size: 30px;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    margin-bottom: 55px;
}

/* -----------footer-------------- */
.section-eighth {
    background-color: #f5f2fa;
    height: 350px;
    color: #0f3a5d;
}

.footerBg {
    background-color: #0f3a5d;

}

.section-nine {
    background-color: #0f3a5d;
    height: 450px;
    transform: skewY(-5deg);
    transform-origin: left;
}


.section-nine .social2 {position:absolute; right:5%; top:15%; z-index:99; transform:skewY(5deg)}

.social-media-buttons a {
	text-decoration: none;
	background: #575369;
	border-radius: 100%;
	border: none;
	outline: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;

	-webkit-box-pack: center;
	justify-content: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	box-sizing:border-box;
	position:relative;
	margin: 10px;
	color: #0f3a5d;
	font-size:24px;
}
	
.social-media-buttons a:hover:before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 100%;
	box-sizing: initial;
	-webkit-animation: ripples 0.8s ease-in-out;
	animation: ripples 0.8s ease-in-out;
}
	
@-webkit-keyframes ripples {
	0% {
		border: 1px solid transparent;
	}
	100% {
		border: 15px solid #fff;
		opacity: 0;
	}
}
	
@keyframes ripples {
	0% {
		border: 1px solid transparent;
	}
	100% {
		border: 15px solid #fff;
		opacity: 0;
	}
}
	
.footerDetails {
    transform: skewY(5deg);
    padding-top: 150px;
    color: #98a9b8;
    font-size: 15px;
}

.footerDetails a {
    color: #98a9b8;
}

.footerDetails a:hover {
    color: #FFF;
    text-decoration: none;
}

.container-90 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

.footerheading {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.footerlogo {
    margin-bottom: 40px;
}

.getintouch {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 60px;
}

.contactheading {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    margin-left: 30px;
    text-transform: uppercase;
}

.footercta {
    background-color: #0f3a5d;
    padding: 20px 30px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 100px;
    white-space: nowrap;
}

.footercta:hover {
    background-color: #FFF;
    color: #0f3a5d;
    text-decoration: none;
    border: 3px solid #0f3a5d;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

/* pagecontent styles*/


.pageIntro {
	text-transform:uppercase;
	font-size:20px; 
	line-height:32px;
	font-weight:700;
}
/*table.pageListTable td {
	height:80px;
}*/
.pageImgRight {
	margin-left:30px;
	margin-bottom:20px;
}
.whiteBg {
	background-color:white; 
	padding:40px 40px 40px 40px;
}
.darkblueBg {
	background-color:#0f3a5d; 
	padding:40px 40px 40px 40px; 
	color:white;
}
.lightblueBg {
	background-color:#c7dcef; 
	padding:40px 40px 40px 40px;
}
.indent70 {
	margin-left:70px;
}

.sectionNote {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	margin-left: 30px;
	text-transform: uppercase;
}
.sectionNoteTitle {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left: 70px;
}
.pageRosterGroupTitle {
	color:#748ba1; 
	font-weight:600; 
	text-transform:uppercase;
	margin-bottom:30px;
}
a.rollover {
	color:#0f3a5d;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-decoration:none;
}
a.rollover:hover {
	font-size: 24px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-decoration:none;
}

a.titleRollover {
	color:#0f3a5d;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-decoration:none;
}
a.titleRollover:hover {
	font-size: 38px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-decoration:none;
}
      	
.hyphen {
	margin-right: 30px;
	font-size: 14px;
	margin-bottom: 50px;
	float: left;
}

.hyphenOne {
	margin-right: 30px;
	font-size: 14px;
	margin-bottom: 30px;
	float: left;
}
.hyphenHeading {
	font-size: 14px;
}


.longHyphen {
	margin-right:20px;
}

.listCollapse:hover {
	color:#0f3a5d;
	font-weight:900;
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition:  all 0.4s ease-in-out 0s;
}

.listCollapse {
	color:#0f3a5d;
	-webkit-transition: all 0.4s ease-in-out 0s;




	-moz-transition: all 0.4s ease-in-out 0s;
	transition:  all 0.4s ease-in-out 0s;
}

a.listCollapse em {
	color:#8d99d7;
	font-size:28px;
}

.aiicPageCollapse {
	background-color:#c7dcef;
	padding:20px;
	margin-bottom:40px;
}

/* removing float in in1touch roster */
div.webRoster div.col-lg-12 {
	float:none;
}
/* removing float in in1touch forms*/
div.insidePagewrap div.col-sm-12,
div.insidePagewrap div.col-lg-12 {float:none;}


div.insidePagewrap div.col-md-12,
div.insidePagewrap div.col-lg-8 {
    float: none;
	width:100%;
}

/* in1touch forms validator*/
div.insidePagewrap div.col-sm-12 form div.col-sm-12 {float:left;}


/* Scrolling back to top button*/
.scroll-top-wrapper {
    background-color: #2c5270;
    border-radius: 48px;
    bottom: 60px;
    color: #FFF;
    height: 48px;
    line-height: 38px;
    opacity: 0;
    overflow: hidden;
    padding-top: 2px;
    position: fixed;
    right: 6%;
    text-align: center;
    visibility: hidden;
    width: 50px;
    z-index: 99999999;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #0f3a5d;
}

.scroll-top-wrapper.show {
    cursor: pointer;
    opacity: 1.0;
    visibility: visible;

}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/* Scrolling back to top button*/


.aiicinfo {
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
}

.aiicinfo strong {
    font-weight: 800;
}

.sec8padding {
    padding-top: 60px;
}

/* -----------portal-------------- */

.panel-client {
    box-shadow: none;
    border: none;
}

.panel-client > .panel-heading {
    font-family: 'Raleway', sans-serif;
    background-image: none;
    background-color: #7b9fcc;
    /* border-bottom: 5px solid #c9c9c9;*/
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel-client > .panel-heading > em.fa {
    color: #0082b5;
    margin-right: 10px;
}


.panel-client > .panel-body {
    background-color: #FFF;
    color: #474747;
    font-weight: 400;
    padding: 10px 20px;
}


.panel-clientname {
    font-size: 22px;
}

/* -----------featuring -------------- */

.featured {
	background-color:#c6c1d5;
	margin-bottom:15px;
  }
  
  .featuredtop {
	background-color:#0f3a5d;
	height:150px;
	color:#FFF;
	padding:30px 0px 0px 30px;
	font-family: 'EB Garamond', serif;
	font-size: 38px;
	font-style: italic;
  }
  
  
  .featuredbottom {
	background-color:#c6c1d5;
	height:250px;
	transform: skewY(-5deg);
	transform-origin: left;	
  }
  
  .featured-inside {
	transform: skewY(5deg);	
	color:#0f3a5d;
	font-size: 15px;
	padding:90px 30px 0px 30px;
  }
  .featuretitle  {font-size:32px; margin-bottom:15px;}
  .featuretitle a {color:#0f3a5d;}
	  
	  
/* -----------portal2-------------- */
/* main */
.portalHeadshot {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.panel-client {
    margin-bottom: 15px;
}

.btn-xs-client {
    text-transform: none;
}

div.panel.panel-default.panel-client .insidePageBg {
    background-color: transparent;
    padding-top: 0;
    min-height: 0px;
}

div.panel.panel-default.panel-client .insidePagewrap {
    width: auto;
    padding-bottom: 0;
}

div#content div.panel.panel-default.panel-client div.container.insidePagewrap {
    padding-left: 0;
}

/* profilepreview */
div.modal-content .insidePageBg {
    padding-top: 0;
    padding-left: 0px;
}

div.modal-content .insidePageBg {
    background-color: white;
}

div.modal-content .insidePageBg .insidePagewrap {
    padding-left: 0px;
    width: auto;
}


/* -----------portal2-------------- */


#logo {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

#clientRoster-47-link-back{
    display: none;	
}

@media (max-width: 767px) {

    #logo {
        width: 40%;
        height: auto;
    }

    .togglemenu {
        right: -320px;
    }

    .carousel-caption {
        font-size: 28px;
    }

    .text-sub-heading {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

	#door2.text-sub-heading {
		line-height: 66px;
	}
	
    .section-all .close-section::before,
    .section-all .close-section::after {
        height: 30px;
    }

    .section-all .close-section {
        top: 180px;
    }

    .section-second .section-buttons {
        margin-top: 420px;
    }

    .section-second .section-join-aiic .section-message {
        text-align: center;
        left: 0;
        top: 210px;

    }

    .section-second .section-find-region .section-message {
        left: 20%;
        right: 20%;
        top: 250px;
        text-align: center;
    }

    .section-second .section-find-interpreter .section-message {
        left: 10%;
        top: 200px;
        right: 10%;
        text-align: center;
    }

    .section-second .section-find-interpreter .section-links {
        top: 380px;
        text-align: center;
        left: 20%;
        right: 20%;
    }

    .section-second .section-find-region .section-links a,
    .section-second .section-join-aiic .section-links a {
        text-align: center;
    }

    .section-second .section-join-aiic .section-links {
        left: 20%;

        right: 20%;
        top: 410px;
    }
	.section-second .section-default .text-heading {
		font-size: 18px;
	}
	
	
    .section-second .section-default .text-sub-heading,
    .section-second .section-find-region .section-message,
    .section-second .section-join-aiic .section-message,
    .section-second .section-find-interpreter .section-message {
        font-size: 24px;
    }

    .section-second .section-all .section-links a {
        padding: 0;
    }

    a.door-btn {
        width: 100px;
        height: 100px;
        font-size: 11px;
    }
.section-second #doorIntro.section-content {
    padding-top: 180px;
}	
.section-second .section-content
	 {
    padding-top: 250px;
}
.section-four .section-content {
    padding-top: 130px;
}
	
    .section-four .section-interpreter .section-message {
        text-align: center;
        left: 20%;
        right: 20%;
        top: 150px;

    }

    .section-four .section-client .section-message {
        left: 20%;
        right: 20%;
        top: 150px;
        text-align: center;
    }

    .section-four .section-student .section-message {
        left: 10%;
        top: 150px;
        right: 10%;
        text-align: center;
    }
	
    /*.section-four .section-default .text-sub-heading,*/
    .section-four .section-interpreter .section-message,
    .section-four .section-client .section-message,
    .section-four .section-student .section-message {
        font-size: 24px;
    }

	.getintouch {
		letter-spacing:normal;
		margin-left:0px;
	}

    .section-five {
        height: 100%;
    }

    .section-six {
        height: 100%;
    }

    .section-eighth {
        height: 100%;
        padding-bottom: 40px;
    }

    .section-nine {
        height: 100%;
        padding-bottom: 40px;
    }

	.counterWrap {
		margin-left:0px;
	}
	
	.counter92 {margin-left:0px;}
	.counter46 {margin-left:0px;}
	
	.insidePagewrap {
		padding:0 20px;
		width: 100%;
	}
	.topNavBreadcrumbs {
		left:25%;
	}
	h1 {
		font-size:52px;
		margin-bottom:10px;
	}
	.pageIntro {
		font-size:16px;
	}
	
	.hyphen {margin-bottom:70px;}
	.hyphenOne {margin-bottom:70px;}
	
}

@media screen and (max-width: 991px) {
	.indent70 {margin-left:0px;}
	.sectionNoteTitle {margin-left:0px;}
	.mobilePaddingTop {padding-top:30px;}
}



@media (min-width: 768px) and (max-width: 991px) {
    #logo {
        width: 50%;
        height: auto;
    }

    .carousel-caption {
        font-size: 40px;
    }

    .section-five {
        height: 100%;
    }

    .section-six {
        height: 100%;
    }
	/*.swiper-container {
		height: auto;
	}*/
	.counter92 {margin-left:0px;}
	.counter46 {margin-left:0px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    #logo {
        width: 60%;
        height: auto;
    }

    .carousel-caption {
        font-size: 60px;
    }
	.counter-item {
		font-size:42px;
	}
	
	.counter92 {margin-left:0px;}
	.counter46 {margin-left:0px;}
}


@media (min-width: 1200px) and (max-width: 1573px) {
    #logo {
        width: 60%;
        height: auto;
    }


}


@media (min-width: 1574px) {


    #logo {
        width: 100%;
        height: 100%;

    }
}
