/*@font-face {
  font-family: 'Gotham';
  src: url("../../fonts/Gotham-Book.eot");
  src: url("../../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham-Book.woff") format("woff"), url("../../fonts/Gotham-Book.ttf") format("truetype"), url("../../fonts/Gotham-Book.svg#gothambook") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("../../fonts/Gotham-Medium.eot");
  src: url("../../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham-Medium.woff") format("woff"), url("../../fonts/Gotham-Medium.ttf") format("truetype"), url("../../fonts/Gotham-Medium.svg#gothammedium") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("../../fonts/Gotham-Bold.eot");
  src: url("../../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Gotham-Bold.woff") format("woff"), url("../../fonts/Gotham-Bold.ttf") format("truetype"), url("../../fonts/Gotham-Bold.svg#gothambold") format("svg");
  font-weight: 900;
  font-style: normal;
}*/

h1 { 
    margin: 24px 0px;
    color: #013e7d;
    font-weight: normal; 
    font-size: 2.6em; 
    line-height: 1.05em; 
}

h2 {
    color: #013e7d;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.25em;
    margin: 24px 0 14px;
}

.page_home h2 {
    color: #12c2af;
    font-size: 2.5em;
    font-weight: 400;
}

.members_sections h2 {
    font-size: 1.75em;
}

h3 { 
    margin: 20px 0px 14px 0px;
    color: #000;
    font-size: 1.4em; 
    line-height: 1.25em; 
}

h4 {
    color: #12c2af;
    font-size: 1.125em;
    line-height: 1.15em;
}

h6 {
    color: #12c2af;
    font-size: 1.125em;
    margin: 0 0 20px;
}

p {
    font-family: 'Mukta', sans-serif;
    margin: 14px 0px;
}

em.emphasized_text {
    color: #013e7d;
    display: block;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 400;
}

h1:first-child,
h2:first-child,
h3:first-child,
p:first-child {
    margin-top: 0px;
}

h1:last-child,
h2:last-child,
h3:last-child,
p:last-child {
    margin-bottom: 0px;
}

a:link, a:active, a:visited {
    color: #013e7d;
    outline: none !important;
    text-decoration: none;
    transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}

a.green:link, a.green:active, a.green:visited {
    color: #4bcbbb;
}

.main_content a:hover {
    text-decoration: none;
}

.section a {
    color: #12C2AF;
}

a img {
    border: 0px;
}

a.pdf {
    display: inline-block;
    padding-left: 22px;
    background: url('../images/pdf.png') left 2px no-repeat;
}

a.word {
    display: inline-block;
    padding-left: 22px;
    background: url('../images/doc.png') left 2px no-repeat;
}

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.clear:after {
    content: " ";
    clear: both;
    display: block;
}

hr {
    height: 1px;
    overflow: hidden;
    color: #666666;
    line-height: 1px;
    border: none;
    background-color: #666666;
}

.spacer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.page_membership_benefits .spacer {
    margin-bottom: 40px;
}

.spacer_top {
    margin-top: 15px;
}

.spacer_bottom {
    margin-bottom: 15px;
}

.padder {
    padding-left: 15px;
    padding-right: 15px;
}

.padder_right {
    padding-right: 15px;
}

.padder_left {
    padding-left: 15px;
}

.nopadding {
   padding: 0 !important;
}

.nopadding_right {
   padding-right: 0 !important;
}

.nopadding_left {
   padding-left: 0 !important;
}

.push_right {
    float: right;
}

.push_left {
    float: left;
}

.btn_block {
    display: block;
    float: none;
}

a.link_block {
    display: block;
    padding: 8px 0;
    margin-top: 5px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 25px;
    position: relative;
}

a.link_block:hover {
    background-color: rgba(0,0,0,0.1);
}

a.link_block .glyphicon,
a.link_block_lg .glyphicon,
a.link_block_md .glyphicon,
a.link_block_sm .glyphicon,
a.link_block_xs .glyphicon {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 10px;
}

img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 4px;
	display: block;
}

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
	display: block;
}

img.aligncenter {
	text-align: center;
	margin: 1em auto 5px auto;
	clear: both;
	display: block;
}

img.fullwidth {
	margin: 0px;
	display: block;
}

.custom_btn {
    background-color: #12c2af;
    color: #ffffff !important;
    font-weight: 600;
    padding: 5px 20px;
    transition: 0.2s ease background-color !important;
    -moz-transition: 0.2s ease background-color !important;
    -webkit-transition: 0.2s ease background-color !important;
    -ms-transition: 0.2s ease background-color !important;
    -o-transition: 0.2s ease background-color !important;
}

.custom_btn:hover {
    background-color: #013E7D;
    color: #ffffff !important;
}

.custom_btn i {
    margin-left: 10px;
}

.custom_btn_arrow:after {
    content: '\f0da';
    font-family: FontAwesome;
    margin-left: 10px;
}

/*-----------------------------------------------------------------------------------------------*/

body {
    font-size: 16px;
    margin: 0px;
    color: #2e2e2e;
    font-family: 'Mukta', sans-serif;
}

body > form {
    margin: 0px;
}

.blur {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    filter: blur(7px);
}

/*-----------------------------------------------------------------------------------------------*/

#header {
    padding: 25px 0px;
}

#header .container {
    position: relative;
}

#header .logo {
    display: block;
    float: left;
    line-height: 0px;
}

.page_home #content {
    margin: 0;
}

#header .header_contact p {
    color: #013e7d;
    font-size: 1.875em;
}

#header .header_contact a {
    color: #013e7d;
    font-size: 1.25em;
    margin-left: 35px;
}

#header .header_contact a i {
    margin-left: 5px;
}

#header .header_contact p a {
    font-size: 1em;
    margin: 0;
}

#content {
    margin-top: 10px;
    margin-bottom: 10px;
}

#banner {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    margin-bottom: 45px;
    position: relative;
}

#banner .container {
    height: 100%;
}

#banner h1 {
    color: #ffffff;
    font-size: 3.5em;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 10%;
}



/*-----------------------------------------------------------------------------------------------*/

.prasis_social-icons {
    left: 0;
    position: fixed;
    text-align: center;
    top: 40%;
    transition: left 0.4s ease 0s;
    width: 40px;
    z-index: 9999;
}

.prasis_social-icons ul {
    padding: 0;
    list-style: none;
}

.prasis_social-icons a {
    color: #ffffff;
    display: block;
    height: 40px;
    transition: transform 0.3s ease 0s;
    width: 100%;
}

.prasis_social-icons a:hover {
    z-index: 100;
}

.facebook-icon {
    background: #3b5998 none repeat scroll 0 0;
}

.twitter-icon {
    background: #55acee none repeat scroll 0 0;
}

.linkedin-icon {
    background: #0077B5 none repeat scroll 0 0;
}

.google-icon {
    background: #DC4A3D none repeat scroll 0 0;
}

.prasis_social-icons i {
    font-size: 22px;
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------------------------*/

.grid_blocks {
    margin-top: 30px;
}

.grid_blocks + .grid_blocks {
    margin-top: 0px;
}

.grid_block {
    position: relative;
    margin-bottom: 30px;
    background-color: #DDDDDD;
}

.grid_block.row {
    margin-left: 0px;
    margin-right: 0px;
}

.grid_block .block_image {
    height: 200px;
    overflow: hidden;
    text-align: center;
}

.grid_block.row .block_image {
    padding-left: 0px;
    padding-right: 0px;
    height: 250px;
}

.grid_blocks.minor .grid_block.row .block_image {
    height: 155px;
}

.grid_block .block_image a {
    display: block;
    height: 100%;
    line-height: 0px;
}

.grid_block .block_image img {
    min-width: 100%;
    min-height: 100%;
}

.grid_block .block_content {
    padding: 15px 15px 40px 15px;
}

.grid_blocks.minor .grid_block .block_content {
    padding-bottom: 15px;
}

.grid_block.row .block_content {
    position: static;
}

.grid_block .block_content > p:last-child {
    margin-top: -14px;
}

.grid_block .block_content > p:last-child > a:first-child:last-child {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.grid_blocks.minor .grid_block .block_content > p:last-child > a:first-child:last-child {
    position: static;
    display: block;
}

.grid_block .block_content > p:last-child {
    margin-top: 0px;
}

.sidebar_lower {
    margin-bottom: 35px;
}

/*-----------------------------------------------------------------------------------------------*/

.navigation_image {
    max-width: 100%;
    height: auto !important;
}

.navigation_image_container {
    text-align: center;
}

.navigation_image_container p {
    margin: 0;
}

/*-----------------------------------------------------------------------------------------------*/

.lower_banner {
    height: 250px;
    overflow: hidden;
}

.lower_banner .container {
    position: relative;
    text-align: center;
}

.lower_banner img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
}

.lower_banner .container h1,
.lower_banner .container p {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0px;
    padding: 15px;
    color: #FFFFFF;
    font-weight: normal; 
    font-size: 2.6em; 
    line-height: 1.05em; 
    background-color: #4C61BB;
}

/*-----------------------------------------------------------------------------------------------*/

.lower_nav {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 15px;
    background-color: #EBEBEB;
}

.lower_nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.lower_nav ul li {
    margin: 3px 0px 0px 0px;
    padding: 0px;
}

.lower_nav ul li:first-child {
    margin-top: 0px;
}

.lower_nav ul li.active > a {
    cursor: default;
    color: #000000;
    text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------*/

.breadcrumb {
    padding: 0px;
    background-color: transparent;
}

.breadcrumb > li + li:before {
    color: #000000;
    content: ">"
}

.breadcrumb > .active {
    color: #000000;
}

/*-----------------------------------------------------------------------------------------------*/

#footer {
    color: #616161;
    margin-top: 0;
    padding: 0px;
    font-size: 0.8em;
}

#footer .footer_separator {
    padding: 0px 10px;
}

#footer a {
    color: #616161;
}

.footer_lower {
    background-color: #ededed;
}

.footer_sitemap {
    background-color: #dfdfdf;
    margin-top: 30px;
    padding: 30px 0px;
}

.footer_sitemap ul {
    list-style: outside none none;
    padding: 0;
}

.footer_sitemap section h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.footer_sitemap ul li {
    font-size: 0.9em;
    margin-bottom: 5px;
}

.footer_lower img.footer_logo {
    margin-bottom: 30px;
    margin-left: auto;
}

#footer .address p, 
#footer .member_address p {
    margin: 0;
}

#footer .address {
    margin-bottom: 15px;
}

.footer_menu_column {
    float: left;
    /*width: 12.5%;*/
    text-align: left;
    padding: 0 2px;
}


/* NEW STYLES */
.section {
    padding-top: 50px;
    padding-bottom: 40px;
}

/* TESTIMONIALS */
.testimonial_area {
    background-color: #dadada;
}

.quote {
    color: #013e7d;
    font-size: 1.25em;
    text-align: right;
}

.quote .quote_author {
    font-size: 0.8em;
    font-weight: 300;
}

.quote:before {
    background-image: url("../../images/quote_left.png");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    content: "";
    height: 35px;
    left: -40px;
    position: absolute;
    top: -30px;
    width: 42px;
}

.quote:after {
    background-image: url("../../images/quote_right.png");
    background-repeat: no-repeat;
    background-size: cover !important;
    bottom: 10px;
    content: "";
    height: 35px;
    position: absolute;
    right: -50px;
    width: 42px;
}



/* BENEFITS */
.benefits header {
    margin-bottom: 20px;
}

.benefits section img {
    margin: 0 auto 20px;
    transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
}

.benefits .row section:hover img {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.blue_custom_btn {
    background-color: #013e7d;
    color: #ffffff !important;
    display: inline-block;
    font-size: 1.4em;
    padding: 5px 25px;
    transition: 0.2s ease background-color;
    -moz-transition: 0.2s ease background-color;
    -webkit-transition: 0.2s ease background-color;
    -ms-transition: 0.2s ease background-color;
    -o-transition: 0.2s ease background-color;
}

.blue_custom_btn:hover {
    color: #ffffff !important;
    background-color: #128AC2;
}

.benefits h3 {
    color: #013e7d;
    font-size: 1.2em;
    font-weight: 300;
}


/* TABS */
.prasis_tabs {
    background-color: #013E7D;
}

.prasis_tabs h2 {
    color: #ffffff;
    margin-bottom: 15px;
}

.prasis_tabs .nav-pills {
    margin: 0;
}

.prasis_tabs .nav-pills div a {
    bottom: 0;
    color: #ffffff !important;
    display: block;
    font-size: 1.2em;
    padding: 15px 0;
    position: absolute;
    outline: none !important;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    width: 100%;
}

.prasis_tabs .nav-pills div a:hover {
    padding: 20px;
}

.prasis_tabs .nav-pills div a:hover {
    /*padding: 20px 0;*/
    text-decoration: none !important;
}

.prasis_tabs .nav-pills .active a {
    padding: 20px 0;
}

.prasis_tabs .tab-pane {
    padding: 35px 20px;
}

.tab1, .home_lozenge {
    background-color: #2e66a6;
}

/*.tab1:hover {
    background-color: #003474;
}*/

.tab2 {
    background-color: #12c2af;
}

/*.tab2:hover {
    background-color: #009b88;
}*/

.tab3 {
    background-color: #128ac2;
}

/*.tab3:hover {
    background-color: #005b93;
}*/

.nav-pills div {
    height: 80px;
}

.prasis_tabs .tab-pane h3 {
    color: #ffffff;
    font-size: 1.6em;
    opacity: 0.7;
}

.prasis_tabs .tab-pane em {
    color: #ffffff;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
}

.prasis_tabs .tab-pane p {
    color: #ffffff;
    font-size: 1.6em;
    font-weight: 300;
}

.prasis_tabs .tab-pane a {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 600;
}

.p_link {
    font-size: 1.25em !important;
}

/* NEWS, MEDIA EVENTS */
.nme_modules header {
    margin-bottom: 35px;
}

.nme_modules h3, .nme_modules h4 {
    color: #013e7d;
    font-size: 1.5em;
    font-weight: 300;
}

.nme_modules .nme_date {
    display: block;
    font-size: 1.1em;
    font-weight: 500;
}

.nme_item p {
    margin-bottom: 35px;
}

.nme_modules a {
    color: #013e7d;
}

.nme_modules a.more {
    float: right;
    font-size: 1.1em;
    font-weight: 600;
}


/* HOME LOZENGES */
.homepage_lozenges {
    padding-top: 0;
}

.homepage_lozenges .lozenge_inner {
    padding: 10px;
    min-height: 150px;
    transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
}

.homepage_lozenges .about .lozenge_inner {
    background-color: #12c2af;
}

.homepage_lozenges .about .lozenge_inner:hover {
    background-color: #009b88;
}

.homepage_lozenges .resources .lozenge_inner {
    background-color: #2e66a6;
}

.homepage_lozenges .resources .lozenge_inner:hover {
    background-color: #003474;
}

.homepage_lozenges .member .lozenge_inner {
    background-color: #128ac2;
}

.homepage_lozenges .member .lozenge_inner:hover {
    background-color: #005b93;
}

.homepage_lozenges .lozenge_inner h3 {
    color: #ffffff;
    font-size: 2em;
    font-weight: 300;
}

.homepage_lozenges .lozenge_inner p {
    color: #ffffff;
}

.homepage_lozenges .lozenge_inner a {
    color: #ffffff;
    float: right;
    font-weight: 600;
}

.homepage_lozenges .lozenge_inner a:hover {
    color: #ffffff !important;
}

/* --------------- ABOUT BLOCKS ----------------- */
.about_block_nav .item h3 {
    color: #ffffff;
    font-size: 1.1em;
    margin: 0;
}

.about_block_nav .item h3 a {
    background-color: #12c2af;
    color: #ffffff;
    display: block;
    font-weight: 400;
    padding: 10px;
}

.about_block_nav .item h3 a:hover {
    color: #ffffff !important;
}

.about_block_nav .item {
    margin-bottom: 30px;
}

.about_block_nav {
    margin-top: 45px;
}

.about_block_nav section.item a {
    display: block;
    overflow: hidden;
}

.about_block_nav section.item a img {
    transition: transform 0.1s ease 0s;
    -moz-transition: transform 0.1s ease 0s;
    -webkit-transition: transform 0.1s ease 0s;
    -ms-transition: transform 0.1s ease 0s;
    -o-transition: transform 0.1s ease 0s;
}

.about_block_nav .item_hovered a img {
    transform: scale(1.1) rotate(-1deg);
    -moz-transform: scale(1.1) rotate(-1deg);
    -webkit-transform: scale(1.1) rotate(-1deg);
    -ms-transform: scale(1.1) rotate(-1deg);
    -o-transform: scale(1.1) rotate(-1deg);
}

.about_block_nav section.item h3 a {
    transition: background-color 0.1s ease;
    -moz-transition: background-color 0.1s ease;
    -webkit-transition: background-color 0.1s ease;
    -ms-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
}

.about_block_nav .item_hovered h3 a {
    background-color: #055C88;
}

/* ASIDE */
.member_quote {
    background-color: #ecf3f3;
}

.member_quote .quote_content {
    padding: 10px 15px 30px;
}

.quote_content > p, .quote_content > span {
    color: #013e7d;
}

.page_actions {
    margin-top: 15px;
    text-align: center;
}/* -------------------------------- */

 /* MEMBERS -------------------------------- */
.right_members_home {
    border-left: #9e9e9e solid 1px;
}

.members_sections .primary_link {
    display: inline-block;
    font-size: 1.3em;
    margin-top: 25px;
}

.page_membership_benefits .spacer h2,
.page_membership_benefits .spacer em {
    margin: 0;
}

.page_membership_benefits .spacer h4 {
    margin: 15px 0 3px;
}

.page_profile .social_share,
.page_profile .page_actions {
    display: none;
}

/* ------------------------ */

.module_separator {
    width: 70%;
    position: relative;
    color: #e1e1e1;
    background-color: #e1e1e1;
}

.tab-pane {
    padding-top: 10px;
}