/*
Theme Name: Regulatory Specialists
Author: GetUWired
Author URI: http://getuwired.us
Description: Custom theme designed specifically for Regulatory Specialists
Text Domain: twentyfourteen

*/


/*******************************************************
* 1.0 Reset
* 2.0 Common Styles
* 3.0 Header
* 4.0 Footer
* 5.0 Home Page
********************************************************/



/******************************************************
* 1.0 Reset
*******************************************************/

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  text-decoration:none;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

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

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}


optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/******************************************************
* 2.0 Common Styles
*******************************************************/

.page, .blog, .single, .woocommerce{
	min-width:960px;
	font-family: 'Source Sans Pro', sans-serif;
	margin:auto;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.width960 {
	max-width: 960px;
	margin: auto;
	width:99%;
}

.uppercase {
	text-transform: uppercase;
}

.inline {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

ul.inline{
	list-style: none;
	display:block;
}

ul.inline li{
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.light-blue, .light-blue a {
	color: #97adc4;
}

.dark-blue {
	color:#213688
}

.body-blue {
	color: #1d4878;
}


.bright-blue {
	color: #3ca9d8;
}

.med-gray {
	color:#bcbcbc;
}



.yellow {
	color: #ffcb0b;
}

.source-sans {
	font-family:'Source Sans Pro', sans-serif;
}

.banner {
	color: #ffffff;
	background: url('./images/submission-banner.jpg') no-repeat scroll center top transparent;
	background-size: 100% auto;
	box-sizing: border-box;
	background-size: 100% auto;
	min-width: 960px;
	padding-top: 1px;
	min-height: 180px;
}

@media all and (max-width: 1400px) {
	.banner {
		background-size: auto auto;
	}
}


.banner h1 {
	font-size: 82px;
	line-height: 95px;
	font-weight: light;
	font-weight: 200;
	margin: 47px 0 0;
}

.banner h3 {
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	margin: 12px 0 26px;
	max-width: 450px;
}

.banner p {
	color: #95b0cd;
	max-width:620px;
	font-size: 16px;
	font-weight: 400;
}



.yellow-outline-btn {
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border: 3px solid #ffcb0b;
	width: 230px;
}

.yellow-outline-btn a {
	color: #ffffff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 45px;
}


.services-wrapper {
	text-align:center;
	padding-top:1px;
}

.service {
  box-sizing: border-box;
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: bottom;
  margin-top: 60px;
}

.service h4 {
	margin: 23px 0 18px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
}

.service p {
	font-size: 15px;
	line-height: 25px;
	width: 90%;
	margin: 0 auto 18px;
}

.blue-button {
	background-color: #3ca9d8;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 33px;
	width: 122px;
	margin: auto;
	transition: background-color 0.2s linear 0s;
}

.blue-button:hover {
	background: #1C3B5E;
}

.blue-button a {
	color: #ffffff;
	line-height: 32px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}

.site-content {
	overflow: hidden;
}

.infusion-option-box {
	padding: 0 10px;

}
.infusion-field.infusion-option-box  p {
  margin-bottom: 0;
}
.infusion-option {
	display: inline-block;
	padding: 5px 0;
	width:49%;
}


input , textarea{
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	border:0;
	height: 44px;
	width: 195px;
	box-sizing: border-box;
	line-height: 44px;
	outline: none; 
}

input[type=text], input[type=password],
input[type=email], input[type=tel] {
	padding-left: 20px;
	color: #97adc4;
}

.select2-search input{
	line-height: 22px;
}

input[type=checkbox] {
	width:10px;
	height: 10px;
}

input[type=submit] {
	background-color: #ffcb0b;
}

.infusion-submit > input {
  font: 700 16px 'Source Sans Pro', sans-serif;
  
}

input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:    #97adc4;
}
input[type=text]:-moz-placeholder, textarea::-webkit-input-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #97adc4;
    opacity:  1;
}
input[type=text]::-moz-placeholder, textarea::-webkit-input-placeholder { /* Mozilla Firefox 19+ */
    color:    #97adc4;
    opacity:  1;
}
input[type=text]:-ms-input-placeholder, textarea::-webkit-input-placeholder { /* Internet Explorer 10+ */
    color:    #97adc4;
}

input[type=text]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
	opacity: 0;
	
}
input[type=text]:focus:-moz-placeholder, textarea:focus::-webkit-input-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff;
    opacity:  0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff;
}
input[type=text]:focus:-ms-input-placeholder, textarea:focus::-webkit-input-placeholder { /* Internet Explorer 10+ */
    color:    #ffffff;
}

/*input::-moz-placeholder {
    color: #999;
}
input:focus::-moz-placeholder {
    color: red;
}*/
.who-wrapper {
	background: url('./images/who-bg.jpg') no-repeat left bottom #ffffff;
	min-height: 564px;
}

@media all and (max-width: 1400px) {
	.who-wrapper {
		/*background-position: center bottom;*/
	}
}

.who-text {
	width: 60%;
	margin-top: 98px;
}

.who-text h2 {
  font-size: 69px;
  font-weight: 300;
  line-height: 69px;
  margin: 10px 0 23px;
}

.who-text p {
	font-weight : 300;
	font-size: 19px;
	line-height: 37px;
	margin: 0 0 24px;
}

.who-text .blue-button {
	margin: 0;
}



/******************************************************
* 3.0 Header
*******************************************************/
.site-header {
	background: #f3f6f9;
	position: relative;
	z-index: 10;
}

.home .site-header {
	background: url('./images/home-cta-bg-bright.png') repeat scroll transparent;
}

.pre-header {
	overflow:hidden;
	background: #ffffff;
}

.home .pre-header {
	background: #1e3f64;
}

.pre-header ul {
	margin:5px 0;
	
}

.pre-header ul li {
	border-left: 1px solid;
	padding: 0 5px 0 7px;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
}

.pre-header .phone {
	background: url('./images/phone-icon.png') no-repeat 0 center;
	min-height: 16px;
	padding-left: 15px;
	letter-spacing: 1px;
}

.pre-header .contact {
	font-size: 12px;
}

.pre-header .cart i {
	font-size: 20px;
}

.pre-header .cart .items-number {
  color: #ffcb0b;
  font-size: 15px;
  font-weight: normal;
  margin: 0 2px;
  position: absolute;
  vertical-align: super;
}

.pre-header ul li:first-child {
	border-left: 0;
}

.header-main {
	overflow:hidden;
}

.small-nav {
  margin: 8px 0 0;
}

html.ie8 .main-logo{
	background-image: url("./images/ie-logo.png");
}

.main-logo {
	background-image: url("./images/logo.png");
	background-position: 0 -107px;
	background-repeat: no-repeat;
	background-size: 265px auto;
	height: 100px;
	margin: 2px 0 7px;
	width: 265px;
}

.home .header-main .main-logo {
	background-position: 0 0;
	height: 100px;
}


.main-logo a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-indent:-9999px;
	width:100%;
	height: 100%;
}


.primary-nav {
	font-size: 15px;
	margin:68px 0 0;
	font-weight: 600;
}

.nav-menu li {
 padding-left:20px;
 
}

.nav-menu li a:hover {
	border-bottom: 1px solid #97adc4;
	color: #4E8CCE;
	transition: color 0.2s linear 0s;
}

.nav-menu a {
	color: #223789;
	padding-bottom: 2px;
}

.home .nav-menu a {
	color: #ffffff;
}

.home .nav-menu li a:hover {
	color:#FFCB0B;
	transition: color 0.2s linear 0s;
}

.home .home-yellow  a{
	color: #ffcb0b;
}

.home-yellow  a{
	color: #ffcb0b;
}

ul.sec-nav {
	margin: 11px 0 0;
}

ul.sec-nav li {
  border-left: 1px solid;
  font-size: 12px;
  font-weight: 700;
  padding: 0 2px 0 4px;
}

ul.sec-nav li:first-child {
	border-left:0;
	padding-left: 0;
}

.sub-menu {
	display:none;
	min-width: 100px;
	position: absolute;
	padding: 0;
	background-color: #F3F6F9;
}

.home .sub-menu {
	background-color: #244F7F
}

ul.sub-menu li {
	border-bottom: 1px dotted #1C3B5E;
	display: block;
	padding:15px;
}

.home ul.sub-menu li {
	border-bottom: 1px dotted white;
	display: block;
	padding:15px;
}

ul.sub-menu li a {
	display: block;
}

ul.sub-menu li a:hover {
	border-bottom:none;
	
}

ul.nav-menu li.menu-item-has-children a:hover {
	border-bottom: 0;
}

.menu-item-has-children:hover .sub-menu {
	display: block;
}

.accordion-heading {
	cursor: pointer;
	font-weight: 300;
	border-bottom: 1px solid #bebfc4;
}

.accordion div {
	display:none;
	margin-bottom: 10px;
}

.accordion div.open {
	display: block;
}

.accordion div .accordion-heading, .accordion div div {
	margin-left: 20px;
}
/******************************************************
* 4.0 Footer
*******************************************************/
.site-footer {
	background-color: #f3f6f9;
	overflow:hidden;
	padding: 0 0 30px;
}


.site-footer .contact-wrapper {
	font-size: 16px;
	width: 270px;
	margin: 10px 43px 10px 40px
}


.site-footer .about {
	font-size: 12px;
	width: 310px;
}

.phone {
  margin-left: 100px;
  text-align: left;
}

.guw-footer {
  text-align: center;
  font: 300 12px 'Source Sans Pro', sans-serif;
  clear:both;
}

.social {
  margin: 20px 0 20px 99px;
}

.social .circle {
  background-color: #3ca9d8;
  border-radius: 50%;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  height: 32px;
  padding: 3px 9px;
  vertical-align: top;
  width: 32px;
}

.circle.google {
  padding: 5px 8px;
}

.circle.linkedin {
  padding: 1px 6px;
}

.circle.twitter {
  padding: 2px 7px;
}



/******************************************************
* 5.0 Home Page
*******************************************************/

.home .banner {
	box-sizing: border-box;
	background: url('./images/home-banner-bg-white.jpg') no-repeat scroll center top;
	background-size: 100% auto;
	min-width: 960px;
	height: 650px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:1;
	padding-top: 133px;
}

@media all and (max-width: 1400px) {
	.home .banner {
		background-size: auto auto;
	}
}

.home .banner h1 {
	max-width: 600px;
	margin: 11px 0 0;
}

.home .banner h3 {
	max-width: 960px;
}

.home .banner p.body-blue {
	color: #1d4878;
}


.banner .cta-wrapper {
	position: absolute;
	bottom: 0;
	width:100%;
	background:url('./images/home-cta-bg-bright.png') repeat scroll transparent;
}

.home .cta {
	position:relative;
	z-index:2;
	padding-top: 11px;
}

.home .cta h2 {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  line-height: 32px;
}

.home .cta p {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  line-height: 32px;
}

.home .cta-form {
	
}

.home .cta-form:after {
	  background: url("./images/home-cta-icon.png");
	  bottom: 0;
	  content: "";
	  height: 156px;
	  position: absolute;
	  right: -15px;
	  width:193px;
	  z-index: -1;
}

.home .cta .infusion-field, .home .cta .infusion-submit {
	display:inline-block;
	*display: inline;
	*zoom: 1;
	margin:10px 6px 28px 0;
}

.home .background {
	background-color: #ffffff;
	margin-top: 517px;
	position:relative;
	z-index: 10;
}

.home .associations {
	background: url('./images/associations.jpg') no-repeat scroll center center #fbfcfd;
	height: 119px;
}

.home .section1 {
	padding:30px 0 0;
}

.home .section1 h2 {
	font-size: 57px;
	font-weight: 300;
	text-align: center;
	line-height: 92px;
	margin: 0;
}

.home .service {
	margin-top: 23px;
	vertical-align: top;
}

.home .service-image {
  background-position: center center;
  height: 173px;
  margin: auto;
  width: 173px;
}

.home .submission .service-image {
	background: url('./images/submission-image.png') no-repeat;
}

.home .clinical .service-image {
	background: url('./images/clinical-image2.png') no-repeat;
}

.home .quality .service-image {
	background: url('./images/quality-image.png') no-repeat;
}

/******************************************************
* 6.0 Internal Pages
*******************************************************/

.breadcrumb {
  font-size: 15px;
  font-weight: 600;
  margin: 13px 0 51px;
}

.child-content {
	width: 568px;
}

.child-content h1 {
	font-size: 54px;
	font-weight: 300;
	margin:0;
	line-height: 48px;
}

.child-content p {
	font-size: 16.67px;
	line-height: 29px;
	font-weight: 400;
	margin: 14px 0 30px;
}

.child-content .infusion-field {
	margin: 10px 0;
} 

.child-content .infusion-field input[type=text] {
	border: 1px solid;
	width: 100%;
}

.child-content .infusion-field textarea {
	border: 1px solid;
	width: 100%;
	color: #97adc4;
	padding: 0 20px;
	height: 200px;
}
.child-content .infusion-submit {
	color: #ffffff;
	text-align: center;
	margin: 20px 0;
	
}

.left-sidebar {
	color: #223789;
	font-size: 19px;
	width: 127px;
	padding-right: 32px;
}

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

.left-sidebar li {
	border-top: 1px dotted #bebfc4;
}

.left-sidebar li:first-child {
	border-top: 0;
}

.left-sidebar a {
	color: #97adc4
}

.right-sidebar {
	background: url("./images/home-cta-icon.png") no-repeat scroll center -23px #1c3b5e;
	color: #ffffff;
	padding-top: 131px;
	text-align: center;
	width: 215px;
    margin: 6px 0 34px;
	box-sizing: border-box;
}

.right-sidebar h2 {
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	margin:0;
	padding: 0 12px;
}

.right-sidebar h3 {
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	margin: 0;
	padding: 0 12px;
}

.right-sidebar p {
	color: #95b0cd;
	font-size: 14px;
	font-weight: 700;
	margin: 4px 0 20px;
	line-height: 19px;
	padding: 0 12px;
}

.right-sidebar input {
	width: 200px;
	margin-bottom: 5px;
}

.right-sidebar input[type=submit] {
	font-weight:700;
	margin-bottom: 28px;
}	

.side-nav {
  background-color: #ffffff;
  color: #1c3b5e;
  text-align: left;
  padding: 17px 0 0;
}

.side-nav-inner {
	background-color: #f3f6f9;
	 padding:4px 34px 11px 10px;
}

.side-nav-inner  h3{
	font-size:23px;
	line-height: 25px;
	padding:0;
}

.side-nav-inner ul {
  list-style: none;
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 22px;
  padding:0;
}

.side-nav-inner ul li {
	border-top: 2px dotted #b1b5bb;
	line-height: 34px;
}

.side-nav-inner ul li:first-child {
	border:0;
}

.side-nav-inner a {
	color: #464a57;
	display: block;
}

.faq-form textarea {
	height: 200px;
	padding: 5px 5px 5px 17px;
	color: #97adc4;
	margin-bottom: 10px;
}

/******************************************************
* 7.0 Landing Pages
*******************************************************/

.landing-page {
	background-color: #f3f6f9;
}

.landing-page .pre-header {
	background-color: #1e3f64;
	height: 30px;
}
.landing-page .main-content {
	width: 100%;
	max-width: 1184px;
	background-color: #ffffff;
	margin:auto;
	border-left: solid 1px #dee0e3;
	border-right: solid 1px #dee0e3;
}

.landing-page .site-content {
	
}

.landing-page .lp-footer {
	background-color: #f3f6f9;
	overflow:hidden;
}

.landing-page .banner {
	background: url('./images/lp-banner-bg.jpg') repeat-x center center;
	width: 100%;
	min-height: 153px;
}

.landing-page .banner h1 {
	font-weight: 200;
	font-size: 50px;
	margin: 20px 0 20px;
}

.landing-page .whitepaper-button {
	width: 270px;
	border-radius: 25px;
	border:solid 3px #ffcb0b;
	position: relative;
	margin: 50px 37px 0 0;
}

.landing-page .whitepaper-button:after {
	content: "";
	position: absolute;
	background: url('./images/whitepaper-icon.png') no-repeat;
	width: 62px;
	height: 98px;
	bottom: -40px;
	right: -41px;
}

.landing-page .whitepaper-button a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	line-height: 42px;
	text-align: center;
}

.landing-page .video-section {
	overflow: hidden;
	background: url('./images/divider.jpg') no-repeat center bottom transparent;
	min-width:960px;
}

.landing-page .top-cta {
	text-align:center;
	max-width: 340px;
	padding-top: 45px;
}

.landing-page .top-cta h2 {
	  font-size: 62px;
	  font-weight: 300;
	  letter-spacing: -3px;
	  margin: 0;
	  text-transform: uppercase;
	  line-height: 46px;
}

.landing-page .top-cta h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 37px;
	font-weight: 700;
	color: #335b88;
	text-transform: uppercase;
	transform:scale(1,1.1); /* W3C */
    -webkit-transform:scale(1,1.1); /* Safari and Chrome */
    -moz-transform:scale(1,1.1); /* Firefox */
    -ms-transform:scale(1,1.1); /* IE 9 */
    -o-transform:scale(1,1.1); /* Opera */
	margin: 0;
	line-height: 48px;
	letter-spacing: 1px;
}

.landing-page .top-cta h3 span {
	letter-spacing: 2.5px;
}

.landing-page .top-cta h4 {
	color: #404040;
	font-size: 27px;
	font-weight: 300;
	margin: 0;
	max-width: 230px;
	line-height: 32px;
	border-bottom: dotted 3px #636363;
	margin:auto;
	padding-bottom: 3px;
}

.landing-page .top-cta h5 {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #335b88;
	letter-spacing: 2px;
	margin: 11px 0 7px;
}

.landing-page .top-cta .cta-button {
	background-color: #ffcb0b;
	width: 260px;
	margin: 14px auto 48px;
	border-radius: 5px;
	border: solid 1px #e2ca70;
	-webkit-box-shadow: 0px 0px 1px 1px #e5e5e5;
	-moz-box-shadow: 0px 0px 1px 1px #e5e5e5;
	box-shadow: 0px 0px 1px 1px #e5e5e5;
}

.landing-page .top-cta .cta-button a {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	line-height: 54px;
}

.landing-page .editor-content .content-section {
	overflow: hidden;
	margin-top: 30px;
}

.landing-page .lp-image {
  float: left;
  margin-right: 35px;
  vertical-align: middle;
}

.landing-page .editor-content p, .landing-page .editor-content ol,
.landing-page .editor-content ul {
	font-size: 20px;
	font-weight: 300;
	line-height: 38px;
	color: #113256;
}

.landing-page .editor-content h2 {
	font-size: 37px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	color: #1d4878;
	margin-bottom: 0px;
}

.landing-page .editor-content ol {
	margin-top:0px;
}

.landing-page .editor-content p strong {
	font-weight: 600;
}

.landing-page .editor-content .phone-link {
	color: #1d4878;
}

.bottom-cta-wrap {
  background-color: #335b88;
  color: #ffffff;
  overflow: hidden;
  border-top: solid 1px #a1b3c8;
}

.bottom-cta h4 {
  font-size: 20px;
  line-height: 20px;
  margin: 23px 0 9px;
  text-transform: uppercase;
}

.bottom-cta h2 {
  font-size: 37px;
  line-height: 37px;
  margin: 0;
}

.bottom-cta h3 {
  font-size: 23px;
  line-height: 23px;
  font-style: italic;
  font-weight: 400;
  margin: 8px 0 40px;
}

.bottom-cta .cta-button {
  background-color: #ffffff;
  float: right;
  text-align: center;
  width: 240px;
  margin: 71px 26px 0 0;
}

.bottom-cta .cta-button a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #1e3f64;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 49px;
}

.lp-footer {
	overflow: hidden;
	background-color: #f3f6f9;
	padding: 20px 0;
}

.landing-page .video {
	width: 596px;
	height: 336px;
	-webkit-box-shadow: 0px 0px 7px 1px #9e9e9e;
	-moz-box-shadow: 0px 0px 7px 1px #9e9e9e;
	box-shadow: 0px 0px 7px 1px #9e9e9e;
	margin: 33px 0 0 7px;
	padding: 7px;
}

.landing-page #theVideo {
	width: 100%;
	height: 100%;
}

.video-shadow {
  background: url("./images/video-shadow.png") no-repeat center top;
  height: 31px;
}

.page-id-188 .banner h1, .page-id-192 .banner h1 {
  font-size: 50px;
  line-height: 50px;
  max-width: 600px;
}

.page-id-254 .child-content a{
	color:#1d4878;
}
.page-id-254 .child-content a:hover {
	text-decoration: underline;
}

.child-content .referenceHeading {
  margin-top: 45px;
}

.page-id-254 #primary ul {
	list-style:none;
	padding-left:5px;
}

.page-id-254 #primary li {
	padding: 2px 0;
}

.page-id-254 .accordion div .accordion-heading, .page-id-254 .accordion div div {
  margin:0;
}

.page-id-254 h4.accordion-heading {
  border-bottom: none;
  cursor: pointer;
  font-weight: 400;
}

/******************************************************
* 7.0 Blog Pages
*******************************************************/
.screen-reader-text {
	display:none;
}

.blog-content a{
	color:#223789;
}

.blog-content a.more-link {
	color: #4E8CCE;
}

.blog-content a.more-link:hover {
	border-bottom: 1px solid #97adc4;
	color: #4E8CCE;
	transition: color 0.2s linear 0s;
}

.blog-content article {
	margin: 20px 0 60px;
}

.blog-content .featured-post {
  display: none;
}

.blog-content h1.entry-title {
  margin: 0 0 9px;
}

.blog-content a[rel="next"] {
	float:right;
}

.entry-title {
  font-size: 39px;
  font-weight: 300;
  margin-bottom: 5px;
}

/******************************************************
* 7.0 WooCommerce
*******************************************************/
.woocommerce-page .site-main a{
	color: #1d4878;
}
.woocommerce-page .site-main a h3 {
	min-height: 60px;
}

.woocommerce-page .site-main h3, .woocommerce-page .site-main {
	color: #1d4878;
}	

.woocommerce-page .site-main {
	padding-bottom: 20px;
}

.woocommerce-page .cart_totals .amount {
  margin: 0 0 0 10px;
}

.woocommerce-page .cart_totals th {
	text-align: right;
}


.woocommerce a.button,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce button.alt, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	height: 100%;
	line-height: 32px;
	text-align: center; 
	text-transform: uppercase;
	background-color: #3ca9d8;
	border-radius: 18px;
	height: 33px;
	margin: auto;
	transition: background-color 0.2s linear 0s;
	min-width: 122px;
	padding:0 20px;
}

.woocommerce a.button:hover,
.woocommerce .button:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	color: #ffffff;
    background: #1c3b5e none repeat scroll 0 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid;
}

.woocommerce-page form.login {
	width: 300px;
}

.woocommerce-page form.login .button {
	width: 100%;
	height: 44px;
}

.woocommerce-page .col2-set.addresses {
  margin-bottom: 20px;
}

.woocommerce-page form .form-row .input-text {
	padding: 10px;
}

#lessons_list > div h4 > a, #course_list > div h4 > a, #quiz_list > div h4 > a {
	font-size: 18px;
	color: #1d4878;
}

div.mobile-nav {
	display: none;
	text-align: right;
	position: relative;
}

div.mobile-nav a#mobile-menu {
	color: #FFF;
    font-size: 28px;
}

/*
Mobile
*/

@media(max-width: 960px) {
	.page, .blog, .single, .woocommerce {
		min-width: initial;
	}
	.header-main {
		overflow:initial;
	}
	.width960 {
		width: 100%;
    	max-width: 90%;
    	text-align: center;
	    padding: 40px 0;
	}
	.home .banner {
		min-width: initial;
		height: initial;
		position: static;
		padding-top: 0;
		background-position-y: -100px;
    	background-position-x: left;
	    margin: -10px 0 0 0;
	}
	.banner .cta-wrapper {
	    position: static;
	    text-align: center;
	    padding-top: 40px;
	}

	.home .background {
		margin-top: 0;
		z-index: 0;
	}
	.home .cta {
		padding-top: 0;
	}
	.home .banner h1 {
		max-width: 100%;
		font-size: 60px;
	}
	.banner h3 {
    	font-size: 17px;
    	line-height: 26px;
    	font-weight: 400;
    	margin: 12px 0 26px;
	}
	.banner p {
		max-width: 100%;
	}
	.home .cta .infusion-field, .home .cta .infusion-submit {
    	display: block;
    	margin: 10px 0px 0px 0;
	}
	input {
		width: 57%;
	}
	.who-text {
		width: 100%;
		float: none;
    	margin-top: 50px;
	}
	.who-wrapper {
		background: none;
		min-height: initial;
	}
	.who-text .blue-button {
	    margin: 0 auto;
	}
	.home .associations {
    	background-size: contain;
	}
	/* footer */
	.main-logo {
		float: none;
    	width: 265px;
    	margin: 0 auto;
	}
	.footer-main .width960 {
		padding: 0;
	}
	.site-footer .contact-wrapper {
    	font-size: 16px;
    	width: 100%;
    	margin: 10px 0;
    	text-align: center;
    	float: none;
	}
	.phone {
    	margin-left: 0;
    	text-align: center;
	}
	.social {
	    margin: 20px 0;
	}
	.site-footer .about {
    	width: 100%;
	}
	.pre-header ul {
    	padding: 0;
    	float: none;
	}
	/* header */
	.pre-head-inner.width960 {
		padding: 10px;
	}

	.header-main.width960 {
		padding: 10px 0;
	}
	div.small-nav.right {
		float: none;
	}
	ul.sec-nav {
		padding: 0;
	}
	div.site-nav.primary-nav {
		margin: 10px 0;
	}
	ul.inline {
		padding: 0;
	}

	div.nav-area.right {
		display: none;
	}

	/* Mobile Menu */

	div.mobile-nav {
		display: block;
		text-align: right;
	}

	div.menu-mobile_menu-container {
		position: relative;
	}

	div.menu-mobile_menu-container > ul {
		padding: 0;
	    list-style-type: none;
	    position: absolute;
	    width: 100%;
	    z-index: 50000;
	    top: 0;
	    right: 0;
	    font-size: 18px;
	    margin: 0;
	    margin-top: 10px;
	    background: #1e3f64;
	    -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.75);
	    display: none;
	}

	div.menu-mobile_menu-container > ul > li {
		    text-align: center;
    font-size: 22px;
    padding: 10px 0px;
    border-bottom: 1px dotted #FFF;
	}

	div.menu-mobile_menu-container > ul > li:last-child {
		border-bottom: none;
	}

	div.menu-mobile_menu-container > ul li a {
		color: #FFF;
	}

	.home div.mobile-nav a#mobile-menu {
		color: #FFF;
	}

	div.mobile-nav a#mobile-menu {
    	color: #1e3f64;
	}

	.sub-menu {
		display: none;
    	min-width: 100px;
    	padding: 0;
    	margin-top: 10px;
    	margin: 10px 2px 0 2px;
    	background-color: #36577B;
    	position: static;
	}
	ul.sub-menu li {
	    padding: 10px;
	    border-bottom: 1px dotted #1C3B5E;
	    text-align: center;
	}
	.menu-item-has-children:hover .sub-menu {
    	display: none;
	}
	.pre-header ul li {
	    font-size: 14px;
	}

	/* Internal Pages */
	.child-content {
		width: 100%;
	}

	.right-sidebar {
		width: 100%;
	}
	.right-sidebar input {
		width: 57%;
		margin-right: auto;
		margin-left: auto;
	}

	.side-nav-inner {
		padding: 5%;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	.faq-form textarea {
	    height: 200px;
	    width: 57%;
	}
	.cta-form {
		max-width: 90%;
    	margin: 0 auto;
	}

	.side-nav {
		padding: 0;
	}
	.site-content.width960 {
		padding: 0;
	}

	.left-sidebar {
    	color: #223789;
    	font-size: 19px;
    	width: 100%;
    	padding: 0;
    	margin-bottom: 10px;
	}
	.left-sidebar li:first-child {
	    border-top: 0;
	    
	}
	.left-sidebar li {
		padding: 5px 0;
	}
	.breadcrumb {
    	font-size: 15px;
    	font-weight: 600;
    	margin: 13px 0 15px;
	}
	.banner {
	    background: url('./images/submission-banner.jpg') no-repeat scroll left top transparent;
	     min-width: initial;
	}

	.who-we-are.width960 {
		padding: 0 0 40px;
	}
	.woocommerce div.product form.cart .button {
    	vertical-align: middle;
    	float: none;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs {
    	padding: 0;
	}
	.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    	float: none;
    	display: block;
    	margin-bottom: 12px;
	}

	.child-content p iframe {
		width: 100%;
	}
	#learndash_profile div {
		text-align: left;
	}
	#lessons_list > div > div, #course_list > div > div, #quiz_list > div > div, .single-sfwd-lessons #learndash_lesson_topics_list ul > li > span.sn, .singular-sfwd-lessons #learndash_lesson_topics_list ul > li > span.sn {
	    width: 7% !important;
	}

	p#learndash_next_prev_link a:first-child {
		float: left;
	}
	.child-content h1 {
	    font-size: 34px;
    	line-height: 34px;
	}

	.child-content ul, .child-content ol {
		text-align: left;
	}

	ul.category-list {
		text-align: left;
	}
	.woocommerce-page form.login {
    	width: 100%;
    	box-sizing: border-box;
	}
}

@media(max-width: 820px) {
	.service {
    	display: block;
    	width: 100%;
	}
	.home .section1 h2 {
		font-size: 37px;
	}
}

@media(max-width: 700px) {
	input {
		width: 100%;
	}
	.right-sidebar input {
		width: 100%;
	}
	.faq-form textarea {
	    height: 200px;
	    width: 100%;
	}
}

@media(max-width: 500px) {
	.home .banner h1 {
		font-size: 32px;
		line-height: initial;
	}

}


@media (max-width: 360px) {
	ul.inline li {
		display: block;
		text-align: center;
		border-left: 0;
	}
	.home .header-main .main-logo {
		max-width: 100%;
		min-height: 100px;
		height: auto;
		background: url(images/logo-white.png) no-repeat center center / contain;
	}

	.footer-main .main-logo {
		max-width: 100%;
		min-height: 100px;
		height: auto;
		background: url(images/logo-blue.png) no-repeat center center / contain;
	}

}