article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #094183;
    background: #292121;
}

::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.75);
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.75);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,255,255,0.75);
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2.2em;
    margin: 0.67em 0
}


    

h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after,
q:before {
    content: '';
    content: none
}

small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    -webkit-hyphens: none;
    -epub-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.strong,
b,
strong {
    font-weight: bold
}

.em,
dfn,
em {
    font-style: italic
}

.small,
small {
    font-size: 75%
}

ol,
ul {
    padding: 0;
    list-style-type: none
}

dd {
    margin: 0
}

.commentlist,
.sidebar ol,
.sidebar ul {
    list-style: none
}

.clearfix {
    zoom: 1
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clear {
    width: 100%;
    float: left;
    clear: left
}

.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-unstyled li {
    margin: 0;
    padding: 0
}

.list-unstyled ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.container,
.l-container {
    width: 100%;
    max-width: 1553px;
    margin: 0 auto;
    padding: 0 40px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-icon {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    text-rendering: auto;
    line-height: 1;
    font-variant: normal
}

.font-regular {
    font-weight: 400
}

.font-solid {
    font-weight: 900
}

.button {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin: 0 2.45% 8px;
    padding: 0.833em 0.889em;
    color: #fff!important;
    font-size: 18px;
    letter-spacing:1px; 
    line-height: 1em;
    border-radius: 4px;
    font-family: "Raleway", "Roboto", sans-serif;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: -webkit-linear-gradient(left, #3a4a76 0%, #36638c 100%);
    background-image: -o-linear-gradient(left, #3a4a76 0%, #36638c 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#3a4a76), to(#36638c));
    background-image: linear-gradient(to right, #3a4a76 0%, #36638c 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3a4a76', endColorstr='#ff36638c', GradientType=1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.button:first-of-type {
    margin-left: 0
}

.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    display: block;
    width: 100%;
    height: 100%;
    background: #0dabd8;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: opacity 0.45s;
    -moz-transition: opacity 0.45s;
    -ms-transition: opacity 0.45s;
    -o-transition: opacity 0.45s;
    transition: opacity 0.45s
}

.button.is-focus,
.button:focus,
.button:hover {
    text-decoration: none
}

.button.is-focus:before,
.button:focus:before,
.button:hover:before {
    opacity: 1
}

.button.is-active,
.button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.button.is-small {
    margin-left: 0;
    margin-right: 0;
    font-size: 0.889em
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


.col-1-1 {
    width: 99.99%;
    margin-bottom: 0;
    padding-right: 0
}

.col-1-2,
.col-2-4 {
    width: 50%
}

.col-1-3 {
    width: 33.33%
}

.col-2-3 {
    width: 66.66%
}

.col-1-4 {
    width: 25%
}

.col-3-4 {
    width: 75%
}

.col-1-5 {
    width: 20%
}

.col-2-5 {
    width: 40%
}

.col-3-5 {
    width: 60%
}

.col-4-5 {
    width: 80%
}

.right {
    float: right
}

body {
    font: 18px/1.44 "Raleway", "Roboto", Arial, sans-serif;
    color: #194486!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

blockquote {
    margin: 0 0 1.778em;
    padding-left: 32px;
    font-style: italic;
    border-left: 2px solid #0dabd8
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}



ol,
ul:not(.toolbar-menu) {
    margin: 0 0 1.778em;
    padding-left: 32px;
}

ol li,
ul:not(.toolbar-menu) li {
   
}

ol ol,
ol ul,
ul:not(.toolbar-menu) ol,
ul:not(.toolbar-menu) ul {
    margin-bottom: 0
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

iframe,
img {
    max-width: 100%;
    border: 0
}

img {
    height: auto!important
}

table {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.778em;
    border: 0!important;
    line-height: 1.2em
}

table caption {
    text-align: left
}

table>tbody>tr,
table>tfoot>tr,
table>thead>tr {
    border: 1px solid #d9dce4;
    border-top: 0
}

table>tbody>tr:first-child,
table>tfoot>tr:first-child,
table>thead>tr:first-child {
    border-top: 1px solid #d9dce4
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    padding: 19px 28px 20px;
    line-height: 1.44;
    vertical-align: top;
    border: 0
}

table td {
    border: 0!important
}

table>thead>tr>th {
    vertical-align: bottom;
    text-align: left;
    color: #fff;
     font-family: "Raleway", "Roboto", sans-serif;
    font-size: 1.111em;
    font-weight: 400;
    background-color: #3a4a76
}

table>thead>tr>th a {
    color: #fff
}

table>caption+thead>tr:first-child>td,
table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
table>thead:first-child>tr:first-child>th {
    border-top: 0
}

table>tbody+tbody {
    border-top: 2px solid #293554
}

.scrollable {
    width: 100%
}

.scrollable.has-scroll {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px
}

.scrollable.has-scroll table {
    margin: 0
}

.scrollable.has-scroll:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 0.2px 0 0 50%;
    -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: ''
}

.scrollable>div {
    overflow-x: auto;
    width: 100%
}

.scrollable>div::-webkit-scrollbar {
    height: 12px
}

.scrollable>div::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
    background: #f0f0f0
}

.scrollable>div::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ccc
}

a {
    text-decoration: none;
    outline: none;
    color: #0dabd8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

a:focus {
    outline: none
}

a:hover {
    color: #34739b;
    cursor: pointer
}

a.icon .fa,
a.icon .fab,
a.icon .fal,
a.icon .far,
a.icon .fas {
    position: relative;
    top: -2px;
    font-size: 0.889em;
    vertical-align: baseline
}

.h1,
.h2,
h1,
h2 {
    line-height: 1.2em;
    margin-bottom: 16px
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
    margin-bottom: 8px
}

.h1,
.h3,
h1,
h3 {
    font-weight: 700;
    color: #3a4a76
}

.h1,
h1 {
    font-size: 2.222em
}

.h2,
h2 {
    font-size: 1.556em;
    font-weight: 400;
    color: #34739b
}

.h3,
h3 {
    font-size: 1.111em
}

.h4,
h4 {
    font-size: 1em
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: "Raleway";
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4)
}

.h1.is-light .small,
.h1.is-light small,
.h2.is-light .small,
.h2.is-light small,
.h3.is-light .small,
.h3.is-light small,
.h4.is-light .small,
.h4.is-light small,
.h5.is-light .small,
.h5.is-light small,
.h6.is-light .small,
.h6.is-light small,
h1.is-light .small,
h1.is-light small,
h2.is-light .small,
h2.is-light small,
h3.is-light .small,
h3.is-light small,
h4.is-light .small,
h4.is-light small,
h5.is-light .small,
h5.is-light small,
h6.is-light .small,
h6.is-light small {
    color: rgba(255, 255, 255, 0.4)
}

p {
    margin: 0 0 1.778em
}

strong {
    font-weight: 600
}

hr {
    border-color: #d9dce4
}

#skip-link {
    margin: 0
}

#header {
    position: relative;
    z-index: 50;background:#efeeee;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1)
}

#header>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    height: 8.889em
}

.header__logo {
    margin-bottom: 0
}

.site-logo {
    display: block;
    padding-top: 16px
}

.site-logo>img {
    max-width: 100%;
}

.secondary__logo {
    display: block;
    height: 100%;
    padding: 8px 0 6px 2em
}

.secondary__logo img {
    width: auto;
    height: 100%!important;
}

.region-header-search .form-item {
    display: inline-block;
    margin: 0;
    vertical-align: top
}

.region-header-search .form-item label {
    display: none
}

.region-header-search .form-search {
    display: inline;
    width: 58px;
    height: 2em;
    padding: 0;
    color: #fff;
    font-size: 1em;
    border: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.region-header-search .form-search:focus {
    width: 180px;
    border-bottom: 1px solid #fff;
    background-color: transparent
}

.region-header-search .form-search::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

.region-header-search .form-search:-moz-placeholder {
    opacity: 1;
    color: #fff
}

.region-header-search .form-search::-moz-placeholder {
    opacity: 1;
    color: #fff
}

.region-header-search .form-search:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.region-header-search .form-actions {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 3em;
    overflow: hidden
}

.region-header-search .form-actions:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    text-rendering: auto;
    line-height: 1;
    font-variant: normal;
    font-weight: 700;
    -webkit-transform: translateY(-0.563em);
    -ms-transform: translateY(-0.563em);
    transform: translateY(-0.563em)
}

.region-header-search .form-submit {
    width: 100%;
    height: 3em;
    margin: 0;
    padding: 0;
    color: transparent!important;
    font-size: 1em;
    background: transparent;
    vertical-align: top
}

.region-header-search .form-submit:hover {
    background: transparent
}

.header__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 6.222em
}

.header__menu>.region {
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

.header__nav {
    margin-bottom: 0
}

.header__nav .block-menu {
    width: 100%
}

.header__nav .block-menu>.menu {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    text-align: right
}

.header__nav .block-menu>.menu .menu-item {
    margin: 0
}

.header__nav .block-menu>.menu .menu-item .mobile-menu-trigger {
    display: none
}

.header__nav .block-menu>.menu>.menu-item {
    position: relative;
    display: inline-block;
    margin-bottom: -16px;
    margin-right: -4px;
    padding: 10px 1.27% 26px
}

.header__nav .block-menu>.menu>.menu-item a {
    color: #3a4a76
}

.header__nav .block-menu>.menu>.menu-item>a {
    position: relative;
    display: block;
    padding-left: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.header__nav .block-menu>.menu>.menu-item>a:before {
    position: absolute;
    top: 100%;
    bottom: 6px;
    left: 0;
    content: '';
    width: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.header__nav .block-menu>.menu>.menu-item>a:focus,
.header__nav .block-menu>.menu>.menu-item>a:hover {
    text-decoration: none
}

/*.header__nav .block-menu>.menu>.menu-item:last-of-type {
    width: 14.8%;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0
}

.header__nav .block-menu>.menu>.menu-item:last-of-type>a {
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    line-height: 1em;
    border: 2px solid #3a4a76;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}*/

/*.header__nav .block-menu>.menu>.menu-item:last-of-type>a:hover {
    color: #fff;
    background-color: #3a4a76
}*/

.header__nav .block-menu>.menu>.menu-item>.menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: -2.667em;
    z-index: 100;
    width: 24em;
    padding: 0 1.778em;
    margin: -6px 0 0;
    list-style: none;
    font-size: 1em;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.header__nav .block-menu>.menu>.menu-item>.menu .menu {
    display: none
}

.header__nav .block-menu>.menu>.menu-item>.menu>li {
    border-bottom: 1px solid #ebedf1
}

.header__nav .block-menu>.menu>.menu-item>.menu>li:last-of-type {
    border-bottom: 0
}

.header__nav .block-menu>.menu>.menu-item>.menu>li a {
    position: relative;
    display: block;
    padding: 1.333em 1.778em;
    clear: both;
    font-weight: 600;
    line-height: 1em
}

.header__nav .block-menu>.menu>.menu-item>.menu>li a:hover {
    color: #0dabd8
}

.header__nav .block-menu>.menu>.menu-item>.menu>li a:before {
    position: absolute;
    bottom: 6px;
    top: 100%;
    left: 0;
    content: '';
    width: 8px;
    background-color: transparent;
    -webkit-transition: 0.16s all 0.025s;
    -moz-transition: 0.16s all 0.025s;
    -ms-transition: 0.16s all 0.025s;
    -o-transition: 0.16s all 0.025s;
    transition: 0.16s all 0.025s
}

.header__nav .block-menu>.menu>.menu-item>.menu>li a:hover:before {
    top: 25px;
    bottom: 25px;
    background-color: #0dabd8
}

.header__nav .block-menu>.menu>.menu-item>.menu>li:hover~li a:before {
    bottom: 100%;
    top: 0
}

.header__nav .block-menu>.menu>.menu-item>.menu>li.menu-item--expanded>a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '\f067';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    text-rendering: auto;
    line-height: 1;
    font-variant: normal
}

.header__nav .block-menu>.menu>.menu-item.is-open>a,
.header__nav .block-menu>.menu>.menu-item.menu-item--active-trail>a {
    color: #094183;
}

.header__nav .block-menu>.menu>.menu-item.is-open>a:before,
.header__nav .block-menu>.menu>.menu-item.menu-item--active-trail>a:before {
    top: 6px;
    background-color: #094183;
}

.header__nav .block-menu>.menu>.menu-item.is-open>.menu {
    visibility: visible;
    opacity: 1;
    overflow: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.header__nav .header__secondary {
    height: 3em;
    font-size: 0.889em;
    font-weight: 600;
    overflow: hidden
}

.header__nav .header__secondary .secondary__left,
.header__nav .header__secondary:after,
.header__nav .header__secondary:before {
    left: 36%
}

.header__nav .header__secondary:before {
    position: absolute;
    z-index: -1;
    top: 0;
    content: '';
    border-bottom: 3em solid #efeeee;
    border-right: 3em solid transparent
}

.header__nav .header__secondary:after {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    content: '';
    height: 3em;
    background:#194486;
}

.header__nav .header__secondary,
.header__nav .header__secondary a {
    color: #fff;font-size:14px;padding:8px;
}

.header__nav .header__secondary .secondary__left {
    position: absolute;
    top: 5px;
    height: 3em;
    margin-left: 3em
}

.header__nav .header__secondary .secondary__right {
    float: right;
    line-height: 3em
}

.header__nav .header__secondary .secondary__right a {
    padding-right: 2.667em
}

.header__nav .header__secondary .secondary__right>div,
.header__nav .header__secondary .secondary__right a {
    display: inline-block;
    vertical-align: top
}

#translate i {
    font-size: 1.5em;
    vertical-align: text-bottom;
    padding-left: 6px
}

.layout-sidebar {
    padding-right: 4.35%
}

.layout-sidebar-first {
    margin-bottom: 0
}

.layout-sidebar-first .block-menu>.menu {
    margin: 0;
    padding-left: 0
}

.layout-sidebar-first .block-menu>.menu li {
    display: none
}

.layout-sidebar-first .block-menu>.menu .menu {
    padding-left: 0
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail {
    display: list-item;
    margin-bottom: 48px;
    font-weight: 600;
    border: 1px solid rgba(217, 217, 217, 0.7);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2)
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>a {
    display: block;
    padding: 1em 8.37%;
    color: #fff;
    font-size: 1.12em;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(left, #3a4a76 0%, #36638c 100%);
    background-image: -o-linear-gradient(left, #3a4a76 0%, #36638c 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#3a4a76), to(#36638c));
    background-image: linear-gradient(to right, #3a4a76 0%, #36638c 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3a4a76', endColorstr='#ff36638c', GradientType=1)
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>a:hover {
    text-decoration: none
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu>li:last-of-type a {
    border-bottom: 0
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu:hover li a.is-active:not(:hover):before {
    background-color: transparent
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li {
    position: relative;
    display: list-item;
    margin: 0;
    padding: 0
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li.menu-item--expanded>a {
    padding-right: 40px
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li:hover~li a:before {
    top: 0;
    bottom: 100%
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li a {
    position: relative;
    z-index: 10;
    display: block;
    margin: 0 8.37%;
    padding: 1.111em 16px;
    color: #3a4a76;
    line-height: 1.33em;
    border-bottom: 1px solid #ebedf1
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li a:before {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    content: '';
    width: 6px;
    background-color: transparent;
    -webkit-transition: 0.16s all 0.025s;
    -moz-transition: 0.16s all 0.025s;
    -ms-transition: 0.16s all 0.025s;
    -o-transition: 0.16s all 0.025s;
    transition: 0.16s all 0.025s
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li a.is-active,
.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li a.is-active+i,
.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li a:hover,
.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li a:hover+i {
    color: #0dabd8
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li a.is-active:before,
.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li a:hover:before {
    top: 23px;
    bottom: 23px;
    background-color: #0dabd8
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li a:hover {
    text-decoration: none
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li i {
    position: absolute;
    z-index: 20;
    top: 20px;
    right: 32px;
    color: #3a4a76
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li i:hover {
    cursor: pointer
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li .menu {
    display: none
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li .menu li {
    background-color: #ebedf1
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li .menu li a {
    padding-left: 2.667em;
    border-color: #d9dce4
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li.menu-item--active-trail .menu {
    display: block
}

.layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu>li:last-of-type a {
    border-bottom: 0
}

#block-views-block-related-resources-block-1 {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(217, 217, 217, 0.7)
}

#block-views-block-related-resources-block-1>h2 {
    margin: 0;
    padding: 20px 8.37% 0;
    color: #3a4a76;
    font-size: 1.111em;
    font-weight: 700;
     font-family: "Raleway";
    text-transform: uppercase
}

#block-views-block-related-resources-block-1 .view-content {
    font-weight: 600;
    padding: 29px 8.37% 10px
}

#block-views-block-related-resources-block-1 .view-content a {
    position: relative;
    display: block;
    padding-left: 20px
}

#block-views-block-related-resources-block-1 .view-content .fas {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 0.889em
}

#block-views-block-related-resources-block-1 .view-content .views-row {
    padding-bottom: 22px
}

.content__wrap {
    padding-top: 3.556em
}

.layout-content {
    margin-bottom: 0;
    padding-right: 0
}

.layout-content .page-title {
    margin-top: 0
}

.layout-content .align-left,
.layout-content .align-right {
    max-width: 50%
}





.footer__content p {
    margin-bottom: 0.667em
}

.divider {
    vertical-align: text-bottom
}

.file {
    padding-left: 0;
    background: none
}



.banner {
    overflow: hidden
}

.banner img {
    position: relative;
    left: 50%;
    display: block;
    max-width: inherit;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner [class*=col-] {
    margin: 0
}

.banner .banner--home-left {
    padding-top: 5.84%;
    padding-right: 0
}

.banner .banner--home-right>div {
    margin-right: -224px
}

.banner--home {
    margin-bottom: 2.667em;
    overflow: visible
}

ul.slider--home {
    margin: 0;
    padding: 0
}

ul.slider--home li {
    margin: 0
}

ul.slider--home .slick-dots {
    display: none!important
}

ul.slider--home-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 5% 40px 0;
    padding: 0;
    list-style: none;
    color: #3a4a76;
     font-family: "Raleway", "Roboto", sans-serif;
    font-size: 0.889em;
    line-height: 1em;
    text-align: center;
    border-bottom: 1px solid #d9dce4
}

ul.slider--home-nav:hover li.is-active:not(:hover):after {
    background-color: transparent
}

ul.slider--home-nav li {
    position: relative;
    margin: 0;
    padding: 0 4px 7px
}

ul.slider--home-nav li:after {
    content: '';
    position: absolute;
    left: 100%;
    right: 4px;
    bottom: -1px;
    height: 3px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

ul.slider--home-nav li:first-of-type {
    padding-left: 0
}

ul.slider--home-nav li:first-of-type.is-active:after {
    left: 0
}

ul.slider--home-nav li:last-of-type {
    padding-right: 0
}

ul.slider--home-nav li:last-of-type.is-active:after {
    right: 0
}

ul.slider--home-nav li:hover {
    cursor: pointer
}

ul.slider--home-nav li:hover:after {
    left: 4px;
    right: 4px!important
}

ul.slider--home-nav li.is-active,
ul.slider--home-nav li:hover {
    color: #34739b
}

ul.slider--home-nav li.is-active:after,
ul.slider--home-nav li:hover:after {
    left: 4px;
    right: 4px;
    background-color: #34739b
}

ul.slider--home-nav li.is-active~li:after,
ul.slider--home-nav li:hover~li:after {
    left: 4px;
    right: 100%
}

.view-banner-homepage.view-display-id-block_1 {
    position: relative;
    z-index: 10
}

.view-banner-homepage.view-display-id-block_1:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    content: '';
    border-top: 464px solid #fff;
    border-right: 158px solid transparent;
}

.view-banner-homepage.view-display-id-block_2 {
    position: relative;
    z-index: 20;
    margin-right: -32px
}

.view-banner-homepage.view-display-id-block_4 h1 {
    font-family: "Raleway", "Roboto", sans-serif;
    font-size: 2.667em;
    line-height: 1em;
    margin-bottom: 24px
}

.layout-breadcrumbs,
.layout-breadcrumbs>div {
    margin-bottom: 0
}

.breadcrumb {
    width: 100%;
    float: left;
    clear: left
}

.breadcrumb ol {
    margin: 25px 0 0;
    padding: 8px 0 16px;
    list-style: none;
    color: #8f8f8f
}

.breadcrumb ol>li {
    display: inline-block
}

.breadcrumb ol>li+li:before {
    content: "/";
    padding: 0 5px;
    color: #3a4a76
}

.leaflet-container {
    font: 1em/1.44 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 10
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    color: #404040;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3)
}

.leaflet-popup-content-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.leaflet-popup-content {
    margin: 1.333em 1.333em 0.889em
}

.leaflet-popup-content p {
    margin: 0 0 1.778em
}

.pager {
    text-align: center
}

.pager>ul {
    display: inline-block;
    padding-left: 0;
    margin: 25px auto;
    border-radius: 4px
}

.pager>ul>li {
    display: inline
}

.pager>ul>li>a,
.pager>ul>li>span {
    position: relative;
    float: left;
    padding: 8px 16px;
    line-height: 1.44;
    text-decoration: none;
    color: #0dabd8;
    background-color: #fff;
    border: 1px solid #d9dce4;
    margin-left: -1px
}

.pager>ul>li:first-child>a,
.pager>ul>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pager>ul>li:last-child>a,
.pager>ul>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pager>ul>li>a:focus,
.pager>ul>li>a:hover,
.pager>ul>li>span:focus,
.pager>ul>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #0dabd8
}

.pager>ul>.is-active>a,
.pager>ul>.is-active>a:focus,
.pager>ul>.is-active>a:hover,
.pager>ul>.is-active>span,
.pager>ul>.is-active>span:focus,
.pager>ul>.is-active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #0dabd8;
    cursor: default
}

.pager>ul>.disabled>a,
.pager>ul>.disabled>a:focus,
.pager>ul>.disabled>a:hover,
.pager>ul>.disabled>span,
.pager>ul>.disabled>span:focus,
.pager>ul>.disabled>span:hover {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pager .pager__arrow {
    display: inline-block;
    height: 18px;
    padding: 0 2px;
    font-size: 0.889em;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle
}

.pager .pager__arrow i {
    text-indent: 0;
    float: left
}

.view-event-calendar .view-header .pager>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.view-event-calendar .view-header .pager>ul>li {
    margin: 0
}

.view-event-calendar .view-header .pager>ul .pager__item--current {
    -webkit-order: -1;
    -ms-order: -1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    line-height: 1.2em;
    margin-bottom: 16px;
    font-size: 1.556em;
    font-weight: 400;
    color: #34739b;
    margin-top: 0;
    font-family: "Raleway", "Roboto", sans-serif;
    margin: 0;
    text-align: left
}

.view-event-calendar .view-header .pager>ul .pager__item--current .small,
.view-event-calendar .view-header .pager>ul .pager__item--current small {
    font-weight: normal;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4)
}

.view-event-calendar .view-header .pager>ul .pager__item--current.is-light .small,
.view-event-calendar .view-header .pager>ul .pager__item--current.is-light small {
    color: rgba(255, 255, 255, 0.4)
}

.view-event-calendar>.pager {
    display: none
}

.quicklinks {
    padding-top: 3.368em;
    font-size: 1.11em;
    font-family: "Raleway", "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase
}

.quicklinks,
.quicklinks a {
    color: #3a4a76
}

.quicklinks img {
    display: block;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s
}

.quicklinks .view-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -1em
}

.quicklinks .view-content>.views-row {
    position: relative;
    width: 33.33%;
    padding: 0 1em
}

.quicklinks .view-content>.views-row:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 1em;
    right: 1em;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15)
}

.quicklinks .view-content>.views-row:hover:before {
    -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.3)
}

.quicklinks .view-content>.views-row:hover .quicklinks__img a:before {
    opacity: 0.4
}

.quicklinks .view-content>.views-row:hover .quicklinks__img a:after {
    opacity: 1;
    left: 50%
}

.quicklinks .quicklinks__title {
    padding: 1.2em 1.6em
}

.quicklinks .quicklinks__title .quicklinks__label {
    display: none
}

.quicklinks .quicklinks__img a:not(.quicklinks__img-link) {
    display: none
}

.quicklinks .quicklinks__img .quicklinks__img-link {
    position: relative;
    display: block
}

.quicklinks .quicklinks__img .quicklinks__img-link:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #001244;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.quicklinks .quicklinks__img .quicklinks__img-link:after {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    text-rendering: auto;
    line-height: 1;
    font-variant: normal;
    color: #fff;
    font-size: 1.882em;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.tabs ul {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    zoom: 1
}

.tabs ul:after,
.tabs ul:before {
    content: "";
    display: table
}

.tabs ul:after {
    clear: both
}

.tabs ul>li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px
}

.tabs ul>li>a {
    position: relative;
    display: block;
    margin-right: 2px;
    padding: 10px 15px;
    color: #3a4a76;
    font-weight: 600;
    line-height: 1em;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.tabs ul>li>a:focus,
.tabs ul>li>a:hover {
    text-decoration: none;
    color: #0dabd8
}

.tabs ul>li>a:hover {
    border-color: #d9d9d9 #d9d9d9 #ddd
}

.tabs ul>li.is-active>a,
.tabs ul>li.is-active>a:focus,
.tabs ul>li.is-active>a:hover {
    color: #0dabd8;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}



.view-toggle {
    margin-bottom: 8px;
    width: 100%;
    float: left;
    clear: left
}

.view-toggle>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: right;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-toggle>ul li {
    margin: 0;
    padding: 0
}

.view-toggle>ul ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.view-toggle>ul:hover {
    cursor: pointer
}

.view-toggle>ul li {
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 0 16px;
    height: 48px;
    color: #3a4a76;
    font-weight: 400;
    line-height: 48px;
    text-align: center
}

.view-toggle>ul li:before {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 100%;
    height: 100%;
    content: '';
    background-image: -webkit-linear-gradient(left, #3a4a76 0%, #36638c 100%);
    background-image: -o-linear-gradient(left, #3a4a76 0%, #36638c 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#3a4a76), to(#36638c));
    background-image: linear-gradient(to right, #3a4a76 0%, #36638c 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3a4a76', endColorstr='#ff36638c', GradientType=1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-toggle>ul li:last-child {
    border-right: 0
}

.view-toggle>ul li.is-active {
    color: #fff;
    border-color: #0dabd8
}

.view-toggle>ul li.is-active:before {
    opacity: 1;
    left: 0
}

.view-toggle>ul li.is-active~li:before {
    right: 100%;
    left: 0
}

/*.collection {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 19px 16px
}

.collection .collection__img {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-right: 24px
}

.collection .collection__title {
    margin-bottom: 8px;
    font-size: 1em;
    margin-top: 0;
    font-family: "Raleway", "Roboto", sans-serif;
    margin-bottom: 0
}

.collection .collection__title .small,
.collection .collection__title small {
    font-weight: normal;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4)
}

.collection .collection__title.is-light .small,
.collection .collection__title.is-light small {
    color: rgba(255, 255, 255, 0.4)
}

.collection .collection__body {
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.collection .collection__sub {
    font-size: 0.889em;
    font-weight: 600;
    color: #9CA2A9
}

.collection .collection__sub:not(:last-child) {
    margin-bottom: 8px
}

.collection .collection__cta {
    padding: 0 16px;
    font-size: 0.846em;
    text-align: center
}

.collection .collection__cta i {
    font-size: 1.333em;
    margin-bottom: 8px
}

.collection .collection__cta .ext .fa-external-link-alt,
.collection .collection__cta .pdf i:last-of-type {
    display: none
}

.collection .img-wrap {
    margin-right: 16px;
    min-width: 100px;
    text-align: center;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.collection .img-wrap img {
    display: block
}

.collection:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #ebedf1
}

.collection:last-of-type {
    margin-bottom: 16px
}

.collection:last-of-type:after {
    background-color: transparent
}

.collection .full-bio {
    display: none
}

.collection.active .full-bio {
    display: block
}

.collection.active .partial-bio {
    display: none
}

.collection .readlink {
    padding-left: 4px;
    font-size: 0.889em
}

.collection .readlink i {
    font-size: 0.889em
}

.view-school-details.view-display-id-block_1 {
    width: 100%;
    float: left;
    clear: left;
    margin-bottom: 24px
}

.view-school-details.view-display-id-block_1>div {
    float: left;
    width: 50%
}

.view-school-details.view-display-id-block_1>.view-content {
    padding-right: 32px
}

.view-school-details.view-display-id-block_1>.view-content .views-field {
    padding: 1.111em 16px;
    border-bottom: 1px solid #d9dce4
}

.view-school-details.view-display-id-block_1>.view-content .views-field:last-of-type {
    border-bottom: 0
}

.view-school-details.view-display-id-block_1>.view-content .views-field .category {
    margin-bottom: 0
}*/

.is-hidden {
    display: none
}

.align-right {
    padding: 0 0 32px 32px
}

.align-left {
    padding: 0 32px 32px 0
}

.path-frontpage .layout-content {
    overflow: hidden
}

.path-frontpage .layout-content .page-title {
    margin-bottom: 8px
}

.content--home {
    margin: 5.278em 0 4.944em
}

.content--home [class*=col-] {
    margin-bottom: 0;
    padding-right: 40px
}

.region-home-feature {
    margin-top: 9px
}

.search-advanced {
    width: 100%;
    float: left;
    clear: left
}

.search-results {
    margin: 0;
    padding: 0;
    list-style: none
}

.search-results li {
    margin: 0;
    padding: 0
}

.search-results ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.search-results h3 {
    text-transform: none;
    margin-bottom: 0
}

.search-results h3 a {
    color: #3a4a76
}

.search-results .search-url,
.search-results p {
    font-size: 0.944em
}

.search-results>li {
    padding: 19px 16px;
    border-bottom: 1px solid #d9dce4
}

.search-results>li>:last-child {
    margin-bottom: 0
}

.search-form {
    margin: 37.5px 0;
    padding-bottom: 37.5px;
    border-bottom: 1px solid #d9dce4;
    width: 100%;
    float: left;
    clear: left
}

.search-form .search-help-link,
.search-form label {
    display: none
}

.search-form .form-item {
    float: left;
    width: 100%;
    margin: 0;
    padding-right: 107px
}

.search-form .form-item input {
    border-right: 0
}

.search-form .form-submit {
    float: right;
    margin-top: -48px;
    margin-right: 0
}

.mobile {
    display: none
}


.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

ul.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center
}

ul.slick-dots>li {
    display: inline;
    padding: 0 10px
}

ul.slick-dots button {
    outline: none;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    color: #d9dce4;
    font-size: 0;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #d9dce4
}

ul.slick-dots button:before {
    display: none
}

ul.slick-dots .slick-active button {
    color: #3a4a76;
    background-color: #3a4a76
}

@media only screen and (max-width:1920px) {
    .banner .banner--home-right>div {
        margin-right: -11vw
    }
}

@media only screen and (max-width:1680px) {
    .banner .banner--home-right>div {
        margin-right: -6vw
    }
}

@media only screen and (max-width:1553px) {
    .header__nav .block-menu>.menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-box;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header__nav .block-menu>.menu>.menu-item {
        margin-right: 0;
        padding-right: 10px;
        padding-left: 0
    }
    .banner .banner--home-right>div {
        margin-right: -40px
    }
}

@media only screen and (max-width:1366px) {
    body {
        font-size: 16px;
        line-height: 1.625em
    }
    .h1,
    h1 {
        font-size: 2em
    }
    .h2,
    h2 {
        font-size: 1.375em
    }
    .h3,
    h3 {
        font-size: 1.25em
    }
    .container,
    .l-container {
        padding: 0 32px
    }
    .banner .banner--home-right>div {
        margin-right: -32px
    }
    .quicklinks {
        font-size: 1em
    }
    .header__nav .block-menu>.menu>.menu-item>.menu {
        margin-top: -6px
    }
    .region-header-search .form-search {
        width: 52px
    }
}

@media only screen and (max-width:1280px) {
    .header__logo {
        width: 100%
    }
    .header__nav {
        width: inherit
    }
    .header__nav .block-menu>.menu>.menu-item {
        padding-right: 8px
    }
    /*.header__nav .block-menu>.menu>.menu-item:last-of-type {
        width: 96px
    }*/
    .header__nav .block-menu>.menu>.menu-item .menu {
        width: 22em
    }
}

@media only screen and (max-width:1080px) {
    .header__menu .trigger__menu.mobile {
        position: relative;
        display: block;
        height: 32px;
        overflow: hidden;
        float: right;
        font-family: "Raleway", "Roboto", sans-serif;
        font-size: 1.125em;
        color: #3a4a76;
        text-align: right;
        text-transform: uppercase
    }
    .header__menu .trigger__menu.mobile:hover {
        cursor: pointer
    }
    .header__menu .trigger__menu.mobile .labels {
        position: relative;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s
    }
    .header__menu .trigger__menu.mobile .label--open {
        position: absolute;
        top: 100%;
        right: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .header__menu .trigger__menu.mobile i {
        padding-left: 10px;
        font-size: 1.75em;
        vertical-align: middle
    }
    .header__menu .trigger__menu.mobile i:before {
        vertical-align: text-top
    }
    .header__menu .trigger__menu.mobile.is-open .labels {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    .header__menu>.region {
        position: absolute;
        z-index: 20;
        top: 100%;
        right: 0;
        width: 320px;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
        background-color: #fff
    }
    .header__menu>.region,
    .header__menu>.region.is-hidden {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: hidden
    }
    .header__menu>.region.is-open {
        display: block;
        visibility: visible;
        opacity: 1;
        overflow: visible;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
    .header__menu>.region:before {
        position: absolute;
        top: -5px;
        content: '';
        width: 100%;
        height: 10px;
        border-top: 5px solid #fff;
        background-image: -webkit-linear-gradient(top, #eaeaea 0%, #fff 100%);
        background-image: -o-linear-gradient(top, #eaeaea 0%, #fff 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#fff));
        background-image: linear-gradient(to bottom, #eaeaea 0%, #fff 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffffffff', GradientType=0)
    }
    .header__nav .block-menu>.menu {
        display: block;
        background-color: #fff
    }
    .header__nav .block-menu>.menu>.menu-item {
        display: block;
        padding: 0;
        margin: 0;
        text-align: left
    }
    /*.header__nav .block-menu>.menu>.menu-item:last-of-type {
        width: 100%
    }
    .header__nav .block-menu>.menu>.menu-item:last-of-type>a {
        padding: inherit;
        border: 0;
        text-align: inherit;
        border-bottom: 0
    }
    .header__nav .block-menu>.menu>.menu-item:last-of-type a,
    .header__nav .block-menu>.menu>.menu-item a {
        padding: 19px 63px 20px 24px!important;
        line-height: 1.5em;
        border-bottom: 1px solid #ebedf1
    }
    .header__nav .block-menu>.menu>.menu-item:last-of-type a:before,
    .header__nav .block-menu>.menu>.menu-item a:before {
        display: none
    }*/
    .header__nav .block-menu>.menu>.menu-item .mobile-menu-trigger {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        display: block;
        width: 63px;
        height: 63px;
        line-height: 63px;
        text-align: center;
        color: #3a4a76
    }
    .header__nav .block-menu>.menu>.menu-item .menu {
        display: none;
        position: relative;
        top: auto;
        left: auto;
        z-index: 10;
        width: 100%;
        padding: 0;
        margin: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #ebedf1
    }
    .header__nav .block-menu>.menu>.menu-item .menu a {
        border-color: #d9dce4
    }
    .header__nav .block-menu>.menu>.menu-item .menu li.menu-item--collapsed a:after {
        display: none
    }
    .header__nav .block-menu>.menu>.menu-item .menu .menu {
        background-color: rgba(255, 255, 255, 0.5)
    }
    .header__nav .block-menu>.menu>.menu-item>.menu>li.menu-item--expanded>a:after {
        display: none
    }
    .header__nav .block-menu>.menu .menu-item {
        position: relative
    }
    .header__nav .block-menu>.menu .menu-item.is-open>.mobile-menu-trigger,
    .header__nav .block-menu>.menu .menu-item.is-open>a {
        color: #fff
    }
    .header__nav .block-menu>.menu .menu-item.is-open>a {
        background-image: -webkit-linear-gradient(left, #3a4a76 0%, #36638c 100%);
        background-image: -o-linear-gradient(left, #3a4a76 0%, #36638c 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(#3a4a76), to(#36638c));
        background-image: linear-gradient(to right, #3a4a76 0%, #36638c 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3a4a76', endColorstr='#ff36638c', GradientType=1)
    }
    .header__nav .block-menu>.menu .menu-item.is-open>.mobile-menu-trigger i:before {
        content: '\f068'
    }
    .header__nav .header__secondary .secondary__right a {
        padding-right: 1.714em
    }
    .button {
        text-align: left
    }
}

@media only screen and (max-width:980px) {
    .container,
    .l-container {
        padding: 0 24px
    }
    .layout-content .align-left,
    .layout-content .align-right {
        display: block;
        float: none;
        max-width: 100%;
        padding: 0 0 24px
    }
    #header {
        padding-top: 40px
    }
    #header>div {
        height: 64px
    }
    .site-logo {
        padding-top: 8px
    }
    .site-logo>img {
        max-width: 45px
    }
    .secondary__logo {
        padding-left: 0
    }
    .region-header-search .form-search {
        height: 32px
    }
    .region-header-search .form-actions,
    .region-header-search .form-submit {
        height: 40px
    }
    .header__menu {
        height: 4em
    }
    .header__nav .header__secondary {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        padding: 0 24px;
        background-image: -webkit-linear-gradient(left, #3a4a76 0%, #36638c 100%);
        background-image: -o-linear-gradient(left, #3a4a76 0%, #36638c 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(#3a4a76), to(#36638c));
        background-image: linear-gradient(to right, #3a4a76 0%, #36638c 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3a4a76', endColorstr='#ff36638c', GradientType=1)
    }
    .header__nav .header__secondary:after,
    .header__nav .header__secondary:before {
        display: none
    }
    .header__nav .header__secondary .secondary__left {
        position: relative;
        left: inherit;
        float: left;
        width: 100%;
        height: 40px;
    }
    .header__nav .header__secondary .secondary__right {
        width: 00%;
        text-align: right;
        line-height: 40px
    }
    .layout-sidebar {
        margin-bottom: 0
    }
    .layout-sidebar-first {
        display: none;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }
    .layout-sidebar-first.mobile {
        display: block;
        opacity: 1
    }
    .layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail {
        margin-bottom: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>a {
        position: relative;
        padding: 1em 40px 1em 20px;
        border-bottom: 1px solid #fff
    }
    .layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>a:after {
        font-family: "Font Awesome 5 Free";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        text-rendering: auto;
        line-height: 1;
        font-variant: normal;
        position: absolute;
        right: 20px;
        content: '\f067';
        width: 32px;
        text-align: center
    }
    .layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>a.is-open:after {
        content: '\f068'
    }
    .layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu {
        display: none;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3)
    }
    .layout-sidebar-first .block-menu>.menu>li.menu-item--active-trail>.menu li a {
        margin: 0 20px
    }
    
    .banner {
        margin-bottom: 32px
    }
    .banner .banner--home-left,
    .banner .banner--home-right {
        width: 100%
    }
    .banner .banner--home-left {
        padding-top: 26px
    }
    .banner .banner--home-right {
        -webkit-order: -1;
        -ms-order: -1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .banner .banner--home-right>div {
        margin-left: -24px
    }
    .banner--home {
        margin-bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .banner--home img {
        width: 100%
    }
    .banner--inside img {
        width: auto;
        height: 144px!important
    }
    .banner--inside>div {
        margin: 0
    }
    ul.slider--home-nav {
        margin-right: 0
    }
    .view-banner-homepage.view-display-id-block_1:before {
        display: none
    }
    .view-banner-homepage.view-display-id-block_2 {
        margin-right: 0
    }
    .layout-breadcrumbs>div {
        width: 100%
    }
    .quicklinks {
        padding-top: 16px
    }
    .testimonials {
        margin-bottom: 32px
    }
    .content__wrap {
        padding-top: 40px
    }
    .layout-content,
    .layout-sidebar {
        width: 100%;
        padding-right: 0
    }
    .region-sidebar-first>* {
        margin-bottom: 0
    }
    .content--home {
        margin: 48px 0 32px
    }
}

@media only screen and (max-width:800px) {
    .quicklinks {
        font-size: 0.875em
    }
    #footer>div [class*=col-] {
        width: 100%
    }
    .footer__logo,
    .footer__secondary__logo {
        padding: 0;
        text-align: center
    }
    .footer__logo {
        margin-bottom: 32px
    }
    .footer__secondary__logo {
        margin-top: 48px
    }
    .content--home [class*=col-] {
        width: 100%;
        padding-right: 0
    }
    .region-home-feature {
        margin: 0 -24px 14px
    }
}

@media only screen and (max-width:600px) {
    .button {
        margin: 0 0 8px
    }
    #header .region-primary-menu .block-menu {
        position: relative
    }
    #header .region-primary-menu .block-menu:before {
        content: '';
        opacity: 0;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.6);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }
    #header.search--is-focus .region-primary-menu .block-menu {
        position: relative
    }
    #header.search--is-focus .region-primary-menu .block-menu:before {
        z-index: 20;
        opacity: 1
    }
    .header__menu>.region {
        width: 100%
    }
    .header__nav .header__secondary .secondary__left {
        width: 50%
    }
    .header__nav .header__secondary .secondary__right {
        width: 50%
    }
    .header__nav .header__secondary .secondary__right a {
        padding: 0
    }
    .header__nav .header__secondary .secondary__right>div,
    .header__nav .header__secondary .secondary__right a:not(#translate) {
        display: none
    }
    .region-header-search {
        border-bottom: 1px solid #ebedf1
    }
    .region-header-search .form-item {
        position: relative;
        display: block
    }
    .region-header-search .form-item:after {
        position: absolute;
        bottom: 20px;
        left: 24px;
        right: 24px;
        content: '';
        height: 2px;
        background-color: #0dabd8
    }
    .region-header-search .form-search {
        width: 100%;
        height: inherit;
        padding: 21px 63px 30px 24px;
        color: #3a4a76
    }
    .region-header-search .form-search:focus {
        width: 100%;
        border-bottom: 0
    }
    .region-header-search .form-search:focus::-webkit-input-placeholder {
        color: transparent
    }
    .region-header-search .form-search:focus:-moz-placeholder {
        color: transparent
    }
    .region-header-search .form-search:focus::-moz-placeholder {
        color: transparent
    }
    .region-header-search .form-search:focus:-ms-input-placeholder {
        color: transparent
    }
    .region-header-search .form-search::-webkit-input-placeholder {
        color: #3a4a76;
        font-weight: 700;
        text-transform: uppercase
    }
    .region-header-search .form-search:-moz-placeholder {
        color: #3a4a76;
        font-weight: 700;
        text-transform: uppercase
    }
    .region-header-search .form-search::-moz-placeholder {
        color: #3a4a76;
        font-weight: 700;
        text-transform: uppercase
    }
    .region-header-search .form-search:-ms-input-placeholder {
        color: #3a4a76;
        font-weight: 700;
        text-transform: uppercase
    }
    .region-header-search .form-actions {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        display: block;
        width: 63px;
        height: 63px;
        line-height: 63px;
        text-align: center;
        color: #3a4a76
    }
    .region-header-search .form-actions:before {
        left: 50%;
        -webkit-transform: translate(-50%, -10px);
        -ms-transform: translate(-50%, -10px);
        transform: translate(-50%, -10px)
    }
    .region-header-search .form-submit {
        margin: 0;
        height: 64px
    }
    .search--is-focus .region-header-search .form-actions:before {
        content: '\f061'
    }
    #translate {
        font-size: 0;
        line-height: 0
    }
    #translate i {
        font-size: 32px;
        line-height: 40px
    }
    .banner {
        margin-bottom: 16px
    }
    .quicklinks img {
        margin-bottom: 0
    }
    .quicklinks .quicklinks__img a {
        height: 100%
    }
    .quicklinks .view-content {
        margin: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .quicklinks .view-content>.views-row {
        width: 100%;
        margin: 0 auto 20px;
        padding: 0
    }
    .quicklinks .view-content>.views-row:before {
        right: 0;
        left: 0
    }
    body:not(.path-frontpage) .quicklinks img {
        position: relative;
        left: 50%;
        width: auto;
        max-width: inherit;
        height: 100%!important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    body:not(.path-frontpage) .quicklinks .view-content>.views-row {
        position: relative;
        width: 100%;
        float: left;
        clear: left;
        min-height: 125px;
        padding-left: 40%;
        margin-bottom: 20px
    }
    body:not(.path-frontpage) .quicklinks .view-content>.views-row:last-of-type {
        margin-bottom: 0
    }
    body:not(.path-frontpage) .quicklinks .quicklinks__img,
    body:not(.path-frontpage) .quicklinks .quicklinks__title {
        float: left
    }
    body:not(.path-frontpage) .quicklinks .quicklinks__img {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        overflow: hidden
    }
    body:not(.path-frontpage) .quicklinks .quicklinks__title {
        padding: 24px
    }
    body.path-frontpage .quicklinks .view-content>.views-row {
        max-width: 464px
    }
    #main {
        position: relative;
        z-index: 10
    }
    #main .overlay {
        content: '';
        opacity: 0;
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }
    #main .overlay.is-on {
        z-index: 100;
        opacity: 1
    }
    .content__wrap {
        padding-top: 32px
    }
    .collection .collection__img {
        max-width: 40%
    }
    ul.slider--home-nav {
        position: absolute;
        z-index: 30;
        top: -10px;
        right: -16px;
        left: 16px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin: 0;
        padding: 10px 16px 0;
        font-size: 1em;
        text-align: left;
        border-bottom: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }
    ul.slider--home-nav>li {
        width: 100%;
        margin-bottom: 10px;
        padding: 6px 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }
    ul.slider--home-nav>li:after {
        display: none
    }
    ul.slider--home-nav>li.is-active {
        border-bottom: 1px solid #3a4a76
    }
    ul.slider--home-nav>li:not(.is-active) {
        visibility: hidden;
        opacity: 0
    }
    .view-homepage-banner-nav .item-list {
        position: relative;
        height: 32px;
        margin-bottom: 24px;
        overflow: hidden
    }
    .view-homepage-banner-nav .item-list.is-open {
        overflow: visible
    }
    .view-homepage-banner-nav .item-list.is-open ul.slider--home-nav {
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
		padding: 10px 15px;
    }
    .view-homepage-banner-nav .item-list.is-open ul.slider--home-nav>li {
        visibility: visible;
        opacity: 1
    }
    .view-homepage-banner-nav .item-list.is-open .slider__trigger i:before {
        content: '\f053'
    }
    .slider__trigger {
        position: absolute;
        z-index: 40;
        right: 0;
        top: 0;
        width: 100%;
        padding-right: 2px;
        text-align: right
    }
    .slider__trigger i {
        color: #214b8a;
        font-size: 0.875em
    }
    
    .path-node .view:not(.view-quicklinks)>.view-filters .form--inline {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .path-node .view:not(.view-quicklinks)>.view-filters .form--inline>div {
        margin: 4px 0
    }
}

@media only screen and (max-width:400px) {
    .collection {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .collection .collection__img {
        max-width: 100%
    }
    body:not(.path-frontpage) .quicklinks .view-content {
        display: block
    }
    body:not(.path-frontpage) .quicklinks .view-content>.views-row {
        min-height: inherit;
        padding-left: 0
    }
    body:not(.path-frontpage) .quicklinks .quicklinks__img {
        display: none
    }
}


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}



@media (min--moz-device-pixel-ratio:0) {
    summary {
        display: list-item;
    }
}


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

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.container-inline div,
.container-inline label {
    display: inline;
}

.container-inline .details-wrapper {
    display: block;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.js details:not([open]) .details-wrapper {
    display: none;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.item-list__comma-list,
.item-list__comma-list li {
    display: inline;
}

.item-list__comma-list {
    margin: 0;
    padding: 0;
}

.item-list__comma-list li:after {
    content: ", ";
}

.item-list__comma-list li:last-child:after {
    content: "";
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}



.login-block{
float:left;
width:100%;
margin-top:40px;
margin-bottom:40px;
padding :0px;
}
.banner-sec{background-size:cover; background:#f8f9fa;min-height:390px; padding:0;margin:0px;}
.login-block .container{border-bottom:5px solid rgb(25, 68, 134);background:#f8f9fa;}
.login-sec{padding: 30px 15px; position:relative;background:#f8f9fa;}
.login-sec h2{margin-bottom:30px; font-family:'Raleway';font-weight:400; font-size:40px; color: #094183;}
.login-sec h2:after{content:" "; width:100px; height:2px; background:#34739b; display:block; 
margin-top:20px; border-radius:3px; }
.btn-login{background: #094183; color:white;right:10px;position:relative;color:#fff; font-weight:600;}


/*-------- Start latest-post Style -------------*/
.latest-post-area {
  margin-top: 40px;
}

@media (max-width: 575px) {
  .latest-post-area .container {
    padding: 0px 15px !important;
  }
  
.latest-post-area .latest-post-wrap .single-latest-post .tags {
    top: 0px !important;
    right: 0px !important;
}
  
}

.latest-post-area .latest-post-wrap {
  padding: 20px;
  background: #fff;
}

.latest-post-area .latest-post-wrap .cat-title {
  font-family: "Raleway";
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 50px;
  color:#094183;
}

.latest-post-area .latest-post-wrap .single-latest-post {
  /* margin-top: 20px; */
}

.latest-post-area .latest-post-wrap .single-latest-post .feature-img {
  overflow: hidden;
}

.latest-post-area .latest-post-wrap .single-latest-post .feature-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.latest-post-area .latest-post-wrap .single-latest-post .feature-img .overlay-bg {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.latest-post-area .latest-post-wrap .single-latest-post:hover .feature-img img {
  transform: scale(1.1);
}

.latest-post-area .latest-post-wrap .single-latest-post .tags {
  position: absolute;
  top: 5px;
  right: -30px;
}

.latest-post-area .latest-post-wrap .single-latest-post .tags li {
  display: inline-block;
  background: #094183;
  color: #fff;
  padding: 4px 30px;
  font-weight: 300;
}

.latest-post-area .latest-post-wrap .single-latest-post .tags li a {
  color: #fff;
}

.latest-post-area .latest-post-wrap .single-latest-post .meta {
  margin: 10px 0px;
}

.latest-post-area .latest-post-wrap .single-latest-post .meta li {
  display: inline-block;
  color: #777777;
  margin-right: 10px;
  font-weight: 300;
  font-size: 12px;
}

.latest-post-area .latest-post-wrap .single-latest-post .meta li .lnr {
  margin-right: 10px;
  font-weight: 700;
}

.latest-post-area .latest-post-wrap .single-latest-post .meta li a, .latest-post-area .latest-post-wrap .single-latest-post .meta li .lnr {
  color: #777777;
}

.latest-post-area .latest-post-wrap .single-latest-post .excert {
  margin-bottom: 0px;margin-top:15px;font-family:'Roboto'; 
}

.latest-post-area .latest-post-wrap .single-latest-post .post-right h6 {
  max-width: 320px;color:#094183;margin-bottom:10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.latest-post-area .latest-post-wrap .single-latest-post .post-right h6:hover {
  color: #f6214b;
}

@media (max-width: 991px) {
  .latest-post-area .latest-post-wrap .single-latest-post .post-right h6 {
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  .latest-post-area .latest-post-wrap .single-latest-post .post-right {
    margin: 20px 0px;
  }
}

.sidebars-area {
  background: #f8f9fa;
  padding: 20px;
}

@media (max-width: 991px) {
  .sidebars-area {
    margin-top: 30px;
  }
}

.single-sidebar-widget {
  margin-bottom: 30px;
}

.single-sidebar-widget .title {
  background: #04091e;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 20px;
}

.single-sidebar-widget:last-child {
  margin-bottom: 0px;
}

.editors-pick-post .feature-img {
  overflow: hidden;
}

.editors-pick-post .feature-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.editors-pick-post .feature-img .overlay-bg {
  background: rgba(0, 0, 0, 0.4);
}

.editors-pick-post .feature-img:hover img {
  transform: scale(1.045);
}

.editors-pick-post .tags {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.editors-pick-post .tags li {
  display: inline-block;
  background: #f6214b;
  color: #fff;
  padding: 4px 30px;
  font-weight: 300;
}

.editors-pick-post .tags li a {
  color: #fff;
}

.editors-pick-post .details {
  padding-bottom: 20px;
  border-bottom: 1px solid #094183;
}

.editors-pick-post .details h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.editors-pick-post .details h4:hover {
  color: #f6214b;
}

.editors-pick-post .details:hover .feature-img-wrap img {
  transform: scale(1.045);
}

.editors-pick-post .meta {
  margin: 10px 0px;
}

.editors-pick-post .meta li {
  display: inline-block;
  color: #777777;
  margin-right: 10px;
  font-weight: 300;
  font-size: 12px;
}

.editors-pick-post .meta li .lnr {
  margin-right: 10px;
  font-weight: 700;
}

.editors-pick-post .meta li a, .editors-pick-post .meta li .lnr {
  color: #231f20;
}

.editors-pick-post .excert {
  margin-bottom: 0px;margin-top:15px;font-family:'Roboto'; 
}

.editors-pick-post .post-lists .single-post {
  padding: 15px 0px;
  border-bottom: 1px solid #094183;
}

.editors-pick-post .post-lists .single-post:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.editors-pick-post .post-lists .detail {
  padding-left: 20px;
}

.editors-pick-post .post-lists .detail h6 {
  line-height: 1.4em !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.editors-pick-post .post-lists .detail h6:hover {
  color: #f6214b;
}


/*** Section*/

.section {
  background-repeat: no-repeat;
  background-position: center;
}

.section__inner {
    max-width: 63rem;
    /* account for padding */
    margin-right: auto;
    margin-left: auto;
    padding: 3rem 1.5rem;
  }

.layout--left .layout__main .section__inner,
    .layout--right .layout__main .section__inner {
      max-width: calc(60rem - 17%);

      /* account for side nav */
    }

.section__inner--sml {
      max-width: 43rem;
    }

.section__inner--xsml {
      max-width: 33rem;
    }

.section__inner--short {
      min-height: 0 !important;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

.section__inner--nopad {
      min-height: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

.section--centred {
    text-align: center;
  }

.section--image {
    background-size: cover;
  }

.section--image-mask {
    position: relative;
  }

.section--image-mask::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .2;
      background-color: rgb(0, 0, 0);
    }

.section--divider__inner {
      margin-top: auto;
      margin-bottom: auto;
      text-align: center;
    }

@supports (display: flex) {

.section--divider__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between
    }
      }

.section--divider .heading-section {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }

@supports (display: flex) {
    .section__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 22.5rem;
    }
  }

@media (min-width: 769px) {
    .section__inner {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
    }

    .section__inner--short {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  }

@media (min-width: 1099px) {
    @supports (display: flex) {
      .section__inner {
        min-height: 21.9rem;
      }
    }
  }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-height: 100%;
  font-weight: normal;
}

.card.btn-owner {
    color: rgb(9, 65, 131);
    text-decoration: none;
  }

.card.btn-owner:visited {
      color: rgb(9, 65, 131);
    }

.card.btn-owner.bg-inverted,
    .card.btn-owner.bg-inverted--o95 {
      background-color: rgb(8, 60, 119);
      color: rgb(255, 255, 255);
      transform-origin: bottom top;
    
     }


.card.btn-owner.bg-inverted,
    .card.btn-owner.bg-inverted--o95 h2 p {
        transform-origin: none;
        -ms-transform: skew(40deg, 0deg);
        -webkit-transform: skew(10deg, 0deg);
        transform: skew(10deg, 0deg);
    }

.card__inner {
    padding: 1.5rem;
  }

.card__inner--tight {
      padding: 1.5rem 0;
    }




.card--fact .card__inner {
    display: block;
  }

.card--fact .card__header {
    margin-bottom: .75rem;
    font-family: "Raleway";
    font-size: 2.4rem;
    font-weight: bold;
  }

.card--fact .card__header--sml {
      font-size: 1.7rem;
    }

.card--fact .card__thumb {
    width: auto;
    max-height: 150px;
  }

.card--fact .card__thumb + .card__inner {
      padding-top: 0;
    }

.card--fact .card__meta {
    margin-bottom: .75rem;
    font-size: 1.1rem;
    font-weight: 600;
  }

.card--fact-image .card__thumb {
      margin: 1.5rem auto;
    }

@media (min-width: 600px) {
      .list-item--desk-1of1 .card--fact-image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
      }

        .list-item--desk-1of1 .card--fact-image .card__thumb {
          width: 40%;
        }

        .list-item--desk-1of1 .card--fact-image .card__inner {
          width: 60%;
        }
    }

.card--fact p {
    font-size: .9rem;
  }



/**
 * Focus box as used in About us - Growing esteem pages
 */

.card--focus-box {
  position: relative;
  padding: 1.2rem;
  text-align: left;
}

.card--focus-box-vert {
    padding: 1.5rem;
    text-align: center;
  }

.card--focus-box__cnr {
    position: absolute;
    width: 6em;
    height: 6em;
    opacity: .5;
    color: red;
  }

.card--focus-box__cnr--top-left {
      top: 0;
      left: 0;
    }

.card--focus-box__cnr--btm-right {
      right: 0;
      bottom: 0;
    }


svg path {
  fill: rgb(63, 167, 194);
}



#colorlib-blog {
  padding: 2em 0;
  clear: both; }

.blog-entry {
  width: 100%;
  float: left;
  background: #eeeeee;
  margin-bottom: 3em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  }
  @media screen and (max-width: 768px) {
    .blog-entry {
      margin-bottom: 3em; } }
  .blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block; }
    .blog-entry .blog-img img {
      position: relative;
      max-width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .blog-entry .desc {
    padding: 40px 30px;
    display: block;
    width: 100%;
    float: left; }
    .blog-entry .desc h3 {
      font-size: 20px;text-transform:none; 
      font-family:'Raleway'; 
      margin-bottom: 0px;
      margin-bottom: 20px;
      line-height: 1.3; }
      .blog-entry .desc h3 a {
        color: #000;
        text-decoration: none; }
    .blog-entry .desc span {
      display: block;
      margin-bottom: 20px;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.5) !important; }
      .blog-entry .desc span small i {
        color: #999999; }
    .blog-entry .desc .lead {
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 400;
      color: #333333;
      border: 1px solid #1a1a1a;
      padding: 7px;
      text-decoration: none; }
      .blog-entry .desc .lead:hover, .blog-entry .desc .lead:focus {
        border: 1px solid #666666;
        color: #1a1a1a; }
  .blog-entry blockquote {
    padding: 20px;
    background: #fafafa;
    border-left: 0; }
    .blog-entry blockquote h3 {
      margin: 0; }
  .blog-entry:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .blog-entry .blog-image {
    position: relative; }
    .blog-entry .blog-image .video {
      display: table;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative;
      height: 500px; }
    .blog-entry .blog-image .colorlib-video {
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .blog-entry .blog-image .colorlib-video {
          height: 300px; } }
      .blog-entry .blog-image .colorlib-video a {
        z-index: 1001;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -45px;
        margin-left: -45px;
        width: 90px;
        height: 90px;
        display: table;
        text-align: center;
        background: #fff;
        text-decoration: none;
        -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .blog-entry .blog-image .colorlib-video a i {
          text-align: center;
          display: table-cell;
          vertical-align: middle;
          font-size: 40px; }
      .blog-entry .blog-image .colorlib-video .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .blog-entry .blog-image .colorlib-video:hover .overlay {
        background: rgba(0, 0, 0, 0.7); }
      .blog-entry .blog-image .colorlib-video:hover a {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
  .blog-entry .blog-audio {
    padding-top: 30px; }



  .intro-heading {
  margin-bottom: 1em; }
  .intro-heading h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.5em;
    color: #000;
    position: relative; }
  .intro-heading span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #bfbfbf;
    font-weight: 600; }


.owl-carousel {
  z-index: 0; }

.owl-carousel .owl-stage-outer {
  z-index: -1; }

.owl-theme .owl-controls {
  margin-top: -10px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -30px; }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  background: transparent;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px 5px;
  opacity: 0; }
  .owl-theme .owl-controls .owl-nav [class*=owl-] .owl-direction {
    background: transparent; }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .owl-theme .owl-controls .owl-nav [class*=owl-]:focus {
    background: rgba(255, 255, 255, 0.9); }
    .owl-theme .owl-controls .owl-nav [class*=owl-]:hover .owl-direction, .owl-theme .owl-controls .owl-nav [class*=owl-]:focus .owl-direction {
      background: transparent;
      color: #000; }

.owl-theme .owl-controls .owl-nav .owl-prev {
  float: left; }

.owl-theme .owl-controls .owl-nav .owl-next {
  float: right; }

.owl-carousel:hover .owl-controls .owl-nav [class*=owl-], .owl-carousel:focus .owl-controls .owl-nav [class*=owl-] {
  opacity: 1; }



.demo-gallery > ul {
  padding:0px;
}

.demo-gallery > ul > li {
  margin: 0px;
  width: 180px;
  display: inline-block;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

#home-custom-landing-2 .landing-img-wrapper, #home-custom-landing-2-mc .landing-img-wrapper{border:5px solid white; padding:5px; border-radius:50%; width:180px; height:180px; margin:0 auto;}
#home-custom-landing-2 .landing-img-wrapper img, #home-custom-landing-2-mc .landing-img-wrapper img{border-radius:50%;height:160px; width:160px;}
#home-custom-landing-2  h3{color:white;text-align:center;font-size:26px;font-weight:lighter;line-height:30px;}
#home-custom-landing-2 ul{list-style-type:none; padding:0px;font-style:italic;font-size:16px;font-weight:ligher;}
#home-custom-landing-2 ul li{color:white;margin-bottom:0.5em;}
#home-custom-landing-2 ul li:after{display: block;width: 50%;height: 1px;content: '';border-bottom: solid 1px #fff;margin: 0.5em auto;}
#home-custom-landing-2 ul li:last-child:after{ display:none; }

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}


/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
  -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 100%;
    height: 250px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  padding: 10px;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
    background: #f0f5f9;
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);background: #E5E9F1;
  -webkit-transform: rotateY(180deg);
}
.thumbnail{
background: none;
  border: none;
}
.mb{margin-bottom: 00px;}


/* footer */
.newsletter {
  
  position: relative;
  z-index: 1;
}

.newsletter-block {
  padding-left: 50px;
}

@media (max-width: 575px) {
  .newsletter-block {
    padding-left: 15px;
  }
  
.demo-gallery > ul > li {
  width: 48%;
}

.fa-external-link-alt {
	display:none!important;	
}
}

.input-wrapper {
  position: relative;
  border:1px solid silver;
  border-radius:6px;
}

.input-wrapper button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-control {
  height: 60px;
  
  border-radius: 0;
  padding-left: 25px;
}

.form-control:focus {
  border-color: #ffbc3b;
  box-shadow: none;
}

.newsletter-block .form-control {
  height: 70px;
}



/* /footer */
.filter-controls li {
  cursor: pointer;
  transition: .1s ease;
}

.filter-controls li.mixitup-control-active {
  font-weight: 600;
  color: #ffbc3b;
}

.filter-controls li:hover {
  color: #ffbc3b;
}


.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}



.text-primary {
    color: #ffbc3b !important;
}


@media (min-width: 576px){
.text-sm-left {
    text-align: left!important;
}
.text-center {
    text-align: center!important;
}
/*# sourceMappingURL=maps/style.css.map */



.testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
    box-shadow: 8px 4px 0 0 #194486;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 67px;
    border: 2px solid #194486;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #194486;
    position: absolute;
    top: -15px;
    left: -35px;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #194486;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 18px;
    color: #4a5184;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 200px;
}
.owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #194486;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 22px;
    height: 12px;
}

.slideshow-container {
  position: relative;
  box-shadow: 2px 2px 2px 2px #888888;background:#F9F9F9;
}

/* Slides */
.mySlides {
  display: none;
  padding: 40px 0 0 0;font-family:'Raleway'; 
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 0px;
   background:#F9F9F9;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */

/* Add an italic font style to all quotes */
.slideshow-container q {font-style: normal;font-size:26px;}
.slideshow-container p {margin-top:10px;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}



/*Start Program Style*/
.pt-100{
    padding-top:100px;
}

.section-title {
  margin-bottom: 60px;
}
.section-title p {
    color: #777;
    font-size: 16px;
}
.section-title h4 {
    text-transform: capitalize;
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.section-title h4:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color:  #e5e5e5;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.section-title h4:after {
    position: absolute;
    background-color:  #e5e5e5;
    content: "";
    width: 10px;
    height: 10px;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    border-radius: 50%;
}
ul.timeline-list {
    position: relative;
    margin: 0;
    padding: 0
}
ul.timeline-list:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e5e5e5;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
ul.timeline-list li {
    position: relative;
    clear: both;
    display: table;
}
.timeline_content {
    border: 1px solid #e5e5e5;
    background-color:#fff
}
ul.timeline-list li .timeline_content {
    width: 45%;
    color: #333;
    padding: 30px;
    float: left;
    text-align: right;
}
ul.timeline-list li:nth-child(2n) .timeline_content {
    float: right;
    text-align: left;
}
.timeline_content h4 {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
}
ul.timeline-list li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #adb9cc;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
}
.timeline_content span {
    font-size: 14px;
    font-weight: 400;
    color: #194486;
}


.eos-menu,
.eos-menu *,
.eos-menu *:before,
.eos-menu *:after {
    padding: 0px;font-family:'Raleway';
    margin:0px auto;border-radius:2px;letter-spacing: 1px;font-weight:400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.eos-menu {
    font-size: 16px;
    color: #eee;margin-top:40px;
}

.eos-menu li {
    list-style: none;
}

.eos-menu .eos-menu-content {
    position: absolute;
    width: 100%;
    overflow-y: hidden;
    height: 0px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.eos-menu .eos-group-content {
    overflow-y: hidden;
    height: 0px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.eos-menu .eos-menu-title,
.eos-menu .eos-group-title,
.eos-menu .eos-item {
    height: 40px;
    line-height: 40px;
    background: #efeeee;
    border-color: #293744;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-bottom: 1px solid transparent;
}

.eos-menu .eos-menu-title .fa,
.eos-menu .eos-group-title .fa,
.eos-menu .eos-item .fa {
    line-height: 40px;
}

.eos-menu .eos-menu-title:hover,
.eos-menu .eos-group-title:hover,
.eos-menu .eos-item:hover {
    cursor: pointer;
    background: #293744;color:white !important;
}

.eos-menu .eos-group-content .eos-item {
    background: #efeeee;
    padding-left: 30px !important;
}

.eos-menu .eos-item a {
    color: #eee;
    display: block;
    text-decoration: none;
}

.eos-menu .eos-pull-right {
    float: right;
}

.eos-menu .auto-height {
    height: auto;
}

.ie-style {
background: url('../images/world-map-transparent-bg.png') no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover; 
-o-background-size: cover;
background-size: cover; 
margin:0px; color: #fff; 
background-color: #094183;
border-top: 10px solid rgba(25, 68, 134, 0.5);
border-bottom: 10px solid rgba(125, 173, 226, 0.5);
}

@media (min-width: 768px) {
    .eos-menu .eos-menu-title {
        display: none;
    }
    .eos-menu .eos-menu-content {
        height: auto;
        position: inherit;
    }
}

.testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
	min-height: 340px;
    background: #f9f9f9;
    box-shadow: 4px 4px 0 0 rgba(25, 68, 134, 0.1);
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 67px;
    border: 2px solid #194486;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #194486;
    position: absolute;
    top: -15px;
    left: -35px;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #194486;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 18px;
    color: #4a5184;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 200px;
}
.owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #194486;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 22px;
    height: 12px;
}

.slideshow-container {
  position: relative;
  box-shadow: 2px 2px 2px 2px rgba(136, 136, 136, 0.2);
}

.header-top a:hover {
    color: #d4d5d6;
    text-decoration: none
}

.header-top-right {
    background: #194486;
    line-height: 0!important
}

.header-top-right span {
    line-height: 37px!important;
    padding-left: 7px;
    padding-right: 7px
}

.header-top-right:before {
    content: url(../images/left-img.png)
}

.header-top-right a {
    color: #f8f9fa
}

.header-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	background-color: #f8f9fa;
	color: #3a4a76!important;
}

.dropdown-menu {
    border: none!important
}

.dropdown-menu a {
	color: #3a4a76!important;
}

.dropdown-menu a:hover {
	background-color: #3a4a76;
	color: #f8f9fa!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px!important;
    padding-left: 12px!important
}

.dropdown-menu {
    padding: 0 0!important;
    margin: 0 0 0!important;
    font-size: 15px!important;
}

.dropdown-item {
    color: #f8f9fa!important;
}

.fa-external-link-alt:before {
    content: none!important
}

.dropdown-item {
    border-top: 1px solid #eaebec !important;
}

.dropdown:hover .dropdown-content {
    display: block
}

/* Slides */
.mySlides {
  display: none;
  padding: 40px 0 0 0;font-family:'Raleway'; 
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 0px;
   background:#F9F9F9;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 20px 4px;
  background-color: #194486;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #f8f9fa;
}

/* Add an italic font style to all quotes */
.slideshow-container q {font-style: normal;font-size:26px;}
.slideshow-container p {margin-top:10px;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}


/*End Program Style*/






