/* fonts */

/*@font-face {*/
  /*font-family: "FranklinITCProBold";*/
  /*src: url("/pb/resources/assets/fonts/webtype/Franklin-ITC-Pro-Bold/e9e4c4dc-e548-4fef-9aa1-80c9cd0f02ce-2.eot");*/
  /*src: url("/pb/resources/assets/fonts/webtype/Franklin-ITC-Pro-Bold/e9e4c4dc-e548-4fef-9aa1-80c9cd0f02ce-2.eot?") format("embedded-opentype"),*/
       /*url("/pb/resources/assets/fonts/webtype/Franklin-ITC-Pro-Bold/e9e4c4dc-e548-4fef-9aa1-80c9cd0f02ce-3.woff") format("woff"),*/
       /*url("/pb/resources/assets/fonts/webtype/Franklin-ITC-Pro-Bold/e9e4c4dc-e548-4fef-9aa1-80c9cd0f02ce-1.ttf") format("truetype"),*/
       /*url("/pb/resources/assets/fonts/webtype/Franklin-ITC-Pro-Bold/e9e4c4dc-e548-4fef-9aa1-80c9cd0f02ce-4.svg#web") format("svg");*/
  /*font-style: normal;*/
  /*font-weight: normal;*/
/*}*/

@font-face {
  font-family: "FranklinITCProLight";
  src: url("../fonts/Franklin-ITC-Pro-Light/b147bee6-eb48-46e1-86e1-2538a46794b6-2.eot");
  src: url("../fonts/Franklin-ITC-Pro-Light/b147bee6-eb48-46e1-86e1-2538a46794b6-2.eot?") format("embedded-opentype"),
       url("../fonts/Franklin-ITC-Pro-Light/b147bee6-eb48-46e1-86e1-2538a46794b6-3.woff") format("woff"),
       url("../fonts/Franklin-ITC-Pro-Light/b147bee6-eb48-46e1-86e1-2538a46794b6-1.ttf") format("truetype"),
       url("../fonts/Franklin-ITC-Pro-Light/b147bee6-eb48-46e1-86e1-2538a46794b6-4.svg#web") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FranklinITCProThin";
  src: url("../fonts/Franklin-ITC-Pro-Thin/56bcaf21-92ef-486a-836d-19f261762e57-2.eot");
  src: url("../fonts/Franklin-ITC-Pro-Thin/56bcaf21-92ef-486a-836d-19f261762e57-2.eot?") format("embedded-opentype"),
       url("../fonts/Franklin-ITC-Pro-Thin/56bcaf21-92ef-486a-836d-19f261762e57-3.woff") format("woff"),
       url("../fonts/Franklin-ITC-Pro-Thin/56bcaf21-92ef-486a-836d-19f261762e57-1.ttf") format("truetype"),
       url("../fonts/Franklin-ITC-Pro-Thin/56bcaf21-92ef-486a-836d-19f261762e57-4.svg#web") format("svg");
  font-style: normal;
  font-weight: normal;
}

/* typography */

html{
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

h1{
	font: normal 54px "FranklinITCProBold","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 62px;
	color: #333;
	margin-top: 0;
}

h2{
	font: normal 24px "FranklinITCProThin","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 40px;
	color: #2a2a2a;
	margin-top: 0;
}

h3{
	font: normal 28px "FranklinITCProBold","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 30px;
	color: #2a2a2a;
	margin-top: 0;
}

h4{
	font: normal 16px "FranklinITCProBold","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #2a2a2a;
	margin-top: 0;
	margin-bottom: 15px;
}

h5{
	font: normal 14px "FranklinITCProBold","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #2a2a2a;
	text-transform: uppercase;
	margin-top: 0;
}

body{
	font: normal 14px "FranklinITCProLight","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 20px;
	color: #333;
}
body.pb-full-box {
	background-color: #f9f9f9;
}
	
.pb-full-box .pb-scatter,
.pb-full-box .pb-three {
    max-width: 1440px !important;
}
@media only screen and (max-width:1440px){
  .pb-full-box .pb-scatter,
  .pb-full-box .pb-three {
      max-width: 90% !important;
  }
}
@media only screen and (max-width:1200px){
  .pb-full-box .pb-scatter,
  .pb-full-box .pb-three {
      max-width: 90% !important;
  }
}
@media only screen and (max-width:768px){
  .pb-full-box .pb-scatter,
  .pb-full-box .pb-three {
      max-width: 90% !important;
  }
}
@media only screen and (max-width:440px){
  .pb-full-box .pb-scatter,
  .pb-full-box .pb-three {
      max-width: 100% !important;
  }
}
/** START: girth-full **/
body.pb-full-box {
	max-width:1440px;
	margin-left:auto;
	margin-right:auto;
}
/** END: girth-full **/
/** START: gutters **/
@media only screen and (min-width:1220px){
	.pb-container.pb-gutters {
		margin-left:10%;
		margin-right:10%;
	}
}
@media only screen and (min-width:768px){
	.pb-container.pb-gutters {
		margin-left:7.5%;
		margin-right:7.5%;
	}
}
@media only screen and (min-width:480px){
	.pb-container.pb-gutters {
		-margin-left:5%;
		-margin-right:5%;
	}
}
.pb-feature.pb-full .pb-f-gutters-when-full-width {
	padding-left:15%;
	padding-right:15%;
}
@media only screen and (max-width:1220px) {
	.pb-feature.pb-full .pb-f-gutters-when-full-width {
		padding-left:10%;
		padding-right:10%;
	}
}
@media only screen and (max-width:768px) {
	.pb-feature.pb-full .pb-f-gutters-when-full-width {
		padding-left:0px;
		padding-right:0px;
	}
}
/** END: gutters **/
/** START: Dark theme **/
body.pb-theme-dark{
	background-color:#292728;
	color:#f0f0f0;
}
body.pb-theme-dark a{
	color: #1d87d8;
}
body.pb-theme-dark .pb-feature.pb-f-theme-dark{
	background-color:#292728;
	border-bottom-color:#777777;
}
body.pb-theme-dark p{
	color:#f0f0f0;
}
body.pb-theme-dark .pb-caption{
	color:#b2b2b2;
}
/** END: Dark theme **/
p{
	font-size:18px;
	font-family:Georgia;
	line-height: 28px;
	margin-top:0;
	margin-bottom:15px;
}

.pb-heading{
	font: normal 14px "FranklinITCProBold","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #2a2a2a;
	text-transform: uppercase;
}

.pb-heading2{
	font: normal 12px "FranklinITCProBold","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
}

.pb-caption{
	font: normal 15px "FranklinITCProLight","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;	
	line-height: 20px;
	color: #6e6e6e;
}
@media only screen and (min-width:768px){
   .pb-full .pb-caption{
      font-size:16px;
      line-height:1.5em;
   }
}

.pb-timestamp{
	font: normal 12px "FranklinITCProLight","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #b2b2b2;
	white-space: nowrap;
}

blockquote{
	font-style: italic;
	border-left: 6px solid #dd8d4d;
	padding-left: 25px;
	margin: 30px 0;
}

hr{
	border: none;
	border-top: 1px solid #d5d5d5;
	display: block;
	width: 100%;
	margin: 30px 0;
	clear: both;
}

a{
	text-decoration: none;
	color: #2e6d9d;
}
body.pb-theme-dark a{
	color:#1D87D8;
}

a:hover{
	color: #2e6d9d;
}
body.pb-theme-dark a:hover{
	color:#1D87D8;
}

h1 a, h2 a, h3 a{
	color: inherit;
}

h1 a:hover,h2 a:hover,h3 a:hover{
	color: #2e6d9d;
}
body.pb-theme-dark h1 a:hover,
body.pb-theme-dark h2 a:hover,
body.pb-theme-dark h3 a:hover{
	color:#1D87D8;
}

/* lists

.inline
.plain
.large
.tags

*/

ul, ol{
	padding-bottom: 10px;
	margin-bottom: 5px;
}

ul.inline{
	padding-left: 0;
}

ul.inline li, ol.inline li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom:15px;
}

ul.inline li.heading, ul.inline li.heading2{
	width: 100%;
}

ul.plain li, ol.plain li{
	margin-bottom: 5px;
}

ul.large, ol.large{
	font: normal 16px "FranklinITCProBold","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

ul.large{
	padding-left: 18px;
}

ol.large{
	padding-left: 22px;
}

ul.large li, ol.large li{
	margin-bottom:10px;
}

ul.large li a, ol.large li a{
	color:inherit;
}

ul.large li a:hover, ol.large li a:hover{
	color: #2e6d9d;
}
body.pb-theme-dark ul.large li a:hover, body.pb-theme-dark ol.large li a:hover{
	color:#1D87D8;
}

ul.tags li{
	border-radius: 4px;
	background-color: #2c5472;
	color: white;
	padding: 4px 10px;
}

ul.tags li {
	color:white;
}

ul.plain, ol.plain{
	list-style: none;
	padding-left: 0;
}


/* social colors */

i.color-logo.fa-twitter, i.color-logo.fa-twitter-square{
	color: #00aced;
}

i.color-logo.fa-facebook, i.color-logo.fa-facebook-square{
	color: #3b5998;
}

i.color-logo.fa-pinterest, i.color-logo.fa-pinterest-square{
	color: #cb2027;
}

i.color-logo.fa-google-plus, i.color-logo.fa-google-plus-square{
	color: #dd4b39;
}

i.color-logo.fa-youtube, i.color-logo.fa-youtube-square{
	color: #bb0000;
}

i.color-logo.fa-linkedin, i.color-logo.fa-linkedin-square{
	color: #007bb6;
}

/* button styles */

button, .button{
	display: block;
	padding: 15px 20px;
	margin-bottom: 20px;
	background-color: #efefef;
	font: normal 14px "FranklinITCProBold","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	cursor: pointer;
	color: #2e6d9d;
}
body.pb-theme-dark button, body.pb-theme-dark .button{
	color:#1D87D8;
}

button:hover, .button.hover{
	/* tk */
}

button.disabled, .button.disabled{
	/* tk */
}

button.light, .button.light{
	background-color: transparent;
	border: 1px solid #d5d5d5;
	border-radius: 2px;
	color:#333;
}

button.light:hover, .button.light:hover{
	background-color: #efefef;	
}

button.light.disabled, .button.light.disabled{
	color: #b2b2b2;
}

/* pb-feature styles */

.pb-feature{
	padding: 15px 0;
	border-bottom: 1px solid #d5d5d5;
}

.pb-module-header{
	font: normal 24px "FranklinITCProThin","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 40px;
	color: #2a2a2a;
	border-bottom: 1px solid #d5d5d5;
	margin: 0 0 30px 0;
	padding: 5px 0 15px 0;
}
body.pb-theme-dark .pb-module-header{
	color:#F0F0F0;
	border-bottom-color:#777777;
}

.pb-module-body, .pb-module-body p{
	font: normal 14px "FranklinITCProLight","HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 20px;
	color: #5a5a5a;
}

.pb-flex-video{
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
}

.pb-flex-video iframe{
    width: 100%;
}

/* utility classes */

.left{
	float: left;
}
.right{
	float: right;
}

.hide{
	display: none;
}

.clearfix {
	*zoom: 1; 
}

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

.clearfix:after {
	clear: both;
}

.show-for-print {
  display: none !important; 
}

.hideAd, .hideAd > div, .hideAd > iframe{
    visibility: hidden !important;
    opacity: 0 !important;
}

/* START: AOLin and NDN embedded Video Player */

@media only screen and (min-width:0px) {
	.fmvps-wrapper  {
		width: 100% !important;
		height: 359px !important;
	}
	.ndn_embedContainer  {
		width: 100%;
		height: 359px;
	}
}

@media only screen and (max-width:768px) {
	.fmvps-wrapper  {
		height: 414px !important;
	}
	.ndn_embedContainer  {
		height: 414px;
	}
}

@media only screen and (max-width:480px) {
	.fmvps-wrapper  {
		height: 359px !important;
	}
	.ndn_embedContainer  {
		height: 359px;
	}
}

@media print {
	.fmvps-wrapper  {
		display: none;
	}
	.ndn_embedContainer {
		display: none;
	}
}

/* END: AOLin and NDN embedded Video Player */

/* print styles */

@media print {

	.masonry[style]{
		height: auto !important;
	}

	img, input{
		display:none;
	}

	.hide-for-print{
		display: none;
	}

	.show-for-print{
		display: inline-block;
	}

}
.fixed-overlay-subscription {
	z-index: 1000;
  	background-color: rgba(255,255,255,0.95);
  	position: fixed !important;
  	bottom: 0px !important;
}

@media only screen and (min-width:767px) {
	.subscriptionOverlay-margin {
		margin-bottom: 90px;
	}
}

.pb-feature-inside-wrapper {
	/*TO DO */	
	/*.pb-feature  class style will be moved here later*/
}

