/* Font stack */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700|Share+Tech+Mono&display=swap');

body, html {
	font:  18px/1.5em 'Oswald', sans-serif ;
	color:#464646;
	font-weight: 300
}

@media (max-width: 767.98px) {body, html {
	font:  16px/1.15em 'Oswald', sans-serif;
	font-weight: 300
}
}

/* Colors */


.white {color:#ffffff;}
.black {color:#1a1a1a;}
.tag-blue {color:#1e3261;}
.light-blue {color:#2e70d2;}
.pale-blue, a {color:#84c0d0;}
.mid-blue {color:#2e44c9;}
.secondary-blue {color:#2e44c9;}
.dark-blue {color:#161099;}
.darkest-blue {color:#00153e;}
.pale-green {color:#75DEAD;}
.yellow {color:#fadc38;}
.red {color:#eb554f}
.light-grey {color:#e3e0dc}
.grey {color:#707271;}


.background-white {background-color:#ffffff;}
.background-black {background-color:#1a1a1a;}
.background-tag-blue {background-color:#1e3261;}
.background-light-blue {background-color:#2e70d2;}
.background-pale-blue {background-color:#84c0d0;}
.background-mid-blue {background-color:#2e44c9;}
.background-secondary-blue {background-color:#2e44c9;}
.background-dark-blue {background-color:#161099;}
.background-darkest-blue {background-color:#00153e;}
.background-pale-green {background-color:#75DEAD;}
.background-yellow {background-color:#fadc38;}
.background-red {background-color:#eb554f}
.background-light-grey {background-color:#e3e0dc}
.background-grey {background-color:#707271;}

.tag-gradient {
	background: #1e3261;
	background: -moz-linear-gradient(90deg, rgba(30,50,97,1) 0%, rgba(46,112,210,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(30,50,97,1) 0%, rgba(46,112,210,1) 100%);
	background: linear-gradient(90deg, rgba(30,50,97,1) 0%, rgba(46,112,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e3261",endColorstr="#2e70d2",GradientType=1);
}
.titanium-gradient {
background: rgb(135,134,129);
background: -moz-linear-gradient(180deg, rgba(135,134,129,1) 0%, rgba(135,134,129,0) 32%);
background: -webkit-linear-gradient(180deg, rgba(135,134,129,1) 0%, rgba(135,134,129,0) 32%);
background: linear-gradient(180deg, rgba(135,134,129,1) 0%, rgba(135,134,129,0) 32%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#878681",endColorstr="#878681",GradientType=1);
}
.platinum-gradient {
	background: rgb(214,213,211);
background: -moz-linear-gradient(180deg, rgba(214,213,211,1) 0%, rgba(214,213,211,0) 32%);
background: -webkit-linear-gradient(180deg, rgba(214,213,211,1) 0%, rgba(214,213,211,0) 32%);
background: linear-gradient(180deg, rgba(214,213,211,1) 0%, rgba(214,213,211,0) 32%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6d5d3",endColorstr="#d6d5d3",GradientType=1);
}

.gold-gradient {
background: rgb(212,175,55);
background: -moz-linear-gradient(180deg, rgba(212,175,55,1) 0%, rgba(212,175,55,0) 32%);
background: -webkit-linear-gradient(180deg, rgba(212,175,55,1) 0%, rgba(212,175,55,0) 32%);
background: linear-gradient(180deg, rgba(212,175,55,1) 0%, rgba(212,175,55,0) 32%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4af37",endColorstr="#d4af37",GradientType=1);
}

.silver-gradient {
background: rgb(190,194,203);
background: -moz-linear-gradient(180deg, rgba(190,194,203,1) 0%, rgba(190,194,203,0) 32%);
background: -webkit-linear-gradient(180deg, rgba(190,194,203,1) 0%, rgba(190,194,203,0) 32%);
background: linear-gradient(180deg, rgba(190,194,203,1) 0%, rgba(190,194,203,0) 32%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bec2cb",endColorstr="#bec2cb",GradientType=1);
}


/* Font styles */
strong {font-weight: 700;}
.font_300 {font-weight: 300}
.font_400 {font-weight: 400}
.font_700 {font-weight: 700}
.font_900 {font-weight: 900}
.font_italic {font-style: italic}
.font_uppercase {text-transform: uppercase}
/* Background_images */
.background_image__contain { background-size: contain; background-repeat: no-repeat;}
.background_image__cover { background-size: cover; background-repeat: no-repeat;}
.background_image__width_100 {background-size: 100% auto; background-repeat: no-repeat;}
.background_image__top_left { background-position: left top}
.background_image__top_center { background-position: center top}
.background_image__top_right { background-position: right top}
.background_image__center_left { background-position: left center}
.background_image__center_center { background-position: center center}
.background_image__center_right { background-position: right center}
.background_image__bottom_left { background-position: left bottom}
.background_image__bottom_center { background-position: center bottom}
.background_image__bottom_right { background-position: right bottom}


/* buttonstyles */
.btn, .btn-white {border-radius: 0; border:1px solid #fff; color: #fff}
.btn:hover, .btn-white:hover {border:1px solid #fff; background:#fff; color: #1e3261}

.btn-black {border-radius: 0; border:1px solid #000; color: #000}
.btn-black:hover {border:1px solid #000; background:#000; color: #ffffff}

.btn-tag-blue {border-radius: 0; border:1px solid #1e3261; color: #fff; background: #1e3261}
.btn-tag-blue:hover {border:1px solid #1e3261; background:#fff; color: #1e3261}

.btn-light-blue {border-radius: 0; border:1px solid #2e70d2; color: #fff; background: #2e70d2}
.btn-light-blue:hover {border:1px solid #2e70d2; background:#fff; color: #2e70d2}

.btn-pale-blue {border-radius: 0; border:1px solid #84c0d0; color: #fff; background: #84c0d0}
.btn-pale-blue:hover {border:1px solid #84c0d0; background:#fff; color: #84c0d0}

.btn-mid-blue {border-radius: 0; border:1px solid #2e44c9; color: #fff; background: #2e44c9}
.btn-mid-blue:hover {border:1px solid #2e44c9; background:#fff; color: #2e44c9}

.btn-secondary-blue {border-radius: 0; border:1px solid #2e44c9; color: #fff; background: #2e44c9}
.btn-secondary-blue:hover {border:1px solid #2e44c9; background:#fff; color: #2e44c9}

.btn-dark-blue {border-radius: 0; border:1px solid #161099; color: #fff; background: #161099}
.btn-dark-blue:hover {border:1px solid #161099; background:#fff; color: #161099}

.btn-darkest-blue {border-radius: 0; border:1px solid #00153e; color: #fff; background: #00153e}
.btn-dark-blue:hover {border:1px solid #00153e; background:#fff; color: #00153e}

.btn-yellow {border-radius: 0; border:1px solid #fadc38; color: #fff; background: #fadc38}
.btn-yellow:hover {border:1px solid #fadc38; background:#fff; color: #fadc38}

.btn-pale-green {border-radius: 0; border:1px solid #75DEAD; color: #fff; background: #75DEAD}
.btn-pale-green:hover {border:1px solid #75DEAD; background:#fff; color: #75DEAD}

.btn-red {border-radius: 0; border:1px solid #eb554f; color: #fff; background: #eb554f}
.btn-red:hover {border:1px solid #eb554f; background:#fff; color: #eb554f}

.btn-light-grey {border-radius: 0; border:1px solid #e3e0dc; color: #fff; background: #e3e0dc}
.btn-light-grey:hover {border:1px solid #e3e0dc; background:#fff; color: #e3e0dc}

.btn-grey {border-radius: 0; border:1px solid #707271; color: #fff; background: #707271}
.btn-grey:hover {border:1px solid #707271; background:#fff; color: #707271}

.btn-chunky {
	font-size: 2rem;
}

.w-33 {
	width: 33.33333333333%
}


.border--on-top {
	border-top: 4px solid;
	border-color: #707271
}
.border-color-tag-blue {
	border-color: #1e3261;
}

.mobile_controls {
  display: none;
}
#announcement-bar .press_container .justify-content-between {
	height: 100%;
}
#announcement-bar img {
	max-width: 100px;
}
#announcement-bar .livewire,
#announcement-bar .press_container {
	max-width: 495px;
}
#announcement-bar .flex-md-fill:last-child,
.flex-md-fill.read-more,
.flex-md-fill.submit-news {
	padding-left: 0;
	padding-right: 0;
}
.announcement-container {
	align-items: center;
}
.announcements {
	width: 700px;
}
.announcements p {
	font-family: myriad-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin-bottom: 0;
}
.announcements .slick-track {
	line-height: 1.25em;
}
.announcements__slide {
	padding: 10px
}
.announcements .slick-list, .announcements .slick-track, .announcements .slick-slide > div, .announcements__slide, .announcements__slide__wrap { height: 100%}
ul li a:hover {
	text-decoration: none;
}
#main-navigation ul {
	list-style: none;
	padding-left: 0;
}
#main-navigation .primary-navigation {
	margin-bottom: 0;
}
.static-positioned-menu {
	position: static;
}
#main-navigation .tertiary-navigation {
	margin-top: 10px;
	margin-bottom: 35px;
	float: right;
}
#main-navigation img.logo {
	width: 100%;
	margin: 15px 0;
}
#main-navigation .primary-navigation a {
	display: block;
	color:#1e3261;
	padding: 20px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	height: 100%;
}
#main-navigation .tertiary-navigation li {
	margin-right: 5px;
}
#main-navigation .tertiary-navigation li:last-child {
	margin-right: 0;
}
#main-navigation .tertiary-navigation a {
	font-size: 11px;
	padding: 10px 20px;
	background-color: #ebebeb;
	color:#898989;
	text-transform: uppercase;
}

#main-navigation .tertiary-navigation a:hover {
	background-color: #1e3261;
	color:#fff;
	}

#main-navigation .primary-navigation .tag-dropdown ul li a {
	text-transform: capitalize;
}

@media (max-width: 575.98px) {
#main-navigation .tertiary-navigation li {
    width: 50% !important;
    padding: 2px;
    margin: 0 !important;
}	
	 }
.svg-contain {
	 padding: 0 20px 0 0;
}
.tag-dropdown {
	position: absolute;
	background-color: #1e3261;
	width: 100%;
	padding: 35px 45px;
	left: 15px;
	z-index: 9999	;
	visibility: hidden;
}
.tag-dropdown h2 {
	font-size: 14px;
	color: #2e70d2;
	text-transform: uppercase;
}
.tag-dropdown ul {
	margin-top: 20px;
}
.tag-dropdown ul.no-heading {
	margin-top: 35px;
}
.tag-dropdown .last-menu {
	border-left: 4px solid #2e70d2;
}
#main-navigation .primary-navigation .tag-dropdown li {
	width: 100%;
	margin-bottom: 15px;
}
#main-navigation .primary-navigation .tag-dropdown li a {
	display: block;
	font-size: 16px;
	padding: 0;
	color: #fff;
}
#main-navigation .primary-navigation .tag-dropdown li a:hover {
	color: #2e70d2;
}
.read-more a,
.submit-news a {
	display: block;
	height: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 2.2em;
}
.read-more a:hover,
.submit-news a:hover {
	color: #fff;
	text-decoration: none;
}
.read-more {
	border-bottom: 2px solid #0081a2;
	height: 50%;
}
.submit-news {
	border-top: 2px solid #0081a2;
	height: 50%;
}
footer {
	padding: 50px 80px;
}
footer *,
footer a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer ul {
	list-style: none;
	padding-left: 0;
}
footer h2 {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.footer-logo img {
	max-width: 150px;
}
footer .copyright {
	margin-top: 25px;
}
footer .social-media {
	list-style: none;
}
footer .social-media li {
	font-size: 12px;
	float: left;
	margin-right: 5px;
}
#content > section,
.footer_logos	 {
	padding-top: 30px;
	padding-bottom: 30px
}

a {
	font-weight: 700;
}

#content .text img {
	display: block;
	max-width: 100%;
	height: auto;
}

#content ul{
	margin: 0 0 0 1em;
	padding: 0;
}
#content li {
	margin-bottom: 1em;
}


/* icon width */



/* Copy pasta */
@media (max-width: 1199.98px) {
	#main-navigation .logo {
    max-width: none;
    margin-left: 0;
	}
	footer .empty {
		display: none !important;
	}
}
@media (min-width: 768px) {
	#main-navigation .primary-navigation li:hover a {
		background-color: #1e3261;
		color: #fff;
	}
	.primary-navigation li:hover .tag-dropdown {
		visibility: visible;
	}
}
@media (max-width: 991.98px) {
	#announcement-bar .livewire,
	#announcement-bar .press_container {
    max-width: none;
	}
	#main-navigation .logo {
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
	}
	#main-navigation .primary-navigation {
		width: 100%;
		padding-left: 0;
	}
	#main-navigation > .container,
	footer > .container {
		max-width: none;
	}
	/* .announcement-container {
		flex-direction: column
	}
	.announcement-container > div {
		width: 100%;
	}
	#announcement-bar .flex-md-fill {
		padding: 10px;
	} */
	.announcements p {
		font-size: 15px;
		line-height: 1.8em;
	}
	#main-navigation .primary-navigation a {
		font-size: 15px;
		padding: 10px;
		
	}
	.section-link > a {
		text-align: center;
	}
	.tag-dropdown .last-menu {
		border-left: none;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.announcements {
		width: 500px;
	}
	#main-navigation .tertiary-navigation {
		width: 100%;
		margin-top: 20px;
	}
	#logo-nav-container {
		flex-direction: column;
	}
}

@media (max-width: 767.98px) {
	.announcement-container {
		flex-direction: column
	}
	.announcement-container > div {
		width: 100%;
	}
	#announcement-bar .flex-md-fill {
		padding: 10px;
	}
	.primary-navigation {
		display: none !important;
	}
	#main-navigation .primary-navigation {
		border: 1px solid #1e3261;
    margin-bottom: 20px;
	}
	.section-link >  a {
		position: relative;
		display: block;
	}

	
	.section-link > a:after {
    position: absolute;
    content: "\f0fe";
    width: 16px;
    height: 16px;
    display: block;
    font-family: "Font Awesome 5 Free";
    color: #1e3261;
    font-style: normal;
    font-size: 20px;
    right: 30px;
    top: 10px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	}
	.openMobileSubnav.section-link > a:after {
		content: "\f410";
	}
	.mobile_open .primary-navigation {
		display: flex !important;
	}
	.mobile_open .mc__menu-open {
		display: none;
	}
	.mobile_open .mc__menu-close {
		display: block;
	}
	.mobile_controls > div {
    display: inline-block;
    padding: 5px 10px;
		background-color: #1e3261;
    border: 2px solid #1e3261;
    /* border-radius: 15px; */
	}
	.mobile_controls {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    /* color: #1e3261; */
		color: #fff;
		margin-top: 15px;
    margin-bottom: 15px;
	}
	.mc__menu-close {
    display: none;
	}
	svg:not(:root).svg-inline--fa {
    overflow: visible;
	}
	.svg-inline--fa.fa-w-16 {
    width: 1em;
	}
	.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
	}
	#logo-nav-container,
	.primary-navigation {
		flex-direction: column;
	}
	.svg-contain {
		 padding: 0;
	}
	#main-navigation .primary-navigation li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	#main-navigation .primary-navigation a {
		padding-left: 0;
	}
	#main-navigation .logo {
    max-width: 270px;
    margin-top: 20px;
    margin-left: 0;
		margin-bottom: 30px;
	}
	#main-navigation .tertiary-navigation {
		width: 100%;
    margin-top: 10px;
    margin-bottom: 35px;
		margin: auto;
    float: none;
	}
	#main-navigation .tertiary-navigation li {
		width: 100%;
	}
	#main-navigation .tertiary-navigation a {
		display: block;
		text-align: center;
		padding: 5px
	}
	.tag-dropdown ul.no-heading {
    margin-top: 0;
}
	
	
	.tag-dropdown {
		position: relative;
		display: none;
		padding-left: 0;
	}
	.row.tag-dropdown {
		padding: 0;
		margin: 0;
		left: 0;
	}
	.row.tag-dropdown > .container > .row {
		padding: 15px 0;
	}
	.tag-dropdown .container {
		max-width: none;
	}
	.openMobileSubnav .tag-dropdown {
		display: block;
		visibility: visible;
	}
	footer {
	    padding: 20px;
	}
}
@media (max-width: 575.98px) { }


/* join blocks */

#join-tabContent {
	border:1px solid #1e3261;
	border-top:none;
}

.nav-tabs .nav-link {
    background: #e3e0dc;
    color: #fff;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #1e3261;
    font-size: 24px;
    transition: all 0.2s ease-in-out;
}
.nav-tabs .nav-link:hover {
    background: #1e3261;
    color: #fff;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #1e3261;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #1e3261 #1e3261 #fff;
    color: #1e3261;
}

.nav-tabs .nav-link.active:hover {
    color: #1e3261;
    background: #fff;
}

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

.corprate_tags > div:nth-child(3n+2),
.corprate_tags > div:nth-child(3n+3){
	border-left:1px dotted #dddddd;
}

#single_person_form__toggle,
#corp_form__toggle {
	position: relative;
} {
	position: relative;
}
#single_person_form.active #single_person_form__toggle:hover
#corp_form.active #corp_form__toggle:hover {
	color: #fff !important;
	background:#1e3261 !important;
}
#single_person_form.active #single_person_form__toggle:after,
#corp_form.active #corp_form__toggle:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(30, 50, 97, 0);
	border-top-color: #1e3261;
	border-width: 50px;
	margin-left: -50px;
	z-index: 101
}
#single_person_form__formblock,
#corp_form__formblock  {
	height: 0;
	transition: all 0.2s ease-in-out;
}

#single_person_form.form__off #single_person_form__formblock,
#corp_form.form__off #corp_form__formblock {
	  max-height: 0;
	  min-height: 0;
	  overflow: hidden;
	  margin-top: 0;
	  opacity: 0;
	  transition: all 0.2s ease-in-out;
}

#single_person_form.active #single_person_form__formblock,
#corp_form.active #corp_form__formblock {
  position: relative;
  z-index: 100;
  overflow: visible;
  opacity: 1;
  height: auto;
}

#single_person_form .gform_confirmation_message,
#corp_form .gform_confirmation_message{
	padding: 30px;
	color:#1e3261;
	font-weight: 300;
	font-size:2rem;
}

#nav-corporate.active .best_value_block {
	animation: scaleup 1250ms forwards;
}

.join-tag-amimation {
	display: block;
	width: 100%;
	height: auto;
}

@keyframes scaleup {
  0%, 50% { transform: scaleX(1); }
  100% { transform: scale(1.15); }
}	



@media (max-width: 991.98px) { 
	.join_tag__form {font-style: 1rem; }
	.join_tag__form .h1,join_tag__form h1,
	.join_tag__form .h2,.join_tag__form h2 {
		font-size: 1.5rem; 
		}
	.join_tag__form {font-style: 1rem; }
	.join_tag__form .h3, .join_tag__form h3,
	.join_tag__form .h4, .join_tag__form h4 {
		font-size: 1.25rem; 
		}	
	.nav-tabs .nav-link {
		font-size: 16px;
	}	
	}
	
	
	
@media (max-width: 767.98px) {
	.corprate_tags > div:nth-child(3n+1) {order:1; width: 100%}
	.corprate_tags > div:nth-child(3n+2) {order:2; width: 100%}
	.corprate_tags > div:nth-child(3n+3) {order:3; width: 100%}	
	
	 }
	 
	 
	 

.ribbon {
    width: 80%;
    height: 40px;
    line-height: 38px;
    font-weight: 700;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #2e70d2;
    -webkit-animation: main 250ms;
    -moz-animation: main 250ms;
    -ms-animation: main 250ms;
    animation: main 250ms;
    margin-bottom: 40px;
}

.ribbon i {
  position: absolute;
}

.ribbon i:first-child, .ribbon i:nth-child(2) {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
  border: 20px solid transparent;
  border-right-color: #00153e;
  
  -webkit-animation: edge 500ms;
  -moz-animation: edge 500ms;
  -ms-animation: edge 500ms;
  animation: edge 500ms;
}

.ribbon i:nth-child(2) {
  left: auto;
  right: -20px;
  border-right-color: transparent;
  border-left-color: #00153e;
}

.ribbon i:nth-child(3), .ribbon i:last-child {
    width: 50px;
    bottom: -20px;
    left: -30px;
    z-index: -2;
    border: 20px solid #1e3261;
    border-left-color: transparent;
    -webkit-animation: back 600ms;
    -moz-animation: back 600ms;
    -ms-animation: back 600ms;
    animation: back 600ms;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.ribbon i:last-child {
  bottom: -20px;
  left: auto;
  right: -30px;
  border: 20px solid #1e3261;
  border-right-color: transparent;

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ribbon p {
  text-align: center;
  color: #aaa;
}

/* animations */

@-webkit-keyframes main {
  0% { -webkit-transform: scaleX(0); }
  100% { -webkit-transform: scaleX(1); }
}

@-webkit-keyframes edge {
  0%, 50% { -webkit-transform: scaleY(0); }
  100% { -webkit-transform: scaleY(1); }
}

@-webkit-keyframes back {
  0%, 75% { -webkit-transform: scaleX(0); }
  100% { -webkit-transform: scaleX(1); }
}


@-moz-keyframes main {
  0% { -moz-transform: scaleX(0); }
  100% { -moz-transform: scaleX(1); }
}

@-moz-keyframes edge {
  0%, 50% { -moz-transform: scaleY(0); }
  100% { -moz-transform: scaleY(1); }
}

@-moz-keyframes back {
  0%, 75% { -moz-transform: scaleX(0); }
  100% { -moz-transform: scaleX(1); }
}


@keyframes main {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes edge {
  0%, 50% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}

@keyframes back {
  0%, 75% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}	 


@media (max-width: 991.98px) { 
	.ribbon {
		font-size: 16px;
		width: 70%;
		}
	
	}
	
.col-chapter-subhead h1,
.col-chapter-subhead h2,
.col-chapter-subhead h3,
.col-chapter-subhead h4,
.col-chapter-subhead h5,
.col-chapter-subhead h6,
.col-chapter-subhead p {
	font-size: 16px !important;
}

#tribe-events-footer, #tribe-events-header {
	margin-bottom: 1em;
}


.tribe-events-nav-next a,
.tribe-events-nav-previous a {
    display: block;
    padding: 5px 25px;
    font-weight: 300 !important;
    font-size: 1rem !important;
    color: #fff;
    background: #84c0d0;
    border:1px solid #fff;
}

.tribe-events-nav-next a:hover,
.tribe-events-nav-previous a:hover {
    color: #84c0d0;
    border:1px solid #84c0d0;
    background: #fff;
}

h1.tribe-events-page-title {
	font-size: 1rem;
	font-weight: 400;
}

.tagwire-header .btn {
	margin: 7.5px 0;
}

.bwg_close_btn {
    opacity: 1;
    z-index: 100000000;
    font-size: 35px;
    font-weight: bold;
    background: #fff;
    padding: 5px;
}

#sitemap ul {
	margin: 0 0 2em 0;
	list-style-type: none;
	
}
#content #sitemap li {
	font-size: 16px;
	margin-bottom: 0 !important;
}

#sitemap a {
	font-weight: 300;
}



.join_image_v {
	width:30px;
	height: auto;
	display: block
}



.corprate_tags__row > div {
	width: 33.33333%;
	border-left: none;
}

.corprate_tags__row > div:first-child {
	width: 100%;
	border-left: none;
}

.corprate_tags__row > div:nth-child(2) {
	border-left: none;
}

.corprate_tags__headertext {
	font-size: .75rem;
	line-height: 1.25em;
}

.corprate_tags__end {
	border-top: 1px solid #dddddd;
}

@media(min-width:768px) {
.corprate_tags__row {
	margin-bottom: 0;
}	
	
.corprate_tags__headertext {
	font-size: .8rem;
	line-height: 1.25em;
}
.corprate_tags__row strong {
	font-size: 1.4em;
	
}

.corprate_tags__row > div {
	width: 20%;
	border-left: 1px dotted #dddddd;
}

.corprate_tags__row > div:nth-child(2) {
	border-left:  1px dotted #dddddd;
}

.corprate_tags__row > div:first-child {
	width: 40%;
}	
}


@media(min-width:1024) {
.corprate_tags__headertext {
	font-size: 1rem;
	line-height: 1.25em;
}

}



#module-subscription-center {
	max-width: 400px;
	margin: 0 auto;
}

#module-subscription-center .textInput[style] {
	padding: 10px !important;
	height: auto !important;
}

#module-subscription-center .fieldLabel label {
	margin-bottom: 0 !important;
}

#module-subscription-center .fieldLabel input {
	margin-right:.5em !important;
}

.company__expander:hover .company__expander__title {
	color: #2e70d2;
	
}



/* subnavigation */

.subnavigation a {font-size: 15px;color: #1e3261;text-transform: uppercase;font-weight: 400;text-decoration: none;}
.subnavigation a:hover {color: #fff;}
