/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    clear: both;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}
/* =Fonts
-------------------------------------------------------------- */

h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit] {
   /* font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; */
}
pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body, input, textarea {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
}
hr {
    background-color: #E7E7E7;
    border: 0;
    height: 1px;
    margin-bottom: 18px;
    clear: both;
}
/* Text elements */
p {
    margin-bottom: 18px;
}
ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}
ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 0 24px 0;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 18px;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
big {
    font-size: 131.25%;
}
ins {
    background: #ffc;
    text-decoration: none;
}
blockquote {
    font-style: italic;
    padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
    font-style: normal;
}
pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
input[type="text"], textarea {
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
table {
    border: 1px solid #e7e7e7;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}
tr th, thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}
tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}
tr.odd td {
    background: #F2F7FC;
}
.attachment img {
    max-width: 900px;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
    font-size: 12px;
}
.wp-smiley {
    margin: 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
}
#comments .navigation {
    padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}
h3#comments-title {
    padding: 24px 0;
}
.commentlist {
    list-style: none;
    margin: 0;
}
.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}
.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
    margin-bottom: 18px;
}
#comments .comment-body p:last-child {
    margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}
.commentlist ol {
    list-style: decimal;
}
.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}
.comment-author {
}
.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}
.comment-author .says {
    font-style: italic;
}
.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
    color: #888;
    text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
    color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
    color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
    color: #FF4B33;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li {
    border: none;
    margin: 0;
}
.nopassword, .nocomments {
    display: none;
}
#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin: 0;
}
#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}
/* Comments form */
input[type=submit] {
    color: #333;
}
#respond {
    margin: 24px 0;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}
#respond p {
    margin: 0;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
.form-allowed-tags {
    line-height: 1em;
}
.children #respond {
    margin: 0 48px 0 0;
}
h3#reply-title {
    margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}
#respond .required {
    color: #FF4B33;
    font-weight: bold;
}
#respond label {
    color: #888;
    font-size: 12px;
}
#respond input {
    margin: 0 0 9px;
    width: 98%;
}
#respond textarea {
    width: 98%;
}
#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}
#respond .form-allowed-tags code {
    font-size: 11px;
}
#respond .form-submit {
    margin: 12px 0;
}
#respond .form-submit input {
    width: auto;
    font-size: 14px;
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
input {
    -webkit-appearance: none;
    border-radius: 0;
}
.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
    float: none !important;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot') format('embedded-opentype'), url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff'), url('../fonts/Helvetica.ttf') format('truetype'), url('../fonts/Helvetica.svg#Helvetica') format('svg');
}
@font-face {
    font-family: 'HelveticaBold';
    src: url('../fonts/HelveticaBold.eot');
    src: url('../fonts/HelveticaBold.eot') format('embedded-opentype'), url('../fonts/HelveticaBold.woff2') format('woff2'), url('../fonts/HelveticaBold.woff') format('woff'), url('../fonts/HelveticaBold.ttf') format('truetype'), url('../fonts/HelveticaBold.svg#HelveticaBold') format('svg');
}
@font-face {
    font-family: 'HelveticaCondensedLight';
    src: url('../fonts/HelveticaCondensedLight.eot');
    src: url('../fonts/HelveticaCondensedLight.eot') format('embedded-opentype'), url('../fonts/HelveticaCondensedLight.woff2') format('woff2'), url('../fonts/HelveticaCondensedLight.woff') format('woff'), url('../fonts/HelveticaCondensedLight.ttf') format('truetype'), url('../fonts/HelveticaCondensedLight.svg#HelveticaCondensedLight') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLTStdMdCn';
    src: url('../fonts/HelveticaNeueLTStdMdCn.eot');
    src: url('../fonts/HelveticaNeueLTStdMdCn.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStdMdCn.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStdMdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTStdMdCn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStdMdCn.svg#HelveticaNeueLTStdMdCn') format('svg');
}
@font-face {
    font-family: 'HelveticaLTCondensedBold';
    src: url('../fonts/HelveticaLTCondensedBold.eot');
    src: url('../fonts/HelveticaLTCondensedBold.eot') format('embedded-opentype'), url('../fonts/HelveticaLTCondensedBold.woff2') format('woff2'), url('../fonts/HelveticaLTCondensedBold.woff') format('woff'), url('../fonts/HelveticaLTCondensedBold.ttf') format('truetype'), url('../fonts/HelveticaLTCondensedBold.svg#HelveticaLTCondensedBold') format('svg');
}
@font-face {
    font-family: 'Conv_HelveticaNeueLTStd-Cn';
    src: url('../fonts/HelveticaNeueLTStd-Cn.eot');
    src: local('☺'), url('../fonts/HelveticaNeueLTStd-Cn.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Cn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Cn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu-r.eot');
    src: url('../fonts/ubuntu-r.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-r.woff2') format('woff2'), url('../fonts/ubuntu-r.woff') format('woff'), url('../fonts/ubuntu-r.ttf') format('truetype'), url('../fonts/ubuntu-r.svg#Ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;
}
.container_12 {
    margin: 0 auto;
    max-width: 1260px;
    width: 98%;
}
ul {
    margin: 0;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
/**  Header **/
#header {
    border-top: 6px solid #d3113a;
}
#top_header {
    background: #092657;
}
#top_header .container_12 {
    position: relative;
}
#logo {
    left: 0;
    position: absolute;
    top: 13px;
    width: auto;
    z-index: 999999;
}
#right_header {
    float: right;
}
.links li, .social_links li {
    float: left;
}
.links li a {
    /* font-family: "Open Sans", Helvetica, Arial, "Nimbus Sans L", sans-serif; */
    font-weight: 400;
    font-size: 12px;
    color: #b8d4ec;
    line-height: 12px;
    padding: 0 2px;
    transition: all 0.5s ease-in-out 0s;
}
.links li a:hover {
    border-bottom: 1px solid #b8d4ec;
}
.links, .social_links, .social_links ul, .social_links form {
    float: left;
}
#right_header {
    float: right;
}
.social_links form {
    border: 1px solid #3d5a84;
    height: 24px;
    line-height: 25px;
    margin: 3px 0 8px;
    width: 146px;
}
.social_links form input[type='text'] {
    background: none;
    border: none;
    font-size: 0.92308em;
    color: #8E9BB2;
    margin-left: 8px;
    height: 21px;
    width: 81%;
    line-height: 25px;
    /* font-family: "Open Sans", Helvetica, Arial, "Nimbus Sans L", sans-serif; */
    position: relative;
    top: 0;
    left: -1px;
}
.social_links form input[type='submit'] {
    background: url(../images/search_arrow.png) 0 6px no-repeat;
    border: none;
    text-indent: -9999em;
    padding: 0;
    width: 12px;
}
.social_links ul {
    margin-top: 9px;
}
.social_links ul li {
    margin-right: 7px;
}
.social_links ul li:first-child {
    margin-right: 8px;
}
.links {
    margin-top: 8px;
}
.links ul li {
    margin-right: 12px;
}
.links ul li:last-child {
    margin-right: 10px;
}
.links ul li:first-child {
    margin-right: 12px;
}
#nav {
    float: left;
    margin-left: 5px;
    background: #d3113a;
    position: relative;
    top: -2px;
}
#nav li {
    float: left;
    border-left: 1px solid #de4c6b;
}
#nav li:first-child {
    border-left: none;
}
#nav li a {
    color: #fff;
    font-size: 0.91667em;
    padding: 1em 1.25em 0.85em;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.35);
    /* font-family: "Open Sans", Helvetica, Arial, "Nimbus Sans L", sans-serif; */
    font-weight: 600;
    display: block;
}
#nav li a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d11241, #e81448) repeat scroll 0 0;
}
#navigation_bar {
    background: #00539d none repeat scroll 0 0;
    border-top: 1px solid #3f7eb5;
    margin-top: -1px;
    position: relative;
    z-index: 99999;
}
#navigation_bar .container_12 > ul {
    float: right;
}
#navigation_bar .container_12 > ul > li {
    border-right: 1px solid #3f7eb5;
    float: left;
    position: relative;
}
#navigation_bar .container_12 > ul > li:first-child {
    border-left: 1px solid #3f7eb5;
}
#navigation_bar .container_12 > ul > li a {
    border-bottom: 3px solid transparent;
    color: #fff;
    display: table-cell;
    font-size: 1.08333em;
    height: 64px;
    max-width: 8.46154em;
    padding: 1em 0.84615em;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
    transition-duration: 0.15s;
    vertical-align: middle;
    /* font-family: "Open Sans", Helvetica, Arial, "Nimbus Sans L", sans-serif; */
    font-weight: 600;
    box-sizing: border-box;
}
#navigation_bar .container_12 > ul > li > a:hover {
    color: #b8d4ec;
    background: #004684;
}
#navigation_bar .container_12 > ul > li.active a, #navigation_bar .container_12 > ul > li.item-392 a {
    border-bottom-color: #d3113a !important;
    color: #b8d4ec;
    background: #004684;
}
#navigation_bar .container_12 > ul > li > ul {
    background: #8bafd0 none repeat scroll 0 0;
    left: 0;
    min-width: 100%;
    display: none;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 10;
}
#navigation_bar .container_12 > ul > li > ul > li {
    border-bottom: 1px solid #b8d4ec;
    white-space: nowrap;
}
#navigation_bar .container_12 > ul > li > ul > li a {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-weight: 400;
    padding: 0.83333em;
    text-shadow: none;
    height: auto;
    min-width: 135px;
    max-width: initial;
    text-align: left;
}
#navigation_bar .container_12 > ul > li > ul > li a:hover {
    color: #00539d;
}
/** footer **/
#footer {
    background: #092657;
    text-align: center;
    padding: 1.2em;
    font-size: 0.91667em;
}
.footer_links li, .footer_menu li {
    display: inline-block;
    padding: 0 0.78em;
}
.footer_links li a, .footer_menu li a {
    display: block;
    /* font-family: "Open Sans", Helvetica, Arial, "Nimbus Sans L", sans-serif; */
    font-weight: 600;
    border-bottom: 1px solid #b8d4ec;
    color: #b8d4ec;
    line-height: 15px;
    transition: all 0.5s ease-in-out 0s;
}
.footer_links li a:hover {
    border-bottom: 1px solid transparent;
}
.footer_menu li a {
    color: #fff;
    border-bottom: 1px solid transparent;
}
.footer_links {
    margin-bottom: 1.25em;
    margin-top: 5px;
}
.footer_menu {
    margin-bottom: 1.25em;
    margin-top: -2px;
}
.footer_menu li a:hover {
    border-bottom: 1px solid #fff;
}
#library h1 {
    line-height: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #092657;
    float: left;
    margin-top: 13px;
}

#library h3 {
    font-weight: bold;
    font-size: 22px;
    color: #092657;
    float: left;
    margin-top: 5px;
}
.options {
    float: right;
    min-height: 40px;
}
.options a {
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background: #d3113a;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 110px;
    transition: all 0.5s ease-in-out 0s;
}
.options a.options_my_library {
    background: #c5203e;
    float: right;
    display: block;
    margin-left: 2px;
}
.maincontent {
    padding: 48px 0 28px 0;
}
.maincontent .container_12 {
    position: relative;
}
.session {
    padding: 10px 0 11px;
    background: #d0e0ef;
    border-top: 2px solid #7fa9ce;
}
.session h4 {
    
    font-size: 14px;
    color: #fff;
    background: #00539d;
    display: inline-block;
    position: relative;
    padding: 6px 17px;
    float: left;
}
.session h4 b {
    display: block;
    width: 10px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -10px;
    background: url(../images/arrow.png) no-repeat;
}
.session form {
    float: left;
    margin-left: 24px;
}
.sbHolder {
    border-radius: 0;
    box-shadow: none;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a5abb4;
    width: 150px;
    min-height: 1px;
    padding: 0;
    margin: 0;
}
.sbSelector {
    height: 28px;
    line-height: 28px;
    
    font-size: 14px;
    color: #707886;
    width: 100%;
    min-height: 1px;
}
.sbToggle {
    background: url(../images/toggle.png) no-repeat;
    width: 14px;
    height: 9px;
    top: 11px;
    right: 6px;
    cursor: pointer;
}
.sbOptions {
    width: 100%;
    z-index: 999;
}
.session input[type='submit'] {
    margin-left: 0;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #a5abb4;
    cursor: pointer;
    width: 73px;
    text-align: center;
    border: none;
    transition: all 0.5s ease-in-out 0s;
}
.session input[type='submit']:hover {
    background: #d3113a;
}
.session select, .session p {
    float: left;
    margin-bottom: 0;
}
#advanced_search span {
    
    font-size: 13px;
    color: #00539d;
    font-weight: normal;
    display: inline-block;
    float: left;
    margin: 5px 13px 0 0;
}
#advanced_search input[type='text'] {
    
    font-size: 14px;
    color: #707886;
    height: 24px;
    line-height: 24px;
    background: #fff;
    box-shadow: none;
    border: none;
    float: left;
    padding: 3px 5px;
    width: 85%;
}
#advanced_search input[type='submit'] {
    text-indent: -999em;
    border: none;
    width: 27px;
    float: right;
    height: 28px;
    cursor: pointer;
    background: #a5abb4 url(../images/search_arrow1.png) center center no-repeat;
}
#advanced_search form {
    border: 1px solid #a5abb4;
    float: left;
    width: 270px;
    background: #fff;
}
#advanced_search {
    position: absolute;
    top: 0;
    right: 350px;
}
#library {
    position: relative;
}
.flex-direction-nav a {
    margin: 0;
    top: 15px;
}
.flex-direction-nav .flex-prev {
    background: url(../images/left_arrow.png) no-repeat;
    width: 22px;
    height: 23px;
    left: 15px;
}
.flex-direction-nav .flex-next {
    background: url(../images/right_arrow.png) no-repeat;
    width: 22px;
    height: 23px;
    right: auto;
    left: 43px;
}
.content_wrapper .grid_9 {
    margin: 0;
    width: 72%;
}
.content_wrapper {
    margin: 20px 0;
}
.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 14px 17px;
    background: url(../images/overlay.png) repeat;
}
.caption h2 {
    
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    text-align: justify;
}
.caption h2 strong {
    font-weight: bold;
    display: block;
    letter-spacing: 1px;
    
}
.explore {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #d3113a;
    display: block;
    padding: 10px 22px;
}
.explore:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d11241, #e81448) repeat scroll 0 0;
}
#box {
    padding: 20px 0;
}
#box li {
    background: #05549d;
    width: 48%;
    float: left;
    position: relative;
    margin-left: 4%;
}
#box li:first-child {
    margin-left: 0;
}
#box li img {
    width: 100%;
}
#box .box_wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: table;
/*    height: 100%; */
    margin-top: -30px;
}
#box .box_wrapper h4 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
#box .box_wrapper span {
    color: #fff;
    display: block;
    
    font-size: 15px;
    line-height: 19px;
    margin-top: 5px;
    padding: 0 19px;
    text-align: center;
}
#box li:first-child span {
    font-size: 17px;
}
#box .box_content {
    display: table-cell;
    vertical-align: middle;
}
#quote {
    
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    background: #e4e4e4;
    border-left: 5px solid #d3113a;
    padding: 17px 0 17px 10px;
    margin: 0;
}
#quote p {
    margin-bottom: 0;
}
.content_wrapper .grid_3 {
    width: 281px;
    margin: 0 0 0 20px;
    float: right;
}
#supported_by {
    
}
#supported_by a {
    display: block;
    text-align: center;
    padding: 10px 0 10px;
}
#supported_by h4 {
    
    font-size: 14px;
    color: #fff;
    background: #ee1c25;
    padding: 13px 0;
    text-align: center;
}
#supported_by .custom {
    margin-bottom: 8px;
    border: 1px solid #a5abb4;
}
#browse {
    margin: 20px 0;
    padding: 13px 0 13px;
    background: #00539d;
}
#browse a {
    display: block;
    
    font-size: 16px;
    color: #fff;
    min-height: 36px;
    padding: 10px 14px 0;
    background: url(../images/browse_icon.png) 94% 0 no-repeat;
    transition: all 0.5s ease-in-out 0s;
}
#browse a:hover {
    color: #b8d4ec;
}


#browsecode {
    margin: 20px 0;
    padding: 13px 0;
    background: #d3113a;
}
#browsecode a {
    display: block;
    
    font-size: 16px;
    color: #fff;
    min-height: 36px;
    padding: 10px 14px 0;
    background: url(../images/browse_icon.png) 94% 0 no-repeat;
    transition: all 0.5s ease-in-out 0s;
}
#browsecode a:hover {
    color: #ffd0da;
}

#browsecode a span {
    font-size: 16px !important;
}

#breadcrum li {
    float: left;
    
    font-size: 13px;
    color: #666666;
    padding: 0 13px 0 5px;
    background: url(../images/breadcrum_arrow.png) center right no-repeat;
}
#breadcrum li:first-child {
    padding-left: 0;
}
#breadcrum li:last-child {
    background: none;
}
#breadcrum li a {
    display: block;
    
    font-size: 14px;
    color: #00539d;
}
#breadcrum {
    margin-bottom: 20px;
}
.virtual_library > p {
    
    font-size: 14px;
    color: #666666;
    margin-bottom: 24px;
}
.virtual_library > ul > li {
    padding: 5px 0 30px;
    border-top: 1px solid #7fa9ce;
}
.library_left h3 {
    font-weight: bold;
    font-size: 16px;
    color: #092657;
    padding-top: 10px;
}
.library_left p {
    line-height: 1.5;
    font-size: 14px;
    color: #666666;
    margin-bottom: 3px;
}
.library_left h4 {
    
    font-size: 16px;
    color: #00539d;
    padding: 4px 0 3px;
}
.library_left h3 a {
    
    font-size: 14px;
    color: #00539d;
    transition: all 0.5s ease-in-out 0s;
}
.library_left h3 a:hover {
    color: #d3113a;
}
.library_left h3 a b {
    color: #666;
    font-weight: normal;
}
.presentation span, .presentation li, .presentation ul {
    
    font-size: 14px;
    color: #666;
    float: left;
}
.presentation li strong {
    font-weight: bold;
}
.inner_wrapper {
    margin: 20px 0;
}
.inner_wrapper .grid_9, .inner_wrapper .grid_3 {
    margin: 0;
}
.inner_wrapper .grid_3 {
    float: right;
}
.library_right .explore_link, .library_right .login, .library_right span, .library_right h6 {
    float: right;
    text-align: right;
}
.library_right .explore_link {
    display: inline-block;
    
    font-size: 14px;
    color: #ffffff;
    padding: 6px 28px;
    background: #092f87;
    margin-bottom: 5px;
    

    border: 2px solid #092f87;
}
.expired_member:hover,
.library_right .explore_link:hover {
    background: #ffffff;
    
    color: #092f87;
}
.library_right .login {
    display: inline-block;
    
    font-size: 14px;
    color: #fff;
    padding: 6px 28px;
    background: #c5203e;
    border: 2px solid #c5203e;
    
    margin: 0px;
    
}
.library_right .login:hover {
    background: #ffffff !important;
    
    color: #c5203e !important;
}
.library_right span {
    
    font-size: 12px;
    color: #092657;
    line-height: 18px;
    margin: 9px 0 3px;
}
.library_right h6 {
    
    font-size: 12px;
    color: #00539d;
}
#pagination {
    text-align: center;
}
#pagination li {
    display: inline-block;
    margin: 0 7.5px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
}
#pagination li a {
    display: block;
    font-weight: bold;
    font-size: 13px;
    color: #d5113a;
    border-bottom: 1px solid #d5113a;
    transition: all 0.5s ease-in-out 0s;
}
#pagination li a:hover, #pagination li.active a {
    border-bottom: 1px solid transparent;
    color: #000;
}
#pagination {
    padding-top: 20px;
}
.session .select {
    margin-right: 10px;
    float: left;
}
.session .select3 .sbHolder {
    width: 212px;
}
.library-details {
    padding-top: 14px;
}
#filter {
    background: #edecec;
    border-top: 1px solid #769fc4;
    padding: 9px 16px;
    position: relative;
}
#filter > small {
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -21.5px;
    width: 100%;
    background: url(../images/down_arrow.png) 0 0 no-repeat;
    width: 43px;
    height: 18px;
}
#filter span, #filter p {
    float: left;
}
#filter span {
    
    font-size: 14px;
    color: #092657;
    margin-top: 5px;
}
#filter p input[type='text'] {
    
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #a5abb4;
    box-shadow: none;
    color: #919091;
    padding: 0 7px;
    display: inline-block;
}
#filter .filter1 .sbHolder,
#filter .filter1 .ms-parent {
    width: 92px !important;
}
#filter .filter2 .sbHolder,
#filter .filter2 .ms-parent {
    width: 127px !important;
}

#filter .filter2 .sbHolder .sbOptions {
    width: 200%;
}

#filter .text, #filter .text {
    width: 109px;
}
#filter .text2 {
    width: 140px;
}
#filter p input[type='submit'].filter, #filter p input[type='submit'].reset {
    
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    background: #d0e0ef;
    border: 1px solid #a5abb4;
    box-shadow: none;
    color: #00539d;
    width: 71px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
}
#filter p input[type='submit'].reset {
    background: #a5abb4;
    color: #fff;
}
#filter form .filter_form_left > p, #filter form .filter_form_right > p, #filter form > p, #filter form > div .sbHolder {
    margin: 0 0 5px 8px;
}
#filter p input[type='submit']:hover {
    background: #d3113a;
    color: #fff;
    border: 1px solid #d3113a;
}
#accordin {
    padding: 20px 0;
}
.sign {
    float: left;
    width: 36px;
    height: 36px;
    display: table;
    margin: 3px 15px 0 0;
    background: #00539d;
}
.sign h6 {
    display: table-cell;
    cursor: pointer;
    font-family: 'Helvetica';
    font-size: 36px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -4px;
}
.info_right {
    float: right;
    width: 94%;
}
.info_right h4 {
    color: #00539d;
    
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}
.info_right .info li {
    background: url("../images/seperator.png") no-repeat scroll left 4px;
    color: #666666;
    float: left;
    
    font-size: 14px;
    font-weight: normal;
    padding: 0 9px 0 11px;
}
.info_right .info li:first-child {
    background: none;
    padding-left: 0;
}

.info_right .info li a {
    color: #00539d;
}

.info_right .info li strong {
    font-weight: bold;
    
}
.info {
    margin-top: 2px;
}
.accordin_details {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 0;
    padding-left: 0px;
    padding-top: 15px;
}
.accordin_details > ul >li {
    
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 5px;
}
.accordin_details > ul >li strong {
    color: #666666;
    display: inline-block;
    font-weight: bold;
    width: 125px;
    font-weight: normal;
}
.accordin_details > ul >li span, .accordin_details > ul >li a {
    color: #00539d;
}
.sub_accordin li h4 {
    font-weight: bold;
    font-size: 14px;
    color: #092657;
    line-height: 22px;
}
.sub_accordin li p {
    
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}
.tab_content {
    padding: 25px 0px;
}
.tab_content p {
    margin-bottom: 0;
}
.sub_sign {
    display: table;
    height: 22px;
    width: 22px;
    
    font-size: 24px;
    color: #fff;
    background: #d3113a;
    float: left;
    margin: 6px 15px 0 0;
}
.sub_sign h6 {
    display: table-cell;
    font-family: 'Helvetica';
    vertical-align: middle;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: -2px;
}
.sub_accordin .right {
    float: left;
    width: 88%;
    text-align: left !important;
}
.sub_accordin {
    padding-top: 15px;
}
.tab_wrapper {
    display: none;
    margin-bottom: 25px;
}
.accordin_list {
    cursor: pointer;
}
#accordin > ul > li .accordin_title,
#accordin .jscroll-inner > ul > li .accordin_title,
#accordin .jscroll-added > ul > li .accordin_title {
    padding: 15px 20px;
    cursor: pointer;
}
#accordin > ul > li.even,
#accordin .jscroll-inner > ul > li.even,
#accordin .jscroll-added > ul > li.even {
    background: #f3f3f3;
    padding: 0;
}
#scroll_top a {
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 51px;
    height: 51px;
    background: #092657;
}
.session #breadcrum {
    margin: 15px 0 0 15px;
}
.session #breadcrum li {
    font-size: 14px;
    color: #003366;
    background: url("../images/breadcrum_arrow1.png") no-repeat scroll right center;
}
.session #breadcrum li:last-child {
    background: none;
}
#footer h5 {
    background: rgba(0, 0, 0, 0) url("../images/footer_logo.png") no-repeat scroll center top;
    font-size: 0.83333em;
    padding: 50px 0 0;
    color: #fff;
    
}
#footer h5 span {
}
.mob_icon, .mob, #footer h4 {
    display: none;
}
.presentation li {
    border-left: 2px solid #999;
    line-height: 14px;
    padding: 0 9px 0 7px;
}
.presentation li:first-child {
    border: none;
    padding-left: 0;
}
#navigation_bar form {
    display: none;
}
#box li {
    cursor: pointer;
}
#box li:hover h4, #box li:hover span {
    color: #b8d4ec;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 600px; 
}
.container_wrap {
    overflow: auto;
    padding-bottom: 40px;
    overflow-x: hidden;
}
#footer {
    clear: both;
    height: 160px;
    margin-top: -160px;
}
#scroll_top a {
    display: none;
}
#scroll_top a:hover {
    background: #00539d;
}
#scroll_top a img {
    margin: 10px 0 0 12px;
}
.form_steps {
    background: #d0e0ef none repeat scroll 0 0;
    border-top: 2px solid #7fa9ce;
    padding: 8px 0 11px;
}
.form_steps li {
    float: left;
    font-family: 'Ubuntu';
    font-size: 18px;
    color: #00539d;
    margin-left: 37px;
}
.form_steps li:first-child {
    margin-left: 18px;
}
.form_steps li strong {
    font-family: 'Ubuntu';
    font-size: 21px;
    color: #999999;
    font-weight: normal;
    background: #fff;
    border: 2px solid #999;
    height: 27px;
    width: 27px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    border-radius: 27px;
    margin-right: 12px;
    position: relative;
    top: 2px;
}
.form_steps li.active strong {
    border: 2px solid #d3113a;
    color: #d3113a;
}
.access_code_left h4 {
    font-weight: bold;
    font-size: 18px;
    color: #00539d;
    font-weight: normal;
    padding-bottom: 12px;
}
.access_code_left p {
    
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    font-weight: normal;
}
.access_code_left form {
    background: #fcf2c3;
    padding: 12px 20px;
    margin-bottom: 8px;
}
.access_code_left form span {
    font-weight: bold;
    font-size: 16px;
    color: #00539d;
    display: inline-block;
}
.access_code_left form p {
    display: inline-block;
    margin-bottom: 0;
}
.access_code_left form input[type='text'] {
    
    font-size: 14px;
    color: #333333;
    border: 1px solid #a5abb4;
    background: #fff;
    box-shadow: none;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    width: 215px;
    margin: 0 10px;
}
.access_code_left form input[type='submit'] {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border: 2px solid #c5203e;
    background: #c5203e url(../images/enter_arrow.png) 86% center no-repeat;

    box-shadow: none;
    height: 35px;
    line-height: 29px;
    padding: 0 10px;
    width: 87px;
    text-align: left;
    cursor: pointer;

}

.access_code_left form input[type='submit']:hover {
    background-color: #fff;
    color: #c5203e;
}

.error_message {
    
    color: #d11241;
    font-size: 14px;
    display: block;
    text-align: center;
}
.access_code_left form input[type='submit']:hover, .login:hover, .become_memeber:hover {
opacity:0.8;
}
.access_code_left {
    float: left;
}
.access_code_right {
    background: #e7eff7;
    margin: 0;
    text-align: right;
    float: right;
    padding: 21px 23px;
    box-sizing: border-box;
    border: 1px solid #e0eaf5;
}
.access_code_right h4 {
    
    color: #00539d;
    font-size: 18px;
    text-align: right;
    padding-bottom: 14px;
}
.access_point h4 {
    
    color: #00539d;
    font-size: 20px;
    padding-bottom: 8px;
}
#congratulations h4 {
    padding-bottom: 15px;
}
.access_code_right p {
    
    color: #333333;
    line-height: 22px;
    font-size: 14px;
    text-align: right;
}
.access_code_left {
    margin: 0;
}
.login, .become_memeber, .expired_member {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    margin: 0 5px;

}
.no_access_code .login {
    line-height: 36px;
    height: 40px;
}

.login {
    background: #092f87;
    border: 2px solid #092f87;
    
/*    border: 2px solid #00539d; */
}
.login:hover {
    background: #ffffff;
    color:  #092f87;  
}
.become_memeber {
    background: #c5203e;
    border: 2px solid #c5203e;
    line-height: 36px;
    height: 40px;
}

.become_memeber:hover {
    color: #c5203e;
    background-color: #fff;   
}

.expired_member {
    height: auto;
    padding: 10px 8px;
    
    line-height: 19px;
    background: #092f87;
    border: 2px solid #092f87;

    text-align: center;
    
}
.access_point p {
    
    color: #666666;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 15px;
}
#congratulations p strong {
    font-weight: bold;
    color: #00539d;
}
#congratulations p a {
    color: #00539d;
}
#breadcrum .back {
    color: #00539d;
    display: block;
    
    font-size: 14px;
    padding-left: 14px;
    background: url(../images/back_arrow.png) 0 center no-repeat;
}
#access_form label {
    
    color: #666666;
    font-size: 16px;
    display: inline-block;
    float: left;
    text-align: right;
    margin-right: 12px;
    width: 185px;
    padding-top: 4px;
}
input[type='text'], input[type='password'] {
    
    color: #666666;
    font-size: 14px;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    box-shadow: none;
    background: #fff;
    border: 1px solid #a5abb4;
    box-sizing: border-box;
}
#access_form input[type='text'] {
    width: 275px;
}
#access_form .sbHolder {
    
    color: #666666;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    box-shadow: none;
    background: #fff;
    border: 1px solid #a5abb4;
    width: 275px;
    box-sizing: border-box;
}
#access_form .sbSelector {
    height: 34px;
    line-height: 34px;
}
#access_form .sbToggle {
    background: url("../images/toggle1.png") no-repeat scroll 0 0;
    height: 12px;
    width: 19px;
    right: 10px;
}
#access_form p {
    margin-bottom: 12px;
}
#access_form p:first-child .sbHolder {
    width: 105px;
}
#access_form .error_message {
    text-align: right;
}
#access_form {
    width: 475px;
}
#access_form form {
    padding-bottom: 8px;
}
#access_form input[type='submit'] {
    background: #c5203e url("../images/enter_arrow.png") no-repeat scroll 87% center;
    border: 2px solid #c5203e;
    border-radius: 27px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    height: 35px;
    line-height: 29px;
    padding: 0 38px 0 10px;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
    float: right;
    margin-top: 18px;
}
#access_form input[type='submit']:hover {
    opacity:0.8;
}
.login_section {
    border: 1px solid #a5abb4;
    margin-top: 15px;
}
.login_section h3 {
    font-weight: bold;
    font-size: 22px;
    color: #2c6296;
    font-weight: normal;
    padding-bottom: 8px;
}
.login_section label {
    font-size: 16px;
    color: #666666;
    width: 135px;
    display: inline-block;
    font-weight: bold;
}
.container_12 .login_section_left {
    padding: 18px;
    margin: 0;
    width: 50%;
    box-sizing: border-box;
}
.container_12 .login_section_right {
    padding: 18px 18px 18px 45px;
    margin: 0;
    width: 50%;
    position: relative;
    background: #e8f1f6 url(../images/border.png) repeat-y;
    box-sizing: border-box;
}
.login_section input[type="text"] {
    width: 275px;
    box-sizing: border-box;
}
.login_section input[type="password"] {
    width: 225px;
    box-sizing: border-box;
}
.login_section p {
    margin-bottom: 12px;
}
.login_section input[type="submit"] {
    background: #c5203e url("../images/enter_arrow.png") no-repeat scroll 86% center;
    border: 2px solid #c5203e;
    border-radius: 15px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    height: 35px;
    line-height: 29px;
    margin-left: 135px;
    padding: 0 38px 0 10px;
    text-align: left;
    
    width: auto;
    
}
.login_section input[type="submit"]:hover {
    background-color: #fff;
    color: #c5203e;
}
.login_section .error_message {
    color: red;
    font-size: 13px;
    margin-left: 116px;
}
.login_section h5 {
    
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    padding-top: 18px;
}
.login_section h5 strong {
    color: #092657;
    font-weight: normal;
}
.login_section_right h4 {
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    padding: 5px 0 10px;
}
.login_section_right h4 a {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    
}
.login_section_right > a {
    background: #092f87 url("../images/enter_arrow.png") no-repeat scroll 92% center;
    border: 2px solid #092f87;
    border-radius: 19px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 36px 8px 18px;
    
}
.login_section_right > a:hover {
    color: #092f87;
    background-color: #fff;
}
.login_section_right > span {
    
    font-size: 18px;
    color: #336699;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    background: #fff;
    position: absolute;
    top: 50%;
    line-height: 45px;
    left: -23px;
    text-align: center;
    margin-top: -22.5px;
}
.email_section_left p{
margin-bottom:0;
line-height:20px;    
}
.email_section_left > form{
background:#ffedb6;
margin-top:20px;
padding:18px;    
position:relative;
}
.email_section_left > form span{
    font-weight: bold;
    font-size: 16px;
    color:#00539d;
    display:inline-block;
}
.email_section_left > form p{
    display:inline-block;
}
.email_section_left > form input[type='text']{
width:275px;
margin:0 10px;
display:inline-block;    
}
.email_section_left > form input[type='submit'], #promo_code input[type="submit"]{
background: #c5203e ;
    border: 2px solid #c5203e;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    height: 35px;
    line-height: 29px;
    padding: 0 10px;
    text-align: center;
    width: 87px;    
}

.email_section_left > form input[type='submit']:hover, #promo_code input[type="submit"]:hover{ 
    background: #fff;
    color: #c5203e;
}

.email_section_left .error_message{
    text-align:left;
    padding-top:10px;
}
.email_section_left > form > small, .email_form_section > small{
    position:absolute;
    height:20px;
    bottom:-20px;
    right:75px;
    width:76px;
background:url(../images/cream_arrow.png) no-repeat;    
}
.email_form_section > em{
    position:absolute;
    height:20px;
    top:0;
    right:75px;
    width:76px;
background:url(../images/white_arrow.png) no-repeat;    
}
.email_regenerate{
padding-top:37px;    
}
.email_regenerate p strong{
display:block;
 font-weight: bold;    
}
.email_form_section{
    background:#ffedb6;
margin-top:20px;
padding:18px;    
position:relative;
}
.email_form_section p label{
        
    font-size: 14px;
    color: #666666;
    width:110px;
    text-align:right;
    display:inline-block;
    margin-right:15px;
}
.email_form_section p{
margin-bottom:5px;    
}
/*
.email_form_section p:nth-child(3) input[type='text']{
width:275px;
margin-right:5px;
position:relative;
    
}
.email_form_section p:nth-child(3) span{
position:relative;
top:4px;
margin-left:0;    
}
*/
.email_form_section p input[type='text'], .email_form_section p input[type='password']{
width:215px;    
}
.email_form_section p span{
        
    font-size: 12px;
    color: #666666;
    margin-left:10px;
    text-align: right;
    width: 220px;
}
.email_form_section p:last-child span{
    color:#ff0000;
}
.email_form_section p:last-child span img{
position:relative;
top:3px;
margin-right:7px;    
}
.email_regenerate input[type='submit']{
background: #d11241 url("../images/enter_arrow.png") no-repeat scroll 86% center;
    border: 2px solid #e81258;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    height: 35px;
    line-height: 29px;
    padding: 0 38px 0 10px;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
    float:right;
    margin:40px 45px 0 0;    
}
.email_regenerate input[type='submit']:hover, .email_section_left > form input[type="submit"]:hover{
opacity:0.8;
}
.email_section_right{
background:#e7eff7;
border:1px solid #e0eaf5;
box-sizing:border-box;    
padding:20px 30px;
}
.email_section_right h4{
font-size:18px;    
text-align:right;
}
.email_section_right h5{
font-size:16px;    
text-align:right;
  font-weight: bold;
      color: #00539d;
      padding-bottom:5px;
}
.email_section_right p{
font-size:14px;    
text-align:right;
line-height:20px;
  
      color: #333333;
}
.email_section_left p strong{
      font-weight: bold;
}
.form_steps > span{display:none;}
.form_steps > a.back{display:none;}
#welcome_back p strong{
    font-weight: bold;
    color:#015a9e;
}
#congratulations p span{
    font-weight: bold;
    font-size:#999;
}


#filter p input[type='text']::-webkit-input-placeholder{
    color: #919091;
    opacity: 1;
}
#filter p input[type='text']:-moz-placeholder{
    color: #919091;
    opacity: 1;
}
#filter p input[type='text']::-moz-placeholder{
    color: #919091;
    opacity: 1;
}
#filter p input[type='text']:-ms-input-placeholder{
    color: #919091;
    opacity: 1;
}

.accordin_presentation_id {
    display: none;
}

.accordin_presentation_time {
    color: #d5113a;
}

#access_code_error_message {
    display: none;
}

::-webkit-input-placeholder{

    opacity: 1;
}
:-moz-placeholder{

    opacity: 1;
}
::-moz-placeholder{

    opacity: 1;
}
:-ms-input-placeholder{

    opacity: 1;
}

.email_section_correct, .email_section_error {
    display: none;
}
.email_form_section p span.email_section_error{
    color:#ff0000;
}
.email_form_section p span.email_section_error img{
position:relative;
top:3px;
margin-right:7px;    
}

.email_form_section p span.email_section_correct
{
    position:relative;
    top:-4px;
    margin-left:5px;     
}

.email_form_section p span.email_section_correct {
    vertical-align: bottom;
}

.login_section .error_message {
    text-align: left;
    margin-left: 135px;
}

.resp-tab-presentation-div iframe {
    width: 100%;
}

.modal {
  width: 620px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  background-color: #fff;
  z-index: 100001;
  border-radius: 9px;
  box-shadow: 0 0 4px #666;
  display: none;
}

.modal.modal_access_login {
    height: auto;
    padding: 25px;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;

}

.modal.modal_access_login a {
    display: inline-block;
    background: #c5203e;
    color: #fff;
    padding: 12px;
}

.modal_close {
  position: absolute;
  height: 14px;
  width: 14px;
  top: 20px;
  right: 20px;
  color: #666;
  font-weight: bold;
  line-height: 14px;
  font-size: 18px;
  cursor: pointer;
}


.modal_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: none;
}

.modal_reset .modal_close {
    color: #fff;
    font-weight: bold;
}

.modal.modal_reset iframe{
    width: 100%;
    height: 450px;
}

#access_form_error {
    display: none;
}

#access_form_loading {
    display: none; 
    float: right; 
    margin-top: 5px;
}

span.addtocart-button {
    float: none;
    margin: 0;
    width: auto;
}

span.addtocart-button input.login {
    height: 48px;
}

span.addtocart-button input.login:hover {
    cursor: pointer;
}

span.addtocart-button  .login.addtocart-button-purchased {
    background-color: #666666;
    border-color: #666666;
    padding-right: 48px;
    padding-left: 48px;
}

span.addtocart-button  .login.addtocart-button-purchased:hover {
    color: #666666 !important;
}

#vmCartModule {
    display: block;
    float: right;
    margin-left: 2px;
}

.full_width {
    width: 100% !important;
}
.address_fields h3 {
    
    font-size: 22px;
    color: #00539d;
    padding-bottom: 10px;
}
.address_fields span {
    
    font-size: 14px;
    color: #666666;
}
.address_fields > div > span {
    display: block;
    padding-bottom: 25px;
}
.address_fields span strong {
    color: #ff0000;
    font-weight: normal;
}
#access_form .address_fields label {
    width: 142px;
}
.address_fields {
    padding-top: 15px;
}
.address_field_left {
    padding: 15px;
    float: left;
    width: 460px;
    box-sizing: border-box;
}
.address_field_right {
    padding: 15px;
    background: #e8f1f6;
    width: 460px;
    float: right;
    box-sizing: border-box;
}
#access_form .address_field_right input[type="submit"] {
    height: 48px;
    line-height: 38px;
    font-size: 18px;
    margin-top: 5px;
}
#access_form .address_field_right h6 {
    color: #ff0000;
    float: right;
    
    font-size: 14px;
    line-height: 19px;
    margin-top: 18px;
    width: 68%;
}
#access_form .address_fields .check_section {
    margin-bottom: 30px;
}
#access_form .address_fields .check_section label {
    color: #666666;
    
    font-size: 12px;
    line-height: 18px;
    margin-right: 0;
    padding: 0 0 18px 42px;
    text-align: left;
    width: 100%;
}
#access_form .address_fields .check_section label strong {
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #336699;
}
#view_cart > h3 {
    font-weight: bold;
    font-size: 18px;
    color: #00539d;
    padding-bottom: 16px;
}
#view_cart > p {
    
    font-size: 14px;
    color: #333333;
}
#usd > p {
    
    font-size: 14px;
    color: #00539d;
    float: left;
    padding: 7px 8px 0 0;
}
#usd > div {
    float: left;
}
#usd .sbHolder, #usd .sbSelector {
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    width: 90px;
}
#usd .sbToggle {
    background: url(../images/toggle2.png) no-repeat;
    width: 19px;
    height: 12px;
    top: 10px;
}
#usd {
    float: right;
}
.cart_title h4 {
    
    font-size: 18px;
    color: #fff;
    float: right;
    clear: none;
}
.cart_title h4:first-child {
    float: left;
}
.cart_title {
    padding: 12px;
    background: #00539d;
}
.cart_detail {
    border-top: none;
}
.cart_detail ul {
    border: 1px solid #dcdcdc;
}
.cart_detail h4 {
    font-size: 16px;
    
    color: #333333;
    float: left;
    clear: none;
}
.cart_detail li {
    padding: 15px 22px;
    border-bottom: 1px solid #dcdcdc;
}
.cart_detail li:last-child {
    border-bottom: none;
}
.cart_detail h5 {
    font-size: 16px;
    
    color: #666666;
    float: right;
    clear: none;
}
.cart_detail h5 a {
    display: inline-block;
    padding-left: 15px;
    position: relative;
    top: 1px;
}
.cart_detail li h3 {
    float: right;
    font-size: 18px;
    color: #2c6296;
    
}
.cart_detail li h3 strong {
    font-weight: bold;
    margin: 0 27px 0 28px;
}
#cart > h6 {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #666666;
    text-align: right;
    padding-top: 20px;
}
#promo_code h3 {
    font-size: 18px;
    color: #2c6296;
    
    padding-bottom: 3px;
}
#promo_code h6 {
    font-size: 12px;
    color: #666666;
    
    margin-bottom: 10px;
}
#promo_code {
    float: left;
    width: 561px;
    margin-top: -8px;
}
#promo_code form p {
    float: left;
}
#promo_code input[type="submit"] {
    background: #092f87;
    border: 2px solid #092f87;
    height: 34px;
    margin-left: 4px;
    border-radius: 17px;
}

#promo_code input[type="submit"]:hover {
    background: #ffffff;
    color: #092f87;
}

#promo_code form > div {
    float: left;
}
#promo_code form span {
    color: #ff0000;
    float: left;
    
    font-size: 12px;
    line-height: 15px;
    margin-left: 12px;
    width: 41%;
    margin-top: 1px;
}
#promo_code form p input[type='text'] {
    width: 100%;
}
#promo_code form p:first-child {
    width: 125px;
}
#procedd_to_checkout {
    float: right;
    width: 399px;
    padding-top: 20px;
}
#procedd_to_checkout > a {
    background: #c5203e url("../images/enter_arrow.png") no-repeat scroll 94% center;
    border: 2px solid #c5203e;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: bold;
    font-size: 20px;
    height: 46px;
    line-height: 42px;
    padding: 0 46px 0 15px;
    text-align: left;
    border-radius: 22px;
    width: auto;
}
#procedd_to_checkout > a:hover {
    background-color: #fff;
    color: #c5203e;
}
#procedd_to_checkout h5 {
    
    font-size: 18px;
    color: #1a76a4;
    text-align: right;
    padding: 20px 0 0;
}
#procedd_to_checkout ul {
    float: right;
    padding-top: 27px;
}
#procedd_to_checkout li {
    float: left;
    margin-left: 7px;
}
#address_details .add_details {
    width: 444px;
    float: left;
    padding: 12px 18px;
}
#address_details .add_details:first-child {
    background: #f7f8f9;
}
#address_details .add_details h2 {
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    padding-bottom: 5px;
}
#address_details .add_details h2 a {
    color: #336699;
    font-size: 12px;
    
}
#address_details .add_details li {
    float: left;
    width: 50%;
    color: #666666;
    font-size: 13px;
    padding-bottom: 3px;
    
}
#address_details .add_details {
    margin-bottom: 20px;
}
.subtotal_section ul {
    border: none;
}
.subtotal_section li {
    font-size: 18px;
    
    color: #2c6296;
    border: none;
    padding: 0;
}
.subtotal_section li strong {
    
    font-weight: normal;                       
    border: 1px solid #dcdcdc;
    width: 175px;
    text-align: center;
    padding: 15px 0;
    float: right;
    border-top: none;
    display: inline-block;
    box-sizing: border-box;
}
.subtotal_section li span {
    display: inline-block;
    padding: 15px 0;
    text-align: right;
    width: 111px;
}
.subtotal_section li h3 span {
    display: inline-block;
    padding: 15px 0;
    text-align: right;
    width: 85px;
    font-weight: bold;
    margin-right: 11px;
}
.subtotal_section ul {
    float: right;
    width: 300px;
}
.subtotal_section ul li h3 strong {
    margin: 0;
    color: #59ac1d;
    font-size: 20px;
    border: none;
}
#note strong {
    float: left;
    
    font-size: 14px;
    color: #000;
    font-weight: normal;
    width: 35%;
    text-align: right;
}
#note p {
    color: #666;
    float: left;
    
    font-size: 14px;
    font-weight: normal;
    margin-left: 2%;
    width: 63%;
}
.top_promo {
    margin-top: -130px !important;
}


.page_checkout #system-message-container #system-message {
    display: none;
}

.currency_original_amount {
    display: none;
}

#checkout_step_1_loading {
    display: none;
    float: right;
    padding-top: 15px;
    padding-right: 10px;
}

#checkout_step_2_loading {
    display: none;
    float: right;
    padding-top: 22px;
    padding-right: 10px;
}

.sbHolder.sbHolderDisabled, .checkout_step_2_billing_disabled {
 background: #eeeeee !important;   
}

.checkout_step_2_error {
    background: #ffcccc !important;
}                               

#checkout_step_3_total div.convert_currency_code {
    display: inline;
}

#view_cart2 .subtotal_section li strong {
     padding: 15px 22px 15px 0;
     text-align: right;
}

#view_cart2 .cart_detail li h3 strong {
    margin-right: 0px;
}

#checkout_step_3_loading {
    display: none;
    padding-top: 13px;
}

.virtual_library_access_link {
    color: #00539d;
}

.accordin_details > ul, .accordin_details .accordin_list,  .accordin_details .resp-tabs-list {
    padding-left: 76px;
}
.options a.options_virtual_library {
    background: #d0e0ef ;
    float: right;
    display: block;
    color: #00539d;
    margin-left: 2px;
}

.options a.options_virtual_faq {
    background: #a5abb4 ;
    float: right;
    display: block;
    color: #fff;
}

.access_form_error_field {
    background: #ffcccc none repeat scroll 0 0 !important;
}

.sub_accordin li a {
    color: #333333;    
}


#virtual_library_search_form #seach_form_event .sbHolder .sbOptions,
#virtual_library_search_form #seach_form_category .sbHolder .sbOptions {
    width: 200%;
}

.resp-tab-slide-div {
    padding-top: 0px;
}

.resp-tab-slide-link-dev {
    padding-bottom: 15px;
}

.info_right .info li.info_now_available {
    float: right;
    background-image: none;
    background-color: #d0e0ef;
    color: #D41242;
    margin-right: -20px;
    padding: 2px 12px;
}

.info_right .info li.info_cme {
     float: right;
    background-image: none;
    background-color: #fff;
    border: 1px solid #c5203e;
    color: #c5203e;
    margin-right: 20px;
    padding: 2px 12px;
    border-radius: 14px;
}

#access_form .ms-parent {
    width: 275px !important;
    
}

.ms-choice {
    border: 1px solid #a5abb4;
    font-size: 14px;
    color: #666666;
    border-radius: 0px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    outline: 0;
    outline: none;
}

.ms-choice > div {
    background: url('../images/toggle1.png') 0px 0px no-repeat transparent;
    height: 12px;
    width: 19px;
    right: 10px;
    top: 11px;
}

.ms-choice > div.open {
    background: url('../images/toggle1.png') 0px 0px no-repeat transparent;
}

.ms-parent .ms-drop label {
    text-align: left !important;
}

button::-moz-focus-inner {
  border: 0;
}

.sub_accordin_speaker_link:hover {
    text-decoration: underline;
}

.page_general.page_404 h1.main_con_title {
    display: none;
}

#shopping_cart_modal {
    text-align: center;
    font-size: 15px;
    padding: 8px 0px;
    color: #333300;
}

#shopping_cart_modal h4 {
    font-size: 18px;
    color: #00539d;
    padding: 5px 0px;
}

#shopping_cart_modal_button {
    padding-top: 10px;
    
}

#shopping_cart_modal_button a {
    background: #092f87 url("../images/search_arrow1.png") no-repeat scroll 94% center;
    border: 2px solid #092f87;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    height: 46px;
    line-height: 42px;
    padding: 8px 34px 8px 13px;
    text-align: left;
    border-radius: 19px;
    width: auto;
    font-weight: normal;
}

#shopping_cart_modal_button a:hover {
    background-color: #fff;
    color: #092f87;
}

.shopping_cart_modal_error + h4 {
    display: none;
}

.modal_term .modal_content {
    padding: 20px;
    height: 350px;
    overflow-y: scroll;
}

.accordin_presentation_now_available {
    color: #D41242;
}

#email_section_password_error {
    color: #ff0000;
    font-weight: bold;
}

#seach_form_author input[type="text"] {
    height: 30px;
    color: #919091;
}

.filter_form_left {
    float: left;
    width: 72%;
}

.filter_form_right {
    float: right;
    width: 18%;
}

#filter input[type="checkbox"]
{
    -webkit-appearance: checkbox;
}


.virtual_library_show_conf .library_right a.explore_link,
.virtual_library_show_conf .library_right .login,
.virtual_library_show_conf .library_right .virtual_library_conf_prog,
.virtual_library_show_conf .library_right .expired_member {
    width: 210px;
    box-sizing: border-box;
    line-height: 18px;
    padding: 6px 0px;
    text-align: center;
    height: auto !important;
    float: right;
}

.virtual_library_show_conf .library_right .virtual_library_conf_prog {
    float: right;
    background: #d3113a;
    display: inline-block;
    
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 22px;
    
}

.library_right .expired_member {
    margin: 0px;
}

.virtual_library.conf_prog > ul > li {
    border-top: 0px;
}

.virtual_library.conf_prog {
    margin-top: -20px;
}

.conf_prog .login {
    margin-bottom: 5px;
}

.conf_prog #filter {
    background-color: #d0e0ef;
    border-top: 0px;
}

.conf_prog #filter > small {
    background-image: url('../images/down_arrow_blue.png');
}

.conf_prog #filter p input.filter[type="submit"] {
    background-color: #00539d;
    color: #ffffff;
}

.conf_prog #filter p input.filter[type="submit"]:hover {
    background-color: #d3113a;
}

.conf_prog .ms-parent {
     background: #ffffff none no-repeat scroll 0 0;
    color: #333333;
    float: left;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    
    /*border: 1px solid #a5abb4;*/
    border: 0px;
    border-radius: 0;
    box-shadow: none;
    height: 28px;
    line-height: 28px;
    margin: 0;
    min-height: 1px;
    padding: 0;
    width: 150px;
    
    margin: 0 0 5px 8px;
}

.conf_prog .ms-choice > div {
    background-image: url('../images/toggle.png');
    
}

.conf_prog .ms-parent .ms-choice {
    height: 28px;
    line-height: 28px;
}

.conf_prog #filter .ms-choice > span {
    margin-top: 0px;
    color: #919091;
}

.conf_prog .ms-parent .ms-drop {
    width: 500px;
    color: #666;
}

#filter_dates .filter_date_tab {
    display: block;
    float: left;
    height: 50px;
    box-sizing: border-box;
    color: #00539d;
    font-size: 14px;
    background-color: #edecec;
    padding: 6px 15px;
    text-align: left;
}

#filter_dates .filter_date_tab.filter_date_tab_all {
    text-align: center;
    padding-top: 18px;
}

#filter_dates .filter_date_tab.filter_date_tab_active {
    background-color: #d0e0ef;
    font-weight: bold;
}

#filter_dates .filter_date_tab_day {
    font-size:  13px;
    color: #d3113a;
    font-weight: normal; 
}

.info .info_blue {
    color:  #00539d;
}

.info .info_red {
    color:  #d3113a;
}

.conf_prog .accordin_details {
    padding-top: 0px;
}

.info_right .info .info_now_pdf {
    float: right;
    background-image: none;
    font-weight: bold;
    font-size: 14px;
}

.info_right .info .info_now_pdf a {
    color: #d3113a;
}

.info_right .info .info_now_pdf span {
    font-size: 10px;
    color: #666666;
    font-weight: normal;
}

#filter_dates .filter_date_tab_short {
    display: none;
}

.jscroll_next {
    display: none;
}

.jscroll_loading_icon {
    background: url('../images/page_load.gif') top center no-repeat transparent;
    margin: 10px auto;
    padding-top: 16px;
    text-align: center;
}

.resp-tab-instruction {
    
    margin-bottom: 10px;
}

.resp-tab-instruction a {
    font-size: 14px;
    color: red !important;
    
}




header {
  background: #ffffff;
  border-top: 6px solid #ffffff;
  box-sizing: border-box;
}

header .HeaderLogo {
  position: relative;
  z-index: 1;
  max-height: 50px;
}

header .HeaderLogo a {
  display: block;
  padding: 5px 9px 5px 0px;
}

header .HeaderLogo a img {
  max-width: 100%;
}

header .SuperHeader {
  position: relative;
}

header .SuperHeader .SuperHeaderClip {
  position: absolute;
  left: -39px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  height: 100%;
  overflow: hidden;
}

header .SuperHeader .SuperHeaderClip .SuperHeaderClipShape {
  position: absolute;
  left: 16px;
  top: -30px;
  width: 60px;
  height: 90px;
  background: #243b81;
  z-index: 5;
  transform: rotate(-33deg);
  -webkit-transform: rotate(-33deg);
  -moz-transform: rotate(-33deg);
  -ms-transform: rotate(-33deg);
  -o-transform: rotate(-33deg);
}

header .SuperHeader .SuperHeaderBG {
  position: absolute;
  left: 0px;
  right: -999%;
  top: 0px;
  bottom: 0px;
  background: #243b81;
}

header .SuperHeader .MemberActions {
  float: right;
  padding: 11px 12px 11px 0px;
}

header .SuperHeader .MemberActions a {
  display: block;
  float: left;
  margin: 0px 6px;
  padding: 0px 8px;
  min-width: 85px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 14px;
  color: #464646;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

header .SuperHeader .MemberActions a.alt {
  background: #c5203e;
  border: 2px solid #c5203e;
  color: #ffffff;
}

header .SuperHeader .MemberActions a:hover {
  background: none;
  color: #ffffff;
}

header .SuperHeader .MemberActions a.alt:hover {
  background: #ffffff;
  color: #c5203e;
}

header .SuperHeader .navbar-header .navbar-toggle {
  margin: 0px -15px 0px 0px;
  padding: 12px 15px 12px 12px;
  border: none;
  border-radius: 0px;
}

header .SuperHeader .navbar-header .navbar-toggle .fa {
  color: #ffffff;
  font-size: 26px;
}

header .MemberActions a.btn, header .MemberActions a.btn-action, header .MemberActions a.action, header .MemberActions a.action-btn {
  margin: 12px 0px 0px 0px;
}

header .SuperMenu a {
  position: relative;
  display: inline-block;
  margin: 0px 7px;
  padding: 0px 5px 0px 16px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 50px;
}

header .SuperMenu a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  content: "\f105";
}

header .site-search {
  display: block;
  float: right;
  padding: 11px 0px 11px 19px;
  border-left: 1px solid #92959c;
}

header .site-search > span {
  display: block;
}

header .site-search .searchInputContainer {
  display: block;
  margin: 0px;
}

header .site-search input {
  margin: 0px;
  padding: 0px 17px;
  width: 100%;
  height: 28px;
  max-width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 14px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 28px;
}

header .site-search ul.searchSkinObjectPreview {
  max-width: 100%;
  z-index: 995;
}

header .site-search a {
  display: none;
}

header .site-search {
  position: relative;
  float: right;
}

header .site-search input {
  padding-right: 35px;
  width: 270px;
}

header .site-search a {
  display: none;
}

header .site-search a.site-search-btn {
  display: block;
  position: absolute;
  right: 6px;
  top: 11px;
  width: 28px;
  height: 28px;
  color: #3c3950;
  font-size: 18px;
  text-align: center;
}

header .site-search a.site-search-btn .fa {
  line-height: 28px;
}

header .site-search.mobile {
  float: none;
  padding: 11px 0px 12px 0px;
  border: none;
}

header .site-search.mobile input {
  width: 100%;
  border: 1px solid #cacaca;
  border-radius: 14px;
}

@media screen and (min-width: 992px) {
  header {
    border-top: 6px solid #243b81;
  }
  header .HeaderLogo {
    max-height: none;
  }
  header .HeaderLogo a {
    padding: 9px 9px 9px 0px;
  }
  header .SuperHeader {
    margin-top: -6px;
  }
}

.container-header, .container-header-sm-fluid, .container-header-md-fluid, .container-header-lg-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.container-header:before, .container-header-sm-fluid:before, .container-header-md-fluid:before, .container-header-lg-fluid:before, .container-header:after, .container-header-sm-fluid:after, .container-header-md-fluid:after, .container-header-lg-fluid:after {
  content: " ";
  display: table;
}

.container-header:after, .container-header-sm-fluid:after, .container-header-md-fluid:after, .container-header-lg-fluid:after {
  clear: both;
}

@media (min-width: 768px) {
  .container-header, .container-header-sm-fluid, .container-header-md-fluid, .container-header-lg-fluid {
    /* width: 750px; */
  }
}

@media (min-width: 992px) {
  .container-header, .container-header-sm-fluid, .container-header-md-fluid, .container-header-lg-fluid {
    /* width: 970px; */
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-header, .container-header-sm-fluid, .container-header-md-fluid, .container-header-lg-fluid {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.force-relative {
  position: relative !important;
}

.row-header {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}

.row-header:before, .row-header:after {
  content: " ";
  display: table;
}

.row-header:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.searchInputContainer {
    display: inline-block;
    margin: 0 -3px 0 0;
    position: relative;
}

.searchInputContainer a.dnnSearchBoxClearText {
    display: block;
    position: absolute;
    right: 10px;
    width: 16px;
    height: 16px;
    background: none;
    cursor: pointer;
    margin: 7px 0 7px 0;
    z-index: 20;
}


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

.force-static {
    position: static !important;
}

.collapse {
  display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -moz-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
       transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
       transition-timing-function: ease;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

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

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
/*
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}
*/
/*
@media (min-width: 992px) {
    
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .container-sm-fluid > .navbar-header, .container-md-fluid > .navbar-header, .container-lg-fluid > .navbar-header,
.container > .navbar-collapse, .container-sm-fluid > .navbar-collapse, .container-md-fluid > .navbar-collapse, .container-lg-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .container > .navbar-header, .container-sm-fluid > .navbar-header, .container-md-fluid > .navbar-header, .container-lg-fluid > .navbar-header,
  .container > .navbar-collapse, .container-sm-fluid > .navbar-collapse, .container-md-fluid > .navbar-collapse, .container-lg-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-sm-fluid .navbar-brand, .navbar > .container-md-fluid .navbar-brand, .navbar > .container-lg-fluid .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090808;
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
*/

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs, .IASLC_Desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, .IASLC_Desktop {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, .IASLC_Mobile {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg, .IASLC_Mobile {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}


header .navbar-default {
  margin-bottom: 0px;
  /*margin-left:-6px;*/
  min-height: inherit;
  background: none;
  border: none;
  border-radius: 0px;
}

header .nav.nav-pills > li {
  float: left;
}

header .nav.nav-pills > li > a {
  border-radius: 0px;
}

header .nav.nav-pills > li + li {
  margin-left: 2px;
}

header .nav.nav-pills > li > a, header .nav.nav-pills > li > a:hover, header .nav.nav-pills > li > a:focus, header .nav.nav-pills > li.active > a, header .nav.nav-pills > li.active > a:hover, header .nav.nav-pills > li.active > a:focus {
  position: relative;
  padding-right: 26px;
  color: #3c3c3c;
  letter-spacing: -0.2px;
}

header .nav.nav-pills > li > a::after, header .nav.nav-pills > li > a:hover::after, header .nav.nav-pills > li > a:focus::after, header .nav.nav-pills > li.active > a::after, header .nav.nav-pills > li.active > a:hover::after, header .nav.nav-pills > li.active > a:focus::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -7px;
  color: #c81f3f;
  content: "\f107";
}

header .nav.nav-pills > li > a:hover, header .nav.nav-pills > li > a:focus {
  color: #3c3c3c;
  background-color: #f4f6f7;
}

header .nav.nav-pills > li > a:hover::before, header .nav.nav-pills > li > a:focus::before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 4px;
  background: #d7dee4;
  content: "";
}

header .nav.nav-pills > li.active > a, header .nav.nav-pills > li.active > a:hover, header .nav.nav-pills > li.active > a:focus {
  color: #3c3c3c;
  background-color: #f4f6f7;
}

header nav {
  /*END header nav ul.nav-main*/
}

header nav ul.nav-main {
  margin: 0px;
}

header nav ul.nav-main > li + li {
  margin-left: -4px;
}

header nav ul.nav-main li a {
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  margin-left: 0px;
  margin-right: 0px;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 24px 8px;
}

header nav ul.nav-main li a:focus {
  background: transparent;
}

header nav ul.nav-main li a i.fa-caret-down, header nav ul.nav-main header nav ul.nav-main li a em.fa-caret-down {
  position: relative;
  top: -1px;
  margin-left: 2px;
}

header nav ul.nav-main li ul a {
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: .9em;
}

header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
  border-radius: 0px;
}

header nav ul.nav-main li.dropdown:hover > ul {
  display: block;
}

header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
  border-radius: 0px;
}

header nav ul.nav-main ul.dropdown-menu {
  border: 0;
  border-top: none;
  border-radius: 0px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  margin: 0px;
  padding: 0px;
  top: auto;
  text-align: left;
  min-width: 200px;
}

header nav ul.nav-main ul.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

header nav ul.nav-main ul.dropdown-menu > li > a {
  color: #3c3c3c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  padding-bottom: 4px;
  padding-top: 4px;
  text-transform: none;
  position: relative;
  padding: 8px 20px 8px 5px;
  font-size: .9em;
  border-bottom: 1px solid #f4f4f4;
}

header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
  border-top: 0;
  border-radius: 0px;
  margin-left: 0;
  margin-top: -5px;
}

header nav ul.nav-main .dropdown-submenu {
  position: relative;
}

header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0px;
}

header nav ul.nav-main .dropdown-submenu .fa-caret-down {
  display: none;
}

header nav ul.nav-main .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
  margin-top: 5px;
  margin-right: -10px;
  position: absolute;
  top: 8px;
  right: 15px;
}

header nav ul.nav-main .dropdown-submenu.pull-left {
  float: none;
}

header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 0px;
}

header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

header nav ul.nav-main .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

header .nav-main-collapse {
  overflow-y: visible;
}

header .nav-main-collapse.in {
  overflow-y: visible;
}

header nav.mega-menu ul.nav-main .mega-menu-content {
  text-shadow: none;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .mega-menu-sub-title {
  color: #3c3c3c;
  display: block;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-top: 20px;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .mega-menu-sub-title:first-child {
  margin-top: 0;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
  background: #f4f6f7 !important;
  border-top: none;
  color: #3c3c3c;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  border: 1px solid #dfe5e8;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu .mega-menu-content .row-header {
  display: table;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  table-layout: fixed;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu .mega-menu-content .row-header::before, header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu .mega-menu-content .row-header::after, header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu .mega-menu-content .row-header:before, header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu .mega-menu-content .row-header:after {
  display: none;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu .mega-menu-content .row-header div[class*="col-"] {
  display: table-cell;
  float: none;
  /*margin-left:-1px;*/
  padding-left: 0px;
  padding-right: 0px;
  border-left: 1px solid #dfe5e8;
  vertical-align: top;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu .mega-menu-content .row-header div[class*="col-"]:first-child {
  /*margin-left:0px;*/
  border-left: none;
}

header nav.mega-menu ul.nav-main li.mega-menu-item > ul.sub-menu > li > a {
  text-transform: uppercase;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #dfe5e8;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu:first-child {
  border-top: none;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu li a, header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu li .mega-menu-sub-title {
  display: block;
  margin: 0px;
  padding: 20px 30px;
  color: #3c3c3c;
  font-size: 14px;
  text-decoration: none;
  line-height: 100%;
  text-transform: uppercase;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu li a:hover, header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu li .mega-menu-sub-title:hover {
  position: relative;
  background: #ffffff;
  text-decoration: none;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu li a:hover::before, header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu li .mega-menu-sub-title:hover::before {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background: #092f87;
  content: "";
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .sub-menu, header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .sub-menu li {
  border-top: 1px solid #dfe5e8;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .sub-menu li:first-child {
  border-top: none;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .sub-menu li a, header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .sub-menu li .mega-menu-sub-title {
  padding-left: 45px;
  color: #5f727f;
  text-transform: none;
}

header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
  border-radius: 0px;
}

header nav.mega-menu .navbar-inner, header nav.mega-menu header nav.mega-menu .container, header nav.mega-menu header nav.mega-menu .container-sm-fluid, header nav.mega-menu header nav.mega-menu .container-md-fluid, header nav.mega-menu header nav.mega-menu .container-lg-fluid {
  position: relative;
}

header nav.mega-menu .dropdown-menu {
  left: auto;
}

header nav.mega-menu .dropdown-menu > li {
  display: block;
}

header nav.mega-menu .mega-menu-content {
  padding: 0px;
}

header nav.mega-menu .mega-menu-content div[class*="col-"] {
  overflow: hidden;
}

header nav.mega-menu .mega-menu-content img {
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  min-height: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

header nav.mega-menu .mega-menu-content:before {
  display: table;
  content: "";
  line-height: 0;
}

header nav.mega-menu .mega-menu-content:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  width: auto;
  left: 0px;
  right: 0px;
}

header nav.mega-menu nav.pull-right .dropdown-menu {
  right: 0;
}

/* END header*/
header nav.mega-menu .nav, header nav.mega-menu .dropup, header nav.mega-menu .dropdown, header nav.mega-menu .collapse {
  position: static;
}

header nav.mega-menu.navbar .nav > li > .dropdown-menu:after, header nav.mega-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.navbar-toggle, .nav-toggle {
    cursor: pointer;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

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

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

a.btn, a.btn-action, a.action, a.action-btn {
  display: inline-block;
  /*margin:0px 20px 15px 0px;*/
  margin: 0px 0px 15px 0px;
  padding: 14px 23px;
  min-width: 230px;
  max-width: 100%;
  background: #092f87;
  border: 2px solid #092f87;
  border-radius: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: normal;
  text-shadow: none;
}

a.btn, a.btn:link, a.btn:active, a.btn:hover, a.btn:focus, a.btn.focus, a.btn-action, a.btn-action:link, a.btn-action:active, a.btn-action:hover, a.btn-action:focus, a.btn-action.focus, a.action, a.action:link, a.action:active, a.action:hover, a.action:focus, a.action.focus, a.action-btn, a.action-btn:link, a.action-btn:active, a.action-btn:hover, a.action-btn:focus, a.action-btn.focus {
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

a.btn.block, a.btn.full, a.btn:link.block, a.btn:link.full, a.btn:active.block, a.btn:active.full, a.btn:hover.block, a.btn:hover.full, a.btn:focus.block, a.btn:focus.full, a.btn.focus.block, a.btn.focus.full, a.btn-action.block, a.btn-action.full, a.btn-action:link.block, a.btn-action:link.full, a.btn-action:active.block, a.btn-action:active.full, a.btn-action:hover.block, a.btn-action:hover.full, a.btn-action:focus.block, a.btn-action:focus.full, a.btn-action.focus.block, a.btn-action.focus.full, a.action.block, a.action.full, a.action:link.block, a.action:link.full, a.action:active.block, a.action:active.full, a.action:hover.block, a.action:hover.full, a.action:focus.block, a.action:focus.full, a.action.focus.block, a.action.focus.full, a.action-btn.block, a.action-btn.full, a.action-btn:link.block, a.action-btn:link.full, a.action-btn:active.block, a.action-btn:active.full, a.action-btn:hover.block, a.action-btn:hover.full, a.action-btn:focus.block, a.action-btn:focus.full, a.action-btn.focus.block, a.action-btn.focus.full {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  width: auto;
}

a.btn.sm, a.btn.small, a.btn:link.sm, a.btn:link.small, a.btn:active.sm, a.btn:active.small, a.btn:hover.sm, a.btn:hover.small, a.btn:focus.sm, a.btn:focus.small, a.btn.focus.sm, a.btn.focus.small, a.btn-action.sm, a.btn-action.small, a.btn-action:link.sm, a.btn-action:link.small, a.btn-action:active.sm, a.btn-action:active.small, a.btn-action:hover.sm, a.btn-action:hover.small, a.btn-action:focus.sm, a.btn-action:focus.small, a.btn-action.focus.sm, a.btn-action.focus.small, a.action.sm, a.action.small, a.action:link.sm, a.action:link.small, a.action:active.sm, a.action:active.small, a.action:hover.sm, a.action:hover.small, a.action:focus.sm, a.action:focus.small, a.action.focus.sm, a.action.focus.small, a.action-btn.sm, a.action-btn.small, a.action-btn:link.sm, a.action-btn:link.small, a.action-btn:active.sm, a.action-btn:active.small, a.action-btn:hover.sm, a.action-btn:hover.small, a.action-btn:focus.sm, a.action-btn:focus.small, a.action-btn.focus.sm, a.action-btn.focus.small {
  margin-right: 15px;
  padding: 11px 20px;
  min-width: 210px;
  border-radius: 21px;
  font-size: 14px;
}

a.btn.sm.block, a.btn.sm.full, a.btn.small.block, a.btn.small.full, a.btn:link.sm.block, a.btn:link.sm.full, a.btn:link.small.block, a.btn:link.small.full, a.btn:active.sm.block, a.btn:active.sm.full, a.btn:active.small.block, a.btn:active.small.full, a.btn:hover.sm.block, a.btn:hover.sm.full, a.btn:hover.small.block, a.btn:hover.small.full, a.btn:focus.sm.block, a.btn:focus.sm.full, a.btn:focus.small.block, a.btn:focus.small.full, a.btn.focus.sm.block, a.btn.focus.sm.full, a.btn.focus.small.block, a.btn.focus.small.full, a.btn-action.sm.block, a.btn-action.sm.full, a.btn-action.small.block, a.btn-action.small.full, a.btn-action:link.sm.block, a.btn-action:link.sm.full, a.btn-action:link.small.block, a.btn-action:link.small.full, a.btn-action:active.sm.block, a.btn-action:active.sm.full, a.btn-action:active.small.block, a.btn-action:active.small.full, a.btn-action:hover.sm.block, a.btn-action:hover.sm.full, a.btn-action:hover.small.block, a.btn-action:hover.small.full, a.btn-action:focus.sm.block, a.btn-action:focus.sm.full, a.btn-action:focus.small.block, a.btn-action:focus.small.full, a.btn-action.focus.sm.block, a.btn-action.focus.sm.full, a.btn-action.focus.small.block, a.btn-action.focus.small.full, a.action.sm.block, a.action.sm.full, a.action.small.block, a.action.small.full, a.action:link.sm.block, a.action:link.sm.full, a.action:link.small.block, a.action:link.small.full, a.action:active.sm.block, a.action:active.sm.full, a.action:active.small.block, a.action:active.small.full, a.action:hover.sm.block, a.action:hover.sm.full, a.action:hover.small.block, a.action:hover.small.full, a.action:focus.sm.block, a.action:focus.sm.full, a.action:focus.small.block, a.action:focus.small.full, a.action.focus.sm.block, a.action.focus.sm.full, a.action.focus.small.block, a.action.focus.small.full, a.action-btn.sm.block, a.action-btn.sm.full, a.action-btn.small.block, a.action-btn.small.full, a.action-btn:link.sm.block, a.action-btn:link.sm.full, a.action-btn:link.small.block, a.action-btn:link.small.full, a.action-btn:active.sm.block, a.action-btn:active.sm.full, a.action-btn:active.small.block, a.action-btn:active.small.full, a.action-btn:hover.sm.block, a.action-btn:hover.sm.full, a.action-btn:hover.small.block, a.action-btn:hover.small.full, a.action-btn:focus.sm.block, a.action-btn:focus.sm.full, a.action-btn:focus.small.block, a.action-btn:focus.small.full, a.action-btn.focus.sm.block, a.action-btn.focus.sm.full, a.action-btn.focus.small.block, a.action-btn.focus.small.full {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  width: auto;
}

a.btn.x-sm, a.btn.x-small, a.btn.extra-sm, a.btn.extra-small, a.btn:link.x-sm, a.btn:link.x-small, a.btn:link.extra-sm, a.btn:link.extra-small, a.btn:active.x-sm, a.btn:active.x-small, a.btn:active.extra-sm, a.btn:active.extra-small, a.btn:hover.x-sm, a.btn:hover.x-small, a.btn:hover.extra-sm, a.btn:hover.extra-small, a.btn:focus.x-sm, a.btn:focus.x-small, a.btn:focus.extra-sm, a.btn:focus.extra-small, a.btn.focus.x-sm, a.btn.focus.x-small, a.btn.focus.extra-sm, a.btn.focus.extra-small, a.btn-action.x-sm, a.btn-action.x-small, a.btn-action.extra-sm, a.btn-action.extra-small, a.btn-action:link.x-sm, a.btn-action:link.x-small, a.btn-action:link.extra-sm, a.btn-action:link.extra-small, a.btn-action:active.x-sm, a.btn-action:active.x-small, a.btn-action:active.extra-sm, a.btn-action:active.extra-small, a.btn-action:hover.x-sm, a.btn-action:hover.x-small, a.btn-action:hover.extra-sm, a.btn-action:hover.extra-small, a.btn-action:focus.x-sm, a.btn-action:focus.x-small, a.btn-action:focus.extra-sm, a.btn-action:focus.extra-small, a.btn-action.focus.x-sm, a.btn-action.focus.x-small, a.btn-action.focus.extra-sm, a.btn-action.focus.extra-small, a.action.x-sm, a.action.x-small, a.action.extra-sm, a.action.extra-small, a.action:link.x-sm, a.action:link.x-small, a.action:link.extra-sm, a.action:link.extra-small, a.action:active.x-sm, a.action:active.x-small, a.action:active.extra-sm, a.action:active.extra-small, a.action:hover.x-sm, a.action:hover.x-small, a.action:hover.extra-sm, a.action:hover.extra-small, a.action:focus.x-sm, a.action:focus.x-small, a.action:focus.extra-sm, a.action:focus.extra-small, a.action.focus.x-sm, a.action.focus.x-small, a.action.focus.extra-sm, a.action.focus.extra-small, a.action-btn.x-sm, a.action-btn.x-small, a.action-btn.extra-sm, a.action-btn.extra-small, a.action-btn:link.x-sm, a.action-btn:link.x-small, a.action-btn:link.extra-sm, a.action-btn:link.extra-small, a.action-btn:active.x-sm, a.action-btn:active.x-small, a.action-btn:active.extra-sm, a.action-btn:active.extra-small, a.action-btn:hover.x-sm, a.action-btn:hover.x-small, a.action-btn:hover.extra-sm, a.action-btn:hover.extra-small, a.action-btn:focus.x-sm, a.action-btn:focus.x-small, a.action-btn:focus.extra-sm, a.action-btn:focus.extra-small, a.action-btn.focus.x-sm, a.action-btn.focus.x-small, a.action-btn.focus.extra-sm, a.action-btn.focus.extra-small {
  margin-right: 10px;
  padding: 5px 15px;
  min-width: 85px;
  border-radius: 14px;
  font-size: 12px;
  text-transform: none;
  box-sizing: border-box;
}

a.btn.x-sm.block, a.btn.x-sm.full, a.btn.x-small.block, a.btn.x-small.full, a.btn.extra-sm.block, a.btn.extra-sm.full, a.btn.extra-small.block, a.btn.extra-small.full, a.btn:link.x-sm.block, a.btn:link.x-sm.full, a.btn:link.x-small.block, a.btn:link.x-small.full, a.btn:link.extra-sm.block, a.btn:link.extra-sm.full, a.btn:link.extra-small.block, a.btn:link.extra-small.full, a.btn:active.x-sm.block, a.btn:active.x-sm.full, a.btn:active.x-small.block, a.btn:active.x-small.full, a.btn:active.extra-sm.block, a.btn:active.extra-sm.full, a.btn:active.extra-small.block, a.btn:active.extra-small.full, a.btn:hover.x-sm.block, a.btn:hover.x-sm.full, a.btn:hover.x-small.block, a.btn:hover.x-small.full, a.btn:hover.extra-sm.block, a.btn:hover.extra-sm.full, a.btn:hover.extra-small.block, a.btn:hover.extra-small.full, a.btn:focus.x-sm.block, a.btn:focus.x-sm.full, a.btn:focus.x-small.block, a.btn:focus.x-small.full, a.btn:focus.extra-sm.block, a.btn:focus.extra-sm.full, a.btn:focus.extra-small.block, a.btn:focus.extra-small.full, a.btn.focus.x-sm.block, a.btn.focus.x-sm.full, a.btn.focus.x-small.block, a.btn.focus.x-small.full, a.btn.focus.extra-sm.block, a.btn.focus.extra-sm.full, a.btn.focus.extra-small.block, a.btn.focus.extra-small.full, a.btn-action.x-sm.block, a.btn-action.x-sm.full, a.btn-action.x-small.block, a.btn-action.x-small.full, a.btn-action.extra-sm.block, a.btn-action.extra-sm.full, a.btn-action.extra-small.block, a.btn-action.extra-small.full, a.btn-action:link.x-sm.block, a.btn-action:link.x-sm.full, a.btn-action:link.x-small.block, a.btn-action:link.x-small.full, a.btn-action:link.extra-sm.block, a.btn-action:link.extra-sm.full, a.btn-action:link.extra-small.block, a.btn-action:link.extra-small.full, a.btn-action:active.x-sm.block, a.btn-action:active.x-sm.full, a.btn-action:active.x-small.block, a.btn-action:active.x-small.full, a.btn-action:active.extra-sm.block, a.btn-action:active.extra-sm.full, a.btn-action:active.extra-small.block, a.btn-action:active.extra-small.full, a.btn-action:hover.x-sm.block, a.btn-action:hover.x-sm.full, a.btn-action:hover.x-small.block, a.btn-action:hover.x-small.full, a.btn-action:hover.extra-sm.block, a.btn-action:hover.extra-sm.full, a.btn-action:hover.extra-small.block, a.btn-action:hover.extra-small.full, a.btn-action:focus.x-sm.block, a.btn-action:focus.x-sm.full, a.btn-action:focus.x-small.block, a.btn-action:focus.x-small.full, a.btn-action:focus.extra-sm.block, a.btn-action:focus.extra-sm.full, a.btn-action:focus.extra-small.block, a.btn-action:focus.extra-small.full, a.btn-action.focus.x-sm.block, a.btn-action.focus.x-sm.full, a.btn-action.focus.x-small.block, a.btn-action.focus.x-small.full, a.btn-action.focus.extra-sm.block, a.btn-action.focus.extra-sm.full, a.btn-action.focus.extra-small.block, a.btn-action.focus.extra-small.full, a.action.x-sm.block, a.action.x-sm.full, a.action.x-small.block, a.action.x-small.full, a.action.extra-sm.block, a.action.extra-sm.full, a.action.extra-small.block, a.action.extra-small.full, a.action:link.x-sm.block, a.action:link.x-sm.full, a.action:link.x-small.block, a.action:link.x-small.full, a.action:link.extra-sm.block, a.action:link.extra-sm.full, a.action:link.extra-small.block, a.action:link.extra-small.full, a.action:active.x-sm.block, a.action:active.x-sm.full, a.action:active.x-small.block, a.action:active.x-small.full, a.action:active.extra-sm.block, a.action:active.extra-sm.full, a.action:active.extra-small.block, a.action:active.extra-small.full, a.action:hover.x-sm.block, a.action:hover.x-sm.full, a.action:hover.x-small.block, a.action:hover.x-small.full, a.action:hover.extra-sm.block, a.action:hover.extra-sm.full, a.action:hover.extra-small.block, a.action:hover.extra-small.full, a.action:focus.x-sm.block, a.action:focus.x-sm.full, a.action:focus.x-small.block, a.action:focus.x-small.full, a.action:focus.extra-sm.block, a.action:focus.extra-sm.full, a.action:focus.extra-small.block, a.action:focus.extra-small.full, a.action.focus.x-sm.block, a.action.focus.x-sm.full, a.action.focus.x-small.block, a.action.focus.x-small.full, a.action.focus.extra-sm.block, a.action.focus.extra-sm.full, a.action.focus.extra-small.block, a.action.focus.extra-small.full, a.action-btn.x-sm.block, a.action-btn.x-sm.full, a.action-btn.x-small.block, a.action-btn.x-small.full, a.action-btn.extra-sm.block, a.action-btn.extra-sm.full, a.action-btn.extra-small.block, a.action-btn.extra-small.full, a.action-btn:link.x-sm.block, a.action-btn:link.x-sm.full, a.action-btn:link.x-small.block, a.action-btn:link.x-small.full, a.action-btn:link.extra-sm.block, a.action-btn:link.extra-sm.full, a.action-btn:link.extra-small.block, a.action-btn:link.extra-small.full, a.action-btn:active.x-sm.block, a.action-btn:active.x-sm.full, a.action-btn:active.x-small.block, a.action-btn:active.x-small.full, a.action-btn:active.extra-sm.block, a.action-btn:active.extra-sm.full, a.action-btn:active.extra-small.block, a.action-btn:active.extra-small.full, a.action-btn:hover.x-sm.block, a.action-btn:hover.x-sm.full, a.action-btn:hover.x-small.block, a.action-btn:hover.x-small.full, a.action-btn:hover.extra-sm.block, a.action-btn:hover.extra-sm.full, a.action-btn:hover.extra-small.block, a.action-btn:hover.extra-small.full, a.action-btn:focus.x-sm.block, a.action-btn:focus.x-sm.full, a.action-btn:focus.x-small.block, a.action-btn:focus.x-small.full, a.action-btn:focus.extra-sm.block, a.action-btn:focus.extra-sm.full, a.action-btn:focus.extra-small.block, a.action-btn:focus.extra-small.full, a.action-btn.focus.x-sm.block, a.action-btn.focus.x-sm.full, a.action-btn.focus.x-small.block, a.action-btn.focus.x-small.full, a.action-btn.focus.extra-sm.block, a.action-btn.focus.extra-sm.full, a.action-btn.focus.extra-small.block, a.action-btn.focus.extra-small.full {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  width: auto;
}

a.btn, a.btn.primary, a.btn.blue, a.btn:link, a.btn:link.primary, a.btn:link.blue, a.btn:active, a.btn:active.primary, a.btn:active.blue, a.btn:hover, a.btn:hover.primary, a.btn:hover.blue, a.btn:focus, a.btn:focus.primary, a.btn:focus.blue, a.btn.focus, a.btn.focus.primary, a.btn.focus.blue, a.btn-action, a.btn-action.primary, a.btn-action.blue, a.btn-action:link, a.btn-action:link.primary, a.btn-action:link.blue, a.btn-action:active, a.btn-action:active.primary, a.btn-action:active.blue, a.btn-action:hover, a.btn-action:hover.primary, a.btn-action:hover.blue, a.btn-action:focus, a.btn-action:focus.primary, a.btn-action:focus.blue, a.btn-action.focus, a.btn-action.focus.primary, a.btn-action.focus.blue, a.action, a.action.primary, a.action.blue, a.action:link, a.action:link.primary, a.action:link.blue, a.action:active, a.action:active.primary, a.action:active.blue, a.action:hover, a.action:hover.primary, a.action:hover.blue, a.action:focus, a.action:focus.primary, a.action:focus.blue, a.action.focus, a.action.focus.primary, a.action.focus.blue, a.action-btn, a.action-btn.primary, a.action-btn.blue, a.action-btn:link, a.action-btn:link.primary, a.action-btn:link.blue, a.action-btn:active, a.action-btn:active.primary, a.action-btn:active.blue, a.action-btn:hover, a.action-btn:hover.primary, a.action-btn:hover.blue, a.action-btn:focus, a.action-btn:focus.primary, a.action-btn:focus.blue, a.action-btn.focus, a.action-btn.focus.primary, a.action-btn.focus.blue {
  background: #092f87;
  border: 2px solid #092f87;
  color: #ffffff;
}

a.btn:hover, a.btn:focus, a.btn.primary:hover, a.btn.primary:focus, a.btn.blue:hover, a.btn.blue:focus, a.btn:link:hover, a.btn:link:focus, a.btn:link.primary:hover, a.btn:link.primary:focus, a.btn:link.blue:hover, a.btn:link.blue:focus, a.btn:active:hover, a.btn:active:focus, a.btn:active.primary:hover, a.btn:active.primary:focus, a.btn:active.blue:hover, a.btn:active.blue:focus, a.btn:hover:hover, a.btn:hover:focus, a.btn:hover.primary:hover, a.btn:hover.primary:focus, a.btn:hover.blue:hover, a.btn:hover.blue:focus, a.btn:focus:hover, a.btn:focus:focus, a.btn:focus.primary:hover, a.btn:focus.primary:focus, a.btn:focus.blue:hover, a.btn:focus.blue:focus, a.btn.focus:hover, a.btn.focus:focus, a.btn.focus.primary:hover, a.btn.focus.primary:focus, a.btn.focus.blue:hover, a.btn.focus.blue:focus, a.btn-action:hover, a.btn-action:focus, a.btn-action.primary:hover, a.btn-action.primary:focus, a.btn-action.blue:hover, a.btn-action.blue:focus, a.btn-action:link:hover, a.btn-action:link:focus, a.btn-action:link.primary:hover, a.btn-action:link.primary:focus, a.btn-action:link.blue:hover, a.btn-action:link.blue:focus, a.btn-action:active:hover, a.btn-action:active:focus, a.btn-action:active.primary:hover, a.btn-action:active.primary:focus, a.btn-action:active.blue:hover, a.btn-action:active.blue:focus, a.btn-action:hover:hover, a.btn-action:hover:focus, a.btn-action:hover.primary:hover, a.btn-action:hover.primary:focus, a.btn-action:hover.blue:hover, a.btn-action:hover.blue:focus, a.btn-action:focus:hover, a.btn-action:focus:focus, a.btn-action:focus.primary:hover, a.btn-action:focus.primary:focus, a.btn-action:focus.blue:hover, a.btn-action:focus.blue:focus, a.btn-action.focus:hover, a.btn-action.focus:focus, a.btn-action.focus.primary:hover, a.btn-action.focus.primary:focus, a.btn-action.focus.blue:hover, a.btn-action.focus.blue:focus, a.action:hover, a.action:focus, a.action.primary:hover, a.action.primary:focus, a.action.blue:hover, a.action.blue:focus, a.action:link:hover, a.action:link:focus, a.action:link.primary:hover, a.action:link.primary:focus, a.action:link.blue:hover, a.action:link.blue:focus, a.action:active:hover, a.action:active:focus, a.action:active.primary:hover, a.action:active.primary:focus, a.action:active.blue:hover, a.action:active.blue:focus, a.action:hover:hover, a.action:hover:focus, a.action:hover.primary:hover, a.action:hover.primary:focus, a.action:hover.blue:hover, a.action:hover.blue:focus, a.action:focus:hover, a.action:focus:focus, a.action:focus.primary:hover, a.action:focus.primary:focus, a.action:focus.blue:hover, a.action:focus.blue:focus, a.action.focus:hover, a.action.focus:focus, a.action.focus.primary:hover, a.action.focus.primary:focus, a.action.focus.blue:hover, a.action.focus.blue:focus, a.action-btn:hover, a.action-btn:focus, a.action-btn.primary:hover, a.action-btn.primary:focus, a.action-btn.blue:hover, a.action-btn.blue:focus, a.action-btn:link:hover, a.action-btn:link:focus, a.action-btn:link.primary:hover, a.action-btn:link.primary:focus, a.action-btn:link.blue:hover, a.action-btn:link.blue:focus, a.action-btn:active:hover, a.action-btn:active:focus, a.action-btn:active.primary:hover, a.action-btn:active.primary:focus, a.action-btn:active.blue:hover, a.action-btn:active.blue:focus, a.action-btn:hover:hover, a.action-btn:hover:focus, a.action-btn:hover.primary:hover, a.action-btn:hover.primary:focus, a.action-btn:hover.blue:hover, a.action-btn:hover.blue:focus, a.action-btn:focus:hover, a.action-btn:focus:focus, a.action-btn:focus.primary:hover, a.action-btn:focus.primary:focus, a.action-btn:focus.blue:hover, a.action-btn:focus.blue:focus, a.action-btn.focus:hover, a.action-btn.focus:focus, a.action-btn.focus.primary:hover, a.action-btn.focus.primary:focus, a.action-btn.focus.blue:hover, a.action-btn.focus.blue:focus {
  background: #ffffff;
  color: #092f87;
}

#MobileNav .navbar-collapse {
  position: absolute;
  left: 0px;
  right: 0px;
  top: auto;
  width: 100%;
  z-index: 999999;
  background: #f4f6f7;
  border: none;
  border-bottom: 2px solid #dfe5e8;
}

#MobileNav ul.nav.navbar-nav {
  border-left: 1px solid #dfe5e8;
  border-right: 1px solid #dfe5e8;
}

#MobileNav ul, #MobileNav ul li {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#MobileNav ul li {
  position: relative;
  border-top: 1px solid #dfe5e8;
}

#MobileNav ul li a {
  display: block;
  margin: 0px;
  padding: 18px 28px;
  font-size: 16px;
  line-height: 100%;
}

#MobileNav ul li.dropdown > a {
  margin-right: 55px;
  padding-right: 10px;
}

#MobileNav ul li.dropdown > button {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  color: #c81f3f;
  font-size: 28px;
  text-align: center;
  line-height: 50px;
}

#MobileNav ul li.dropdown > button .fa {
  line-height: 50px;
}

#MobileNav ul li.depth-0 {
  background: #f4f6f7;
}

#MobileNav ul li.depth-0 > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #323232;
  text-transform: uppercase;
}

#MobileNav ul li.depth-1 {
  background: #ffffff;
}

#MobileNav ul li.depth-1 > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #323232;
  text-transform: uppercase;
}

#MobileNav ul li.depth-2 {
  background: #f0f0f0;
}

#MobileNav ul li.depth-2 > a {
  padding-left: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #5f727f;
}

#MobileNav ul li.depth-1 > a, #MobileNav ul li.depth-2 > a {
  position: relative;
}

#MobileNav ul li.depth-1 > a::before, #MobileNav ul li.depth-2 > a::before {
  position: absolute;
  left: -1px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  height: 100%;
  background: #243b81;
  content: "";
}

#MobileNav ul .dropdown-menu {
  position: static;
  display: none;
  float: none;
  left: auto;
  top: auto;
  margin: 0px;
  padding: 0px;
  min-width: 0px;
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

#MobileNav ul .dropdown-menu.open {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container-sm-fluid {
    width: auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container-md-fluid {
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  .container-lg-fluid {
    width: auto;
  }
}

footer {
  position: relative;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

footer .SubFooter {
  padding: 40px 0px 5px 0px;
  background: #cbd8ed;
}

footer .SubFooter, footer .SubFooter a {
  color: #201b51;
}

footer .SubFooter p {
  margin-bottom: 14px;
  font-size: 14px;
  font-style: normal;
}

footer .SubFooter .footernav > ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-count: 3;
  -moz-columns: 3;
  -webkit-columns: 3;
  columns: 3;
}

footer .SubFooter .footernav ul, footer .SubFooter .footernav ul li {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

footer .SubFooter .footernav ul li, footer .SubFooter .footernav ul li a {
  line-height: 100%;
}

footer .SubFooter .footernav ul li a {
  display: inline-block;
  margin-bottom: 15px;
}

footer .SubFooter .footernav ul li.lvl-0 > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

footer .SubFooter .SubFooterInfo {
  text-align: left;
}

footer .SubFooter .SubFooterInfo .footer-logo img {
  max-width: 100%;
}

footer .SubFooter .SubFooterInfo .SocialLinks {
  display: inline-block;
  width: 100%;
}

footer .SubFooter .SubFooterInfo .SocialLinks ul, footer .SubFooter .SubFooterInfo .SocialLinks ul li {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

footer .SubFooter .SubFooterInfo .SocialLinks ul {
  float: left;
}

footer .SubFooter .SubFooterInfo .SocialLinks ul li {
  float: left;
  margin-left: 0px;
  margin-right: 6px;
}

footer .SubFooter .SubFooterInfo .SocialLinks ul li a {
  display: block;
  color: #201b51;
  font-size: 26px;
  text-decoration: none;
}

footer .SubFooter .SubFooterInfo .SocialLinks ul li a:hover, footer .SubFooter .SubFooterInfo .SocialLinks ul li a:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}

footer .SubFooter .SubFooterInfo .footernav, footer .SubFooter .SubFooterInfo .footer-logo, footer .SubFooter .SubFooterInfo .SocialLinks, footer .SubFooter .SubFooterInfo address {
  margin-bottom: 45px;
}

footer .SubFooter .footerstaticnav {
  margin-bottom: 65px;
}

footer .SubFooter .footerstaticnav a {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  color: #201b51;
  line-height: 100%;
}

footer .Foot {
  padding: 30px 0px;
  border-top: 2px solid #070047;
  text-align: center;
  background-color: #070047;
}

footer .Foot ul {
  width: 100%;
}

footer .Foot ul, footer .Foot ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

footer .Foot ul li {
  border-left: 1px solid #ffffff;
}

footer .Foot ul li:first-child {
  border: none;
}

footer .Foot ul li a, footer .Foot ul li span {
  display: inline-block;
  padding: 0px 12px;
}

footer .Foot ul li, footer .Foot ul li a, footer .Foot ul li span {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 100%;
}

.resp-tab-content .tab_content_abstract img {
   max-width: 100%; 
}

.slide_pdf_viewer, .pdf_viewer_iframe {
    margin-top: 15px;
    height: 700px;
    display: none;
}


.pdf_viewer_iframe {
    width: 100%;
}

@media screen and (min-width: 768px) {
  footer .SubFooter .SubFooterInfo {
    text-align: right;
  }
  footer .SubFooter .SubFooterInfo .SocialLinks ul {
    float: right;
  }
  footer .SubFooter .SubFooterInfo .SocialLinks ul li {
    margin-left: 6px;
    margin-right: 0px;
  }
}



#virtual_library_id_1 .slide_pdf_viewer,
#virtual_library_id_5 .slide_pdf_viewer {
    height: 0px;
}


#virtual_library_id_7 .resp-tab-slide-div > iframe {
    display: none;
}

#navbar-main .hidden {
    display: none;
}


#footer_social {
    padding: 70px 0px;
    background: #c5203e;
    text-align: center;
}

#footer_social h6 {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 55px;
    color: #fff;
}

#footer_social #footer_social_icons{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}

#footer_social #footer_social_icons a {
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    background-color: #d83d59;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 25px;
}

#footer_social #footer_social_icons a:last-child {
    margin-right: 0;
}

#footer_social #footer_social_icons a:hover {
    background-color: #fff;
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    color: #d83d59;
}

header.navbar #block-login a {
    color: #fff;
}

#menu-main-login {
    display: none;
}

#access_form .sbOptions {
    max-height: 300px !important;
}

