/*
Theme Name: QuadJobs Blog
Author: CMM
Description: QuadJobs Blog custom template
Version: 1
*/
/*-------------------------------------------------fonts-------------------------------------------------------*/
@font-face{ 
	font-family: 'gandhisans_regular';
	src: url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_regular/GandhiSans-Regular-webfont.eot');
	src: url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_regular/GandhiSans-Regular-webfont.eot?iefix') format('eot'),
	     url('fonts/gandhisans_regular/GandhiSans-Regular-webfont.woff') format('woff'),
	     url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_regular/GandhiSans-Regular-webfont.ttf') format('truetype'),
	     url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_regular/GandhiSans-Regular-webfont.svg#gandhi_sansregular') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gandhisans_bold';
    src: url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_bold/GandhiSans-Bold-webfont.eot');
    src: url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_bold/GandhiSans-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/gandhisans_bold/GandhiSans-Bold-webfont.woff') format('woff'),
         url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_bold/GandhiSans-Bold-webfont.ttf') format('truetype'),
         url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_bold/GandhiSans-Bold-webfont.svg#gandhi_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gandhisans_italic';
    src: url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_italic/GandhiSans-Italic-webfont.eot');
    src: url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_italic/GandhiSans-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_italic/GandhiSans-Italic-webfont.woff') format('woff'),
         url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_italic/GandhiSans-Italic-webfont.ttf') format('truetype'),
         url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/fonts/gandhisans_italic/GandhiSans-Italic-webfont.svg#gandhi_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1{
	font-family: 'gandhisans_bold', sans-serif;
	font-size: 30px;
	line-height: 1.2em;
	color: #f37d49; /*orange*/
	padding: 20px 0 0px 0;
	margin: 0;
}

h2{
	font-family: 'gandhisans_bold', sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	/*font-size: 2.1em;*/
	color: #f37d49; /*orange*/
	padding: 10px 0 10px 0;
	margin: 0;
}

h3{
	font-family: 'gandhisans_regular', sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #0077bd; /*blue*/
	padding: 10px 0 10px 0;
	margin: 0;
}

h4{
	font-family: 'gandhisans_regular', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #0077bd; /*blue*/
	padding: 10px 0 10px 0;
	margin: 0;
}
h5{
	font-family: 'gandhisans_bold', sans-serif;
	font-size: 8px;
	color: #b2b3b3; /*lt gray*/
	padding: 10px 0 10px 0;
	margin: 0;
}

p{
	font-family: 'gandhisans_regular', sans-serif;
	font-size: 16px;
	line-height: 2em;
	color: #b2b3b3; /*grey*/
	margin: 10px 20px 30px 0;
}
p.wp-caption-text{
	font-size: 12px;
	line-height: 16px;
	background: #f3f3f8;
	margin: 0;
	padding: 10px;
	color: #999;
}
.content li{
	font-family: 'gandhisans_regular', sans-serif;
	font-size: 16px;
	line-height: 2em;
	color: #b2b3b3; /*grey*/
	margin: 5px 20px 5px 0;
	list-style-type: none;
	padding: 5px 0 5px 40px;
	background: url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/img/list-item-full.jpg') no-repeat 0 0px;
	background-size: 33px;
}
.content li p{
	  margin: 0px 20px 30px 0;
}
.content li p:first-child{
	  margin: 0px 20px 0px 0;
}
em{
	font-family: 'gandhisans_italic';
}
@media (min-width: 480px) {
h1{
	font-size: 30px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 12px;
}
p, .press-post .content p, .content li{
	font-size: 16px;
}

}
@media (min-width: 768px) {
h1{
	font-size: 30px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 12px;
}
p, .press-post .content p, .content li{
	font-size: 20px;
}
.content li{
	padding: 5px 0 5px 50px;
	background-size: 44px;
}

}
@media (min-width: 1024px) {
h1{
	font-size: 60px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 16px;
}
p, .press-post .content p, .content li{
	font-size: 22px;
	/*line-height: 36px*/;
}

}
/*-------------------------------------------------layout-------------------------------------------------------*/
/*mobile*/
#logo{
	width: 108px;
	height: 62px;
	background: url('img/logo.jpg') no-repeat;
	background-size: 100% 100%;
	margin: 0 0 0 -5px;
	float: left;
}
@media (min-width: 480px) {
#logo{
	width: 145px;
	height: 83px;
	margin: 0 0 0 20px;
}
}
@media (min-width: 768px) {
#logo{
	width: 145px;
	height: 83px;
	margin: 0 0 0 20px;
}
}
@media (min-width: 1024px) {
#logo{
	width: 190px;
	height: 109px;
	margin: 0 0 0 20px;
}
}
@media (min-width: 1350px) {
#logo{
	width: 269px;
	height: 154px;
	margin: 0 0 0 70px;
}
}

body{
	/*background: #CCC;	*/
}
.container {
background: #FFF;
}

.content-col{
	padding: 0 10px 0 40px;
}

.content ul{
	padding: 0px 30px 10px 40px;
}

/*-----------------------------------------------home-----------------------------------------------------*/
.home-grid .col-xs-12, .home-grid .col-sm-6, .home-grid .col-md-6, .home-grid .col-lg-6{
	padding-right: 0;
	padding-left: 0;
	position: relative;
}
.home-txt{
	position: absolute;
	width: 100%;
	padding: 100px 0 0 0;
}
.home-txt h1, .home-txt h3{
	text-align: center;
	margin: 0 auto;
	color: #FFF;
}
@media (min-width: 480px) {
.home-txt{
	padding: 150px 0 0 0;
}
}
@media (min-width: 640px) {
.home-txt{
	padding: 200px 0 0 0;
}
}
@media (min-width: 768px) {
.home-txt{
	padding: 130px 0 0 0;
}
}
@media (min-width: 1024px) {
.home-txt{
	padding: 160px 0 0 0;
}
}
@media (min-width: 1350px) {
.home-txt{
	padding: 210px 0 0 0;
}
}

/*-----------------------------------------------misc-----------------------------------------------------*/
.clear{
	clear:both;
}
.fltRT{
	float:right;
	margin:0 0 30px 30px;
}
.fltLT{
	float:left;
	margin:0 30px 30px 0px;
}
.border-bot{
	border-bottom: #b2b3b3 1px solid;
}
h3.subhead{
	margin-bottom: 30px;
}

/*-----------------------------------------custom bootstrap-----------------------------------------------*/
@media (min-width: 1024px){

}
/*-------------------------------------------navigation---------------------------------------------------*/
.navbar {
position: relative;
min-height: 45px;
margin-bottom: 0px;
border: none;
/*border: 1px solid transparent;*/
}
.navbar-default {
 background-color: transparent;
 border-color: transparent;
 /*background-color:#FFF;
 opacity:.5;*/
}
.navbar-title {
text-transform: uppercase;
width: 100%; 
display: inline-block; 
font-size: 24px; 
color: #27428D; 
text-align: center
}
.navbar-default .navbar-nav>li>a {
color: white;
}
#menu-item-450 a { /* blog */
background-color: #f27d49;
color: white;
}
#menu-item-39 a { /* press */
background-color: #6a97cd;
color: white;
}
#menu-item-452 a { /* media */
background-color: #27428d;
color: white;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: white;
}
@media (min-width: 768px){
.navbar-nav.navbar-right:last-child {
 margin-right: 0px; 
}
.navbar-title {
font-size: 24px;
width: 45%;
}
.navbar-nav>li>a {
padding-top: 20px;
padding-bottom: 5px;
padding:0;
}
.nav>li>a {

padding: 10px 10px 10px 10px;
margin-top: 10px;

}

}

@media (min-width: 1024px){
.nav>li>a {
position: relative;
display: block;
padding: 10px 10px 10px 10px;
margin-top: 20px;
}
.navbar-title {
font-size: 32px;
}
}
@media (min-width: 1350px){
.nav>li>a {
position: relative;
display: block;
padding: 10px 10px 10px 10px;
margin-top: 30px;
}
.navbar-title {
font-size: 38px;
}
}

.nav>li {
	font-family: 'gandhisans_regular', sans-serif;
	font-size:23px;
	line-height:23px;
	color: #f37d49; /*orange*/
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-right: 50px;
}


/*tablet*/
@media (min-width: 768px) {

.nav>li {
	font-size:16px;
	line-height:16px;
	padding-right: 0px;
}
.nav>li:last-child{
	padding-right: 0px;
}
}
/*lg tablet to desktop*/
@media (min-width: 1024px) {

.nav>li {
	font-size:20px;
	line-height:20px;
	padding-right: 20px;
}
.nav>li:last-child{
	padding-right: 20px;
}
}
/*desktop*/
@media (min-width: 1350px) {

.nav>li {
	font-size:23px;
	line-height:23px;
	padding-right: 20px;
}
.nav>li:last-child{
	padding-right: 20px;
}
}


/*-----------------------------active states for blog posts*/
/*Students: menu-item-41*/
/*Business: menu-item-40*/
/*Household: menu-item-82*/
/*Press: menu-item-39*/
#cat-Students .navbar-default .navbar-nav>li#menu-item-41>a, #cat-Business .navbar-default .navbar-nav>li#menu-item-40>a, #cat-Household .navbar-default .navbar-nav>li#menu-item-82>a {
color: #0077bd; /*blue*/
background-color: transparent;
}
.single-press-post .navbar-default .navbar-nav>li#menu-item-39>a{
color: #0077bd; /*blue*/
background-color: transparent;
}

@media (min-width: 768px){
#cat-Students .navbar-default .navbar-nav>li#menu-item-41>a, #cat-Business .navbar-default .navbar-nav>li#menu-item-40>a, #cat-Household .navbar-default .navbar-nav>li#menu-item-82>a {
border-bottom: #f37d49 1px solid;
}
.single-press-post .navbar-default .navbar-nav>li#menu-item-39>a{
border-bottom: #f37d49 1px solid;
}
}

.navbar-toggle {
	margin-top:4px;
	margin-bottom:4px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
/*border-color: transparent;*/
}
.navbar-collapse{
	border:none;
}

@media (max-width: 767px){
.navbar-collapse {
/*border-color: transparent;*/
background: #FFF;
position:absolute;
z-index:2000;
width:100%;
border-bottom: #CCC 1px solid;
}
.navbar-default .navbar-nav>li>a:hover {
border-bottom: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
border-bottom: none!important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
border-bottom: none!important;
}

.navbar-toggle{
	border-radius: 0;
	background-color: #f37d49;
	padding: 12px 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: #f37d49;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}

}

.container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
.dropdown-menu {
background-color: transparent;
background: url(https://blog.quadjobs.com/wp-content/themes/quadjobsblog/images/whiteBG.png) repeat;
border: none;
-moz-box-shadow: 0px 3px 10px #000;
-webkit-box-shadow: 0px 3px 10px #000;
box-shadow: 0px 3px 10px #000;
border-radius: 0;

}
.dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-family:"myriad-pro", sans-serif;
font-size:11px;
line-height:13px;
text-align:center;
font-weight:700;
white-space: nowrap;
color: #1c58a8;/*blue*/
border-bottom:#CCCCCC 1px solid;
}
.dropdown-menu>li:last-child>a{
	border-bottom:none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
color: #009f2c;/*green*/
text-decoration: none;
outline: 0;
background: none;
background-color: transparent;
}
.dropdown-menu>li>a:hover{
	color: #009f2c;/*green*/
	background: none;
}
.navbar-nav>li>.dropdown-menu {
margin-top: 3px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
@media (max-width: 767px){
.dropdown-menu {
background: #042e5c;
border: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.dropdown-menu>li>a {
	font-size:13px;
line-height:13px;
text-align:left;
font-weight:700;
white-space: nowrap;
color: #FFF;
border-bottom: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
color: #d9a400;/*gold*/
text-decoration: none;
outline: 0;
background: none;
background-color: transparent;
}
.dropdown-menu>li>a:hover{
	color: #d9a400;/*gold*/
	background: none;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
color: #FFF;
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: #d9a400;/*gold*/
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #FFF;
}
}

/*-------------------------------misc------------------------------------*/
.no-pad{
	padding:0;
}
.no-float{
	float:none;
}
.pad-right{
	padding:0 15px 0 0;
}
.img-max{
	width: 100%;
	height: auto;
}
.img-bot{
	vertical-align: bottom;
	bottom: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.read-more, read-more a, read-more a:hover{
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-family: 'gandhisans_regular', sans-serif;
}

/*-------------------------------sections-------------------------------------*/

.grid-item{
	border-bottom: #CCC 1px solid;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;
}
.item-reg{
	height: 340px;
	background-size: 50% auto;
	overflow: hidden;
}
.item-xl{
	height: 680px;
	background-size: 100% auto;
	overflow: hidden;
}
.col-holder img{
	vertical-align: bottom;
	bottom: 0;
}
.item-xl-s img{
	height: 680px;
	width: auto;
}
.item-reg-s img{
	height: 340px;
	width: auto;
}
.item-xl .img-max{
	/*width: auto;
	height: 680px;*/
	/*width: auto;*/
	/*height: 100%;
	max-width: 650px;*/
}
.item-2, .item-4, .item-5, .item-8, .item-10, .item-11, .item-14, .item-16{
	background-position: bottom left;
} 
.item-1, .item-3, .item-6{
	/*background-position: bottom right;*/
}
.col-txt{
	/*height: 100%;
	background: url('https://blog.quadjobs.com/wp-content/themes/quadjobsblog/img/whiteTransBG.png') repeat;
	background-size: 100% 100%;*/
}
/*mobile*/
.blog-text{
	padding: 20px 20px 20px 20px;
}
/*large mobile to tablet*/
@media (min-width: 480px) {
.blog-text{
	padding: 30px 30px 30px 30px;
}
}
/*tablet*/
@media (min-width: 768px) {
.blog-text{
	padding: 20px 20px 20px 20px;
}
}
/*lg tablet to desktop*/
@media (min-width: 1024px) {
.blog-text{
	padding: 40px 40px 40px 40px;
}
}

.blog-text h2, .blog-text h3, .blog-text h4, .blog-text h5{
	text-align: center;
}
.blog-text h2{
	padding: 10px 0 0 0;
}
.blog-text h4{
	padding: 5px 0 10px 0;
}
.blog-text h5{
	padding: 0px 0 10px 0;
}

/*mobile*/
.item-reg{
	height: 200px;
	background-size: 60% auto;
}
.item-xl{
	height: 200px;
	background-size: 60% auto;
}
@media (min-width: 480px) {
.item-reg{
	height: 270px;
	background-size: 40% auto;
}
.item-xl{
	height: 270px;
	background-size: 40% auto;
}

}

@media (min-width: 768px) {
.grid-item{
	width: 50%;
}
.item-reg{
	height: 170px;
	background-size: 50% auto;
}
.item-xl{
	height: 340px;
	background-size: 100% auto;
}
  
}
@media (min-width: 1024px) {
.item-reg{
	height: 255px;
	background-size: 50% auto;
}
.item-xl{
	height: 510px;
	background-size: 100% auto;
}
  
}
@media (min-width: 1350px) {
.item-reg{
	height: 340px;
	background-size: 50% auto;
}
.item-xl{
	height: 680px;
	background-size: 100% auto;
}
  
}

/*-------------------------------single post-------------------------------------*/
.quote{
	font-family: 'gandhi_sansitalic', sans-serif;
	padding: 0px;
	
}
.quote-author{
	font-family: 'gandhi_sansitalic', sans-serif;
	color: #b2b3b3; /*grey*/
	padding: 5px 0 10px 0;
}
@media (min-width: 768px) {
.quote{
	padding: 40px 50px 20px 50px;
}
.press-post .quote{
	padding: 20px 10px 20px 10px;	
}
.quote-author{
	padding: 0px 50px 20px 50px;
}
}
@media (min-width: 1350px) {
.press-post .quote{
	font-size: 26px;
	padding: 20px 40px 20px 40px;	
}
}

.press-kit-image{
	max-height: 300px;
	max-width: 300px;
	text-align: center;
	margin: 40px auto 20px auto;
}
@media (min-width: 480px) {
.press-kit-image{
	max-height: 500px;
	max-width: 450px;
	text-align: center;
	margin: 40px auto 20px auto;
}
}
.press-kit-darkblue-bg {
    background-color: #27428D;
}
.press-kit-blue-bg {
    background-color: #6A97CD;
}
.press-kit-orange-bg {
    background-color: #F27D49;
}

/*-------------------------------single press-------------------------------------*/
.press-post {
	background: #F47D41;
	padding: 40px 0 40px 0;
}
.press-logo{
	max-height: 115px;
	max-width: 200px;
	text-align: center;
	margin: 40px auto 20px auto;
}
@media (min-width: 480px) {
.press-logo{
	max-height: 170px;
	max-width: 300px;
	text-align: center;
	margin: 40px auto 20px auto;
}

}
.press-col-left{
	text-align: center;
}
.press-post p{
	color: #FFF;
}
.press-post .quote p{
	color: #FFF;
	font-size: 24px;
	line-height: 1.3em;
	font-family: 'gandhisans_regular', sans-serif;
	padding: 20px 10px 0px 10px;
}
.press-post .content p{
	color: #FFF;
	/*font-size: 20px;
	line-height: 2em;*/
	font-family: 'gandhisans_regular', sans-serif;
	/*padding: 20px 40px 20px 40px;*/
	margin: 0 40px 0 0;
}

@media (min-width: 768px) {
.press-post .quote p{
	font-size: 26px;
	line-height: 1.4em;
	padding: 20px 10px 0px 10px;
}
}

@media (min-width: 1024px) {
.press-post .quote p{
	font-size: 30px;
	line-height: 1.5em;
	padding: 20px 10px 0px 10px;
}
}

/*-------------------------------press page-------------------------------------*/
.press{
	background: #F47D41;
}
.press .read-more{
	padding: 0px 0 10px 0;
}
.item-press{
	padding: 20px 20px 40px 20px;
}
.item-press .quote p{
	color: #FFF;
	font-family: 'gandhisans_regular', sans-serif;
}
.item-press.item-xl-press .quote p{
	font-size: 24px;
	line-height: 2em;
}
.item-press.item-reg-press .quote p{
	font-size: 24px;
	line-height: 2em;
}

.item-press{
	border: none;
	text-align: center;
}

/*#F47D41; orange*/
/* #6896CF; lt blue*/
/*#25408F; dk blue*/

.item-press.item-1, .item-press.item-4, .item-press.item-7, .item-press.item-10, .item-press.item-13, .item-press.item-16 {
	background: #F47D41;
}
.item-press.item-2, .item-press.item-5, .item-press.item-8, .item-press.item-11, .item-press.item-14, .item-press.item-17 {
	background: #6896CF;
}
.item-press.item-3, .item-press.item-6, .item-press.item-9, .item-press.item-12, .item-press.item-15, .item-press.item-18 {
	background: #25408F;
}

@media (min-width: 768px) {
.item-press.item-1, .item-press.item-5, .item-press.item-7, .item-press.item-11, .item-press.item-12 {
	background: #F47D41;
}
.item-press.item-2, .item-press.item-4, .item-press.item-8, .item-press.item-10, .item-press.item-13 {
	background: #6896CF;
}
.item-press.item-3, .item-press.item-6, .item-press.item-9, .item-press.item-12, .item-press.item-14 {
	background: #25408F;
}
.item-press.item-xl-press .quote p{
	font-size: 30px;
	line-height: 40px;
}
.item-press.item-reg-press .quote p{
	font-size: 22px;
	line-height: 32px;
}
}

@media (min-width: 1024px) {
	.item-press.item-xl-press .quote p{
	font-size: 36px;
	line-height: 48px;
}
.item-press.item-reg-press .quote p{
	font-size: 28px;
	line-height: 38px;
}
}

/*.item-press:nth-child(3n+1){
	background: #F47D41;
}
.item-press:nth-child(2n+2){
	background: #6896CF;
}
.item-press:nth-child(3n+3){
	background: #25408F;
}*/