html, body{
	overflow-x: hidden !important;
}

html, body, p, span, div, a, h1 , h2 , h3, h4, h5{
	margin: 0;
	padding: 0;
}

*, *:after, *:before{
	box-sizing: border-box;
}

p, span, div, ul, a, a:visited{
	font-family: 'Open Sans', Segoe UI, Arial, Helverica, san-serif;
	font-size: 1.0rem;
    color: #3d3d3d;
	line-height: 1.7em;
}

.wysiwyg-p p{
	margin-bottom: 15px;
}

.wysiwyg-white-text p, .wysiwyg-white-text div, .wysiwyg-white-text ul, .wysiwyg-white-text span, .wysiwyg-white-text a,
.wysiwyg-white-text h3, .wysiwyg-white-text h4, .wysiwyg-white-text h5, .wysiwyg-white-text h6, .wysiwyg-white-text h2{
	color: #ffffff;
}

p, li, span{
	font-weight: 300;
}

b, strong{
	font-weight: 600;
}

h1,h2,h3,h3 a,h4,h5,h6{
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: 300;
	color: #123d5d;
	line-height: 1.0em;
}

:target {
  display: block;
  position: relative;
  top: -120px; 
  visibility: hidden;
}

.wysiwyg-p h4{
	margin-top: 30px;
}

.wysiwyg-p h5{
	margin-bottom: 15px;
}

.pt-cv-view .pt-cv-title a{
	font-weight: 300;
}

blockquote{
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: 300;
	color: #666569;
	font-size: 1.777em;
	line-height: 1.2em;
}

h1{
	font-size: 4.209em;
}

h2{
	font-size: 3.157em;
}

h3{
	font-size: 2.369em;
}

h4{
	font-size: 1.777em;
}

h5{
	font-size: 1.333em;
	line-height: 1.3em;
}

h6{
	font-size: 1em;
}

h1, h2{
	margin-bottom: 15px;
}

h3, h4{
	margin-bottom: 10px;
}

a, a:visited, a:hover{
	text-decoration: none;
}

.dotted-underline{
	/*border-bottom: 1px solid #6d8a9b;*/
	text-decoration: underline;
}

a.subtitle-link h4, a.subtitle-link h5, a.subtitle-link p{
	border-bottom: 1px solid transparent;
	display: inline;
}

a.subtitle-link h4:hover, a.subtitle-link h5:hover, a.subtitle-link p:hover{
	color: #6d8a9b;
	border-bottom: 1px solid #6d8a9b;
	display: inline;
}

a.subtitle-link{
	margin-bottom: 10px;
}

a.reset-text-link{
	padding-left: 8px;
	color: #8c8c8c;
}

a.reset-text-link:hover{
	color: #6d8a9b;
}

a.lightblueLink{
	color: #123d5d;
}

a.lightblueLink:hover{
	color: #6d8a9b;
	text-decoration: underline;
}

ul{
	margin: 5px 0;
}

li{
	padding: 3px 0;
}

ul.list-no-style{
	list-style-type: none;
}

ul li::before{
	color: #3d3d3d;
}

img{
    max-width: 100%;
}

table{
	/*background-color: #fafafa;*/
	background-color: rgba(250, 250, 250, 0.5);
	width: 100%;
}

thead{
	background-color: #f0f0f0;
}

th, div.careers-table-th div{
	font-weight: bold;
	font-size: 1.1em;
	color: #123d5d;
	padding: 5px 15px;
}
div.careers-table-th div, div.careers-table-tr div{
	display: inline-block;
}

.careers-table-w40{
	width: 40%;
}
.careers-table-w25{
	width: 25%;
}
.careers-table-w10{
	width: 10%;
}
#careers-xml-feed-mobile{
	display: none !important;
}

@media (max-width: 576px) {
	div.careers-table-th div, div.careers-table-tr div{
		display: block;
	}
	.careers-table-w40{
		width: 100%;
	}
	.careers-table-w25{
		width: 100%;
	}
	.careers-table-w10{
		width: 100%;
	}
	#careers-xml-feed .mobile{
		display: block !important;
	}
	#careers-xml-feed{
		display: none !important;
	}
}

tr.careers-table-th, div.careers-table-th{
	background-color: #eeebeb;
} 

tr.careers-table-th th, div.careers-table-th div{
	font-weight: 300;
	color: #3d3d3d;
	font-size: 1.0rem;
	text-transform: uppercase;
}

tr.sd-connectors-table-th th{
	font-weight: 400;
}


tr:nth-child(even) {
	background-color: #fdfdfd;
}

table td, div#careers-xml-feed div div{
	padding: 5px 15px;
}

.ease-in-out-25{
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;	
}

.sticky{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 150px;
	height: 100px;
	padding: 0;
}

.container-fluid {
    /* padding: 25px; */
}

.cursor-pointer{
	cursor: pointer;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    /* padding: 30px; */
}
#cookie-notice{
	background-color: rgba(255,255,255,0.9) !important;
	padding: 20px 0;
}

/*****************************************************************/
/************************** WP Search Form ***********************/
/*****************************************************************/
#searchform label{
	display: none;
}
#searchform input{
	display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 0;
    background-color: rgba(255, 255, 255, 0);
}
#searchform input[type=text]{
	padding-left: 15px;
	width: calc(100% - 45px);
	color: #c6cfd6;
}
#searchform input[type=submit]{
	background: url('images/Search-icon-lightgray.png');
	border: 0;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	color: transparent;
}
#searchform input[type=text]:before{
    /**content: "Search...";**/
}
form ul{
	padding-inline-start:0px;
}
form.searchandfilter input[type=submit]{
	border: 0;
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: regular;
	font-size: 24px;
	margin-bottom: 12px;
	padding: 5px 40px;
	border-radius: 30px;
	text-decoration: none;
	cursor: pointer;
	background-color: #E3E7EB !important;
}

form.searchandfilter input[type=submit]:hover{
	background-color: #C9D6DC !important; 
}
form.searchandfilter select{
	padding: 5px;
}
form.searchandfilter input{
	padding: 2px 8px;
}
form.searchandfilter select:focus, form.searchandfilter input:focus{
	outline: none;
}



/*****************************************************************/
/************************* vertical spaces ***********************/
/*****************************************************************/

.space-5-section{
	height: 5px;
}

.space-10-section{
	height: 10px;
}

.space-15-section{
	height: 15px;
}

.space-20-section{
	height: 20px;
}

.space-30-section{
	height: 30px;
}

.space-40-section{
	height: 40px;
}

.space-50-section{
	height: 50px;
}

.space-60-section{
	height: 60px;
}

.space-70-section{
	height: 70px;
}

.space-75-section{
	height: 75px;
}

.space-80-section{
	height: 80px;
}

.space-100-section{
	height: 100px;
}

.space-120-section{
	height: 120px;
}

.space-150-section{
	height: 150px;
}

.space-200-section{
	height: 200px;
}

.space-240-section{
	height: 240px;
}

.space-250-section{
	height: 250px;
}

.space-300-section{
	height: 300px;
}

.space-350-section{
	height: 350px;
}

.space-400-section{
	height: 400px;
}



/*******************************************************************/
/************************* widths and aligns ***********************/
/*******************************************************************/

/* 30px */
.width-30-px{
	width: 30px;
}

/* 25% */
.width-25-percent{
	width: 25%;
}

/* 33% */
.width-33-percent{
	width: 33%;
}

/* 50% */
.width-50-percent{
	width: 50%;
}

/* 65% */
.width-65-percent{
	width: 65%;
}

/* 70% */
.width-70-percent{
	width: 70%;
}

/* 75% */
.width-75-percent{
	width: 75%;
}

.width-75-percent-center{
	width: 75%;
	margin: 0 auto;
}

.width-75-percent-left{
	width: 75%;
	margin: 0 auto 0 0;
}

.width-75-percent-right{
	width: 75%;
	margin: 0 0 0 auto;
}


.width-78-percent{
	width: 78%;
}

.width-78-percent-left{
	width: 78%;
	margin: 0 auto 0 0;
}

.width-78-percent-right{
	width: 78%;
	margin: 0 0 0 auto;
}


/* 80% */
.width-80-percent{
	width: 80%;
}

.width-80-percent-center{
	width: 80%;
	margin: 0 auto;
}

.width-80-percent-left{
	width: 80%;
	margin: 0 auto 0 0;
}

.width-80-percent-right{
	width: 80%;
	margin: 0 0 0 auto;
}

.width-83-percent{
	width: 83%;
}

.width-83-percent-left{
	width: 83%;
	margin: 0 auto 0 0;
}

.width-83-percent-right{
	width: 83%;
	margin: 0 0 0 auto;
}

/* 90% */
.width-90-percent{
	width: 90%;
}

.width-90-percent-center{
	width: 90%;
	margin: 0 auto;
}

.width-90-percent-left{
	width: 90%;
	margin: 0 auto 0 0;
}

.width-90-percent-right{
	width: 90%;
	margin: 0 0 0 auto;
}

.width-90-percent-center-lg-right-md{
	width: 90%;
	margin: 0 auto;
}

.width-90-percent-center-lg-left-md{
	width: 90%;
	margin: 0 auto;
}

.width-90-percent-right-lg-left-md{
	width: 90%;
	margin: 0 0 0 auto;
}

.width-90-percent-left-lg-right-md{
	width: 90%;
	margin: 0 auto 0 0;
}

/* 95% */
.width-95-percent{
	width: 95%;
}

.width-95-percent-center{
	width: 95%;
	margin: 0 auto;
}

.width-95-percent-left{
	width: 95%;
	margin: 0 auto 0 0;
}

.width-95-percent-right{
	width: 95%;
	margin: 0 0 0 auto;
}


/* 100% */
.width-100-percent{
	width: 100%;
}
.force-width-100-percent-smaller-than-xl{
	
}
.force-width-100-percent-smaller-than-lg{
	
}
.force-width-100-percent-smaller-than-md{
	
}

.force-width-100-percent-smaller-than-sm{
	
}

.force-width-80-percent-smaller-than-lg{
	
}
.force-width-80-percent-smaller-than-md{
	
}

.force-max-width-100-percent-smaller-than-md{
	
}

.max-width-1000-px{
	max-width: 1000px;
}

.max-width-1200-px{
	max-width: 1200px;
}

.max-width-900-px{
	max-width: 900px;
}

.max-width-800-px{
	max-width: 800px;
}

.max-width-750-px{
	max-width: 750px;
}

.max-width-700-px{
	max-width: 700px;
}

.max-width-500-px{
	max-width: 500px;
}

.max-width-300-px{
	max-width: 300px;
}

.max-width-200-px{
	max-width: 200px;
}

/* vertical aligns */
.vertical-align-center {
    display: flex;
    align-items: center;
}

.vertical-align-top {
    display: flex;
    align-items: initial;
}

.center-v-h-absolute{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* horizontal aligns */
.horizontal-align-center {
	margin-left: auto;
	margin-right: auto;
}

.horizontal-align-right {
	margin-left: auto;
	margin-right: 0;
}

.horizontal-align-left {
	margin-left: 0;
	margin-right: auto;
}

.force-horizontal-align-smaller-center-than-lg{
	
}

.force-horizontal-align-center-smaller-than-md{
	
}

/* inline aligns */
.inline{
	display: inline-block;
}

/* float aligns */
.float-right{
	float: right;
}
.float-left{
	float: left;
}

/* middle aligns */
.middle-align-outter{
	display: flex;
    align-items: center;
}

.middle-align-inner{
	text-align: center;
    width: 100%;
}


/*******************************************************************/
/************************* position relative ***********************/
/*******************************************************************/
.position-relative{
	position: relative;
}

.position-absolute{
	position: absolute;
}

.position-absolute-only-lg{
	position: absolute;
}

.position-fixed{
	position: fixed;
}
.force-position-relative-smaller-than-md{
	
}

/****************************************************************/
/************************* hide and shows ***********************/
/****************************************************************/
.hide{
	display: none;
}
.hide-smaller-than-lg{
	display: block;
}
.hide-inline-smaller-than-lg{
	display: inline-block;
}
.hide-inline-smaller-than-xl{
	display: inline-block;
}
.hide-smaller-than-md{
	display: block;
}
.hide-smaller-than-sm{
	display: block;
}

.show{
	display: block;
}
.show-smaller-than-xl{
	display: none;
}
.show-smaller-than-lg{
	display: none;
}
.show-smaller-than-md{
	display: none;
}
.show-smaller-than-sm{
	display: none;
}


/*************************************************************/
/************************* text aligns ***********************/
/*************************************************************/

.text-align-center{
	text-align: center;
}

.text-align-left{
	text-align: left;
}

.text-align-right{
	text-align: right;
}

.force-text-align-left-smaller-than-lg{
	
}

.force-text-align-left-smaller-than-md{
	
}

.force-text-align-center-smaller-than-md{
	
}



/**********************************************************/
/************************* Paddings ***********************/
/**********************************************************/

.padding-5-top{
	padding-top: 5px;
}

.padding-5-bottom{
	padding-bottom: 5px;
}

.padding-5-tb{
	padding-top: 5px;
	padding-bottom: 5px;
}

.padding-10-all{
	padding: 10px;
}

.padding-10-lr{
	padding-left: 10px;
	padding-right: 10px;
}

.padding-15-lr{
	padding-left: 15px;
	padding-right: 15px;
}

.padding-15-all{
	padding: 15px;
}

.padding-20-all{
	padding: 20px;
}

.padding-20-lr{
	padding-left: 20px;
	padding-right: 20px;
}

.padding-10-tb{
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-10-bottom{
	padding-bottom: 10px;
}

.padding-20-top{
	padding-top: 20px;
}

.padding-20-bottom{
	padding-bottom: 20px;
}

.padding-20-tb{
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-20-lr{
	padding-left: 20px;
	padding-right: 20px;
}

.padding-30-tb{
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-30-tb-only-lg{
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-30-all{
	padding: 30px;
}

.padding-40-all{
	padding: 40px;
}

.padding-40-lr{
	padding-left: 40px;
	padding-right: 40px;
}

.padding-40-lr-only-lg{
	padding-left: 40px;
	padding-right: 40px;
}

.padding-50-tb{
	padding-top: 50px;
	padding-bottom: 50px;
}

.padding-10-right{
	padding-right: 10px;
}

.padding-20-right{
	padding-right: 20px;
}

.padding-40-right{
	padding-right: 40px;
}

.padding-15-left{
	padding-left: 15px;
}

.padding-20-left{
	padding-left: 20px;
}
.padding-60-top{
	padding-top: 60px;
}
.padding-100-top{
	padding-top: 100px;
}
/**********************************************************/
/************************* Margins ************************/
/**********************************************************/
.margin-0-all{
	margin: 0px;
}

.margin-0-all p{
	margin: 0px;
}

.margin-10-all{
	margin: 10px;
}

.margin-bottom-10{
	margin-bottom: 10px;
}

.margin-right-20{
	margin-right: 20px;
}

.margin-15-tb{
	margin-top: 15px;
	margin-bottom: 15x;
}

.margin-top-15{
	margin-top: 15px;
}

.margin-bottom-15{
	margin-bottom: 15px;
}

.margin-bottom-15 p{
	margin-bottom: 15px;
}

.margin-20-left{
	margin-left: 20px;
}

.margin-20-all{
	margin: 20px;
}

.margin-10-lr{
	margin-left: 10px;
	margin-right: 10px;
}

.margin-20-lr{
	margin-left: 20px;
	margin-right: 20px;
}

.margin-20-tb{
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-bottom-20{
	margin-bottom: 20px;
}

.margin-30-all{
	margin: 30px;
}

.margin-30-lr{
	margin-left: 30px;
	margin-right: 30px;
}

.margin-10-tb{
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-30-tb{
	margin-top: 30px;
	margin-bottom: 30px;
}

.margin-40-all{
	margin: 40px;
}

.margin-10-percent-r-only-lg{
	margin-right: 10%;
}


.force-margin-0-smaller-than-lg{
	
}

.force-margin-0-smaller-than-md{
	
}


/*********************************************************/
/************************* Borders ***********************/
/*********************************************************/
.frame-all{
	border: 1px solid rgba(138, 119, 118, 0.3);
	padding: 20px;
}

.force-frame-all-smaller-than-lg{
	
}
.force-frame-all-smaller-than-md{
	
}

.border-left{
	border-left: 1px solid rgba(138, 119, 118, 0.3) !important;
}

.border-right{
	border-right: 1px solid rgba(138, 119, 118, 0.3) !important;
}

.frame-not-left{
	border-top: 1px solid rgba(138, 119, 118, 0.3);
	border-right: 1px solid rgba(138, 119, 118, 0.3);
	border-bottom: 1px solid rgba(138, 119, 118, 0.3);
	padding: 20px 20px 20px 0;
}

.frame-not-right{
	border-top: 1px solid rgba(138, 119, 118, 0.3);
	border-left: 1px solid rgba(138, 119, 118, 0.3);
	border-bottom: 1px solid rgba(138, 119, 118, 0.3);
	padding: 20px 0 20px 20px;
}

.boder-white-all{
	border: 1px solid #ffffff;
}

.boder-blue-all{
	border: 1px solid #133d5d;
}

.border-white-all{
	border: 1px solid #ffffff;
}

.border-white-bottom-t-70{
	border-bottom: 1px solid rgba(225, 225, 225, 0.7);
}

.border-blue-all{
	border: 1px solid #133d5d;
}

.thick-border-left{
	
	border-left: 10px solid #eeebeb;
}


/*******************************************************************/
/************************* Background Settings *********************/
/*******************************************************************/
.bg-cover-center{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-cover-top-center{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}


/*******************************************************************/
/************************* Background Colors ***********************/
/*******************************************************************/
.bg-blue-color{
	background-color: #133d5d;
}

.bg-blue-gradient{
	/* background-color: #133d5d; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f3249+0,133d5d+52,0f3249+100 */
	background: rgb(15,50,73); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMzI0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzEzM2Q1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjMyNDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(15,50,73,1) 0%, rgba(19,61,93,1) 52%, rgba(15,50,73,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(15,50,73,1)), color-stop(52%,rgba(19,61,93,1)), color-stop(100%,rgba(15,50,73,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(left,  rgba(15,50,73,1) 0%,rgba(19,61,93,1) 52%,rgba(15,50,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left,  rgba(15,50,73,1) 0%,rgba(19,61,93,1) 52%,rgba(15,50,73,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(left,  rgba(15,50,73,1) 0%,rgba(19,61,93,1) 52%,rgba(15,50,73,1) 100%); /* IE10 preview */
	background: linear-gradient(to right,  rgba(15,50,73,1) 0%,rgba(19,61,93,1) 52%,rgba(15,50,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3249', endColorstr='#0f3249',GradientType=1 ); /* IE6-8 */

}

.bg-blue-transparent-color-6-hove-0{
	background-color: rgba(7, 24, 36, 0.6);
}

.bg-blue-transparent-color-6-hove-0:hover{
	background-color: rgba(7, 24, 36, 0);
}

.bg-blue-dark-color{
	background-color: #071e2f;
}

.bg-blue-dark-transparent-color-8{
	background-color: rgba(7, 30, 47, 0.8);
}

.bg-blue-dark-transparent-color-6-hove-0{
	background-color: rgba(7, 30, 47, 0.6);
}

.bg-blue-dark-transparent-color-6-hove-0:hover{
	background-color: rgba(7, 30, 47, 0);
}

.bg-blue-dark-transparent-color-3-hove-0{
	background-color: rgba(7, 30, 47, 0.3);
}

.bg-blue-dark-transparent-color-3-hove-0:hover{
	background-color: rgba(7, 30, 47, 0);
}

.bg-blue-light-color{
	background-color: #6d8a9b;
}

.bg-black-gradient,
.bg-black-gradient-darker-sm{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+42,000000+80&1+1,0.8+41,0+80 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(0,0,0,0.8) 41%, rgba(0,0,0,0.78) 42%, rgba(0,0,0,0) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0.8) 41%,rgba(0,0,0,0.78) 42%,rgba(0,0,0,0) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0.8) 41%,rgba(0,0,0,0.78) 42%,rgba(0,0,0,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.bg-black-gradient-darker-sm-flipped{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+20,000000+58,000000+100&0+20,0.8+59,1+99 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 20%, rgba(0,0,0,0.78) 58%, rgba(0,0,0,0.8) 59%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.78) 58%,rgba(0,0,0,0.8) 59%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.78) 58%,rgba(0,0,0,0.8) 59%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */


}

.bg-lightblue-gradient{
	/* background-color: #6d8a9b; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e7784+0,6d8a9b+50,5e7784+100 */
	background: rgb(94,119,132); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNzc4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZkOGE5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTc3ODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(94,119,132,1) 0%, rgba(109,138,155,1) 50%, rgba(94,119,132,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(94,119,132,1)), color-stop(50%,rgba(109,138,155,1)), color-stop(100%,rgba(94,119,132,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(left,  rgba(94,119,132,1) 0%,rgba(109,138,155,1) 50%,rgba(94,119,132,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left,  rgba(94,119,132,1) 0%,rgba(109,138,155,1) 50%,rgba(94,119,132,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(left,  rgba(94,119,132,1) 0%,rgba(109,138,155,1) 50%,rgba(94,119,132,1) 100%); /* IE10 preview */
	background: linear-gradient(to right,  rgba(94,119,132,1) 0%,rgba(109,138,155,1) 50%,rgba(94,119,132,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e7784', endColorstr='#5e7784',GradientType=1 ); /* IE6-8 */
}

.bg-blue-light-transparent-color-9{
	background-color: rgba(109, 138, 155, 0.9);
}

.bg-brown-light-color{
	color: #8a7776;
}

.bg-marron-color{
	background-color: #331122;
}

.bg-marron-gradient{
	/* background-color: #331122; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#331122+0,57243e+50,331122+100 */
	background: rgb(51,17,34); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMTEyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU3MjQzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzExMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(51,17,34,1) 0%, rgba(87,36,62,1) 50%, rgba(51,17,34,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,17,34,1)), color-stop(50%,rgba(87,36,62,1)), color-stop(100%,rgba(51,17,34,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(left,  rgba(51,17,34,1) 0%,rgba(87,36,62,1) 50%,rgba(51,17,34,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left,  rgba(51,17,34,1) 0%,rgba(87,36,62,1) 50%,rgba(51,17,34,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(left,  rgba(51,17,34,1) 0%,rgba(87,36,62,1) 50%,rgba(51,17,34,1) 100%); /* IE10 preview */
	background: linear-gradient(to right,  rgba(51,17,34,1) 0%,rgba(87,36,62,1) 50%,rgba(51,17,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331122', endColorstr='#331122',GradientType=1 ); /* IE6-8 */

}

.bg-marron-transparent-color-8{
	background-color: rgba(51, 17, 34, 0.8);
}

.bg-marron-light-color{
	background-color: #57243e;
}

.bg-marron-light-transparent-color-3-hover-0{
	background-color: rgba(87, 36, 62, 0.3);
}

.bg-marron-light-transparent-color-3-hover-0:hover{
	background-color: rgba(87, 36, 62, 0);
}

.bg-marron-light-transparent-color-8{
	background-color: rgba(87, 36, 62, 0.8);
}

.bg-gray-gradient{
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#444444+0,636363+50,444444+100;SD+gray */
	background: rgb(68,68,68); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(68,68,68,1) 0%, rgba(99,99,99,1) 50%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(68,68,68,1) 0%,rgba(99,99,99,1) 50%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(68,68,68,1) 0%,rgba(99,99,99,1) 50%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#444444',GradientType=1 ); /* IE6-9 */



}

.bg-gray-light{
	background-color: #b4b4b4;
}

.bg-gray-dark{
	background-color: #3d3d3d;
}

.bg-gray-dark-transparent-color-8{
	background-color: rgba(61, 61, 61, 0.8);
}

.bg-gray-dark-transparent-color-6{
	background-color: rgba(61, 61, 61, 0.6);
}

.bg-green-color{
	background-color: #799684;
}

.bg-green-gradient{	
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#56705d+0,799684+50,56705d+100 */
	background: rgb(86,112,93); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(86,112,93,1) 0%, rgba(121,150,132,1) 50%, rgba(86,112,93,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(86,112,93,1) 0%,rgba(121,150,132,1) 50%,rgba(86,112,93,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(86,112,93,1) 0%,rgba(121,150,132,1) 50%,rgba(86,112,93,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56705d', endColorstr='#56705d',GradientType=1 ); /* IE6-9 */

}

.bg-green-transparent-color-8{
	background-color: rgba(121, 150, 132, 0.8);
}

.bg-white-color{
	background-color: #ffffff;
}

.bg-white-gradient{
	background-color: #ffffff;
}

.bg-white-transparent-color-02{
	background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-transparent-color-05{
	background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-transparent-color-08{
	background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-transparent-color-09{
	background-color: rgba(255, 255, 255, 0.9);
}

.bg-white-transparent-color-09-only-lg{
	background-color: rgba(255, 255, 255, 0.9);
}

.bg-white-horizontal-half{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #ffffff 50%);
}

.bg-tan-rect-50-right{
	background: linear-gradient(to right, white 0%,white 50%,white 50%,#f9f5f2 50%,#f9f5f2 50%);
}

.bg-white-rect-10-right{
	background: linear-gradient(to right, transparent 0%,transparent 10%,transparent 10%,transparent 90%,white 90%);
}

.bg-gray-light-color{
	background-color: #f1f1f1;
}

.bg-gray-default{
	background-color: #eeebeb;
}

.bg-transparent-when-smaller-than-md{}



/*************************************************************/
/************************* Text Colors ***********************/
/*************************************************************/
.blue-color{
	color: #133d5d;
}

a.blue-color{
	color: #133d5d;
}

.blue-dark-color{
	color: #071e2f;
}

.blue-light-color{
	color: #6d8a9b;
}

.blue-light-color p{
	color: #6d8a9b !important;
}

a.blue-light-color{
	color: #6d8a9b;
}

a.blue-light-color:hover{
	color: #133d5d;
}

.green-color{
	color: #799684;
}

.marron-color{
	color: #331122;
}

.marron-light-color{
	color: #57243e;
}

a.marron-light-color{
	color: #57243e;
}

.gray-dark-color{
	color: #3d3d3d;
}

.gray-light-color{
	color: #8c8c8c;
}

.white-color{
	color: #ffffff;
}

.white-color-transparent-70{
	color: rgba(255, 255, 255, 0.7);
}

.brown-light-color{
	color: #8a7776;
}


/*********************************************************/
/************************* Buttons ***********************/
/*********************************************************/
button{
	border: 0px !important
}
.bttn-rect-100-percent{
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 20px;
	margin-bottom: 15px;
	text-decoration: none;
	text-align: center;
	width: 100%;
}

.bttn-blue-light{
	background-color: #E3E7EB;
}

.bttn-blue-light:hover{
	background-color: #C9D6DC; 
}

.bttn-blue a{
	background-color: rgba(20, 60, 92, 0.85);
}
.bttn-blue a span{
	color: #ffffff !important;
}

.bttn-blue a:hover{
	background-color: rgba(20, 60, 92, 1);
}
.bttn-blue a:hover span{
	color: #ffffff !important;
}

.bttn-light-blue{
	color: #ffffff !important;
	background-color: rgba(109, 138, 155, 0.85);
}

.bttn-light-blue:hover{
	background-color: rgba(109, 138, 155, 1);
}

.bttn-gray{
	color: #ffffff !important;
	background-color: rgba(61, 61, 61, 0.75);
}

.bttn-gray:hover{
	color: #ffffff !important;
	background-color: rgba(61, 61, 61, 0.9);
}

.bttn-gray-light{
	color: #ffffff !important;
	background-color: rgba(61, 61, 61, 0.4);
}

.bttn-gray-light:hover{
	color: #ffffff !important;
	background-color: rgba(61, 61, 61, 0.6);
}

.bttn-green{
	color: #ffffff !important;
	background-color: rgba(121, 150, 132, 0.9);
}

.bttn-green:hover{
	color: #ffffff !important;
	background-color: rgba(121, 150, 132, 1);
}

.bttn-marron{
	color: #ffffff !important;
	background-color: rgba(87, 36, 62, 0.8);
}

.bttn-marron:hover{
	color: #ffffff !important;
	background-color: rgba(87, 36, 62, 1);
}

.bttn-brown-light{
	color: #ffffff !important;
	background-color: rgba(138, 118, 118, 0.8);
}

.bttn-brown-light:hover{
	color: #ffffff !important;
	background-color: rgba(138, 118, 118, 1);
}

.bttn-outline-white a, .bttn-outline-white-product-footer h5.elementor-icon-box-title a{
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.bttn-outline-white a span, .bttn-outline-white-product-footer h5.elementor-icon-box-title a{
	color: white !important;
}

.bttn-outline-white:hover, .bttn-outline-white-product-footer h5.elementor-icon-box-title a:hover{
	border: 1px solid white;
	background-color: rgba(255, 255, 255, 0.1);
}
.bttn-outline-white a:hover span, .bttn-outline-white-product-footer h5.elementor-icon-box-title a:hover{
	color: white !important;
}

a.related-links-footer-a-link:hover div.bttn-outline-white{
	color: white !important;
	border: 1px solid white;
	background-color: rgba(255, 255, 255, 0.1);
}

.bttn-outline-gray-light{
	color: #6f6f6f !important;
	border: 1px solid rgba(61, 61, 61, 0.4);
}

.bttn-outline-gray-light:hover{
	color: white !important;
	border: 1px solid transparent;
	background-color: rgba(61, 61, 61, 0.8);
}

.bttn-outline-gray{
	color: #666569 !important;
	border: 1px solid rgba(102, 101, 105, 0.4);
}

.bttn-outline-gray:hover{
	color: white !important;
	border: 1px solid transparent;
	background-color: rgba(102, 101, 105, 0.9);
}

.bttn-outline-blue{
	color: #133d5d !important;
	border: 1px solid rgba(7, 24, 36, 0.8);
}

.bttn-outline-blue:hover{
	background-color: rgba(7, 24, 36, 0.05);
}

.bttn-transparent-white{
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
}

.bttn-transparent-white:hover{
	background-color: rgba(255, 255, 255, 0.4);
}

.round-corner-bttn-lg{
	display: inline-block;
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: regular;
	font-size: 32px;
	margin-bottom: 12px;
	padding: 8px 40px;
	border-radius: 50px;
	text-decoration: none;
	cursor: pointer;
}

.round-corner-bttn a span, .round-corner-bttn-product-footer h5 a{
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}

.round-corner-bttn a, .round-corner-bttn-product-footer h5 a{
	margin-bottom: 12px;
	padding: 5px 40px;
	border-radius: 30px;
	cursor: pointer;
}

@media (max-width: 576px) {

	
}

.round-corner-bttn-sm{
	display: inline-block;
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 8px;
	padding: 3px 30px;
	border-radius: 30px;
	text-decoration: none;
	cursor: pointer;
}

.round-corner-bttn-xs{
	display: inline-block;
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 8px;
	padding: 3px 10px;
	border-radius: 30px;
	text-decoration: none;
	cursor: pointer;
}

.round-corner-bttn-xs-menu-banner{
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	margin-top: 3px;
	padding: 3px 15px;
	border-radius: 30px;
	text-decoration: none;
	cursor: pointer;
}

.footer-download-bttn{
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff !important;
}

.footer-download-bttn:hover{
	background-color: rgba(255, 255, 255, 0.4);
	color: #ffffff !important;
}

.footer-video-bttn{
	background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
	color: #ffffff !important;
}

.footer-video-bttn:hover{
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
}

.footer-demo-bttn{
	background-color: #c6cfd6;
	color: #133d5d !important;
}

a:hover div.footer-demo-bttn{
	background-color: #ffffff;
	color: #133d5d !important;
}

p.footer-related-content-icon{
	opacity: 0.7;
}

a:hover p.footer-related-content-icon{
	opacity: 1;
}

.related-content-hyperlink{
	color: rgba(20, 60, 92, 0.6) !important;
	padding: 0 15px;
	text-decoration: none;
	cursor: pointer;
}

.related-content-hyperlink:hover{
	color: rgba(20, 60, 92, 1) !important;
}

.related-content-hyperlink.active{
	color: rgba(20, 60, 92, 1) !important;
}

.bttn-opacity-06-to-1{
	opacity: 0.6;
}
.bttn-opacity-06-to-1:hover{
	opacity: 1;
}

/*****************************************************************/
/************************* Light Box Style ***********************/
/*****************************************************************/

.html5-image{
	padding: 0px !important;
}
#html5-watermark{
	display: none !important;
}


/*******************************************************************/
/************************* PoL Video Buttons ***********************/
/*******************************************************************/
.pol-awards-video{
	width: 100%;
	min-height: 150px;
    display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.pol-awards-video:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}


.html5-title-prefix, .html5-title-caption{
	color: white;
}

/*******************************************************************/
/************************* OnDemand Webinars ***********************/
/*******************************************************************/
#producttag, #seriescat{
	width: 90%;
	padding: 5px 8px;
}

#searchwebinar{
	width: 90%;
	padding: 3px 8px;
}

/*******************************************************************/
/************************* Partners Dropdown ***********************/
/*******************************************************************/

#regionspartner, #sdplatform, #partnercats{
	padding: 5px 8px;
}



/***************************************************************/
/************************* Marketo Forms ***********************/
/***************************************************************/
.mktoForm {
	transition: opacity 2s ease-out;
}
form #mktoForm_1759{
	width: 100% !important;
	
}

/*****************************************************************/
/************************* ReSizing Screen ***********************/
/*****************************************************************/

@media (max-width: 1200px) {
	.force-width-100-percent-smaller-than-xl{
		width: 100% !important;
	}
	.hide-inline-smaller-than-xl{
		display: none;
	}
	.show-smaller-than-xl{
		display: block;
	}
	.hide-smaller-than-xl{
		display: none;
	}
}

@media (max-width: 992px) {
	.hide-smaller-than-lg{
		display: none;
	}
	.hide-inline-smaller-than-lg{
		display: none;
	}
	.show-smaller-than-lg{
		display: block;
	}
	.force-frame-all-smaller-than-lg{
		border: 1px solid rgba(138, 119, 118, 0.3);
		padding: 20px;
	}
	.force-horizontal-align-smaller-center-than-lg{
		margin: 0 auto;
	}
	.position-absolute-only-lg{
		position: static;
	}
	.bg-white-transparent-color-09-only-lg{
		background-color: transparent;
	}
	.padding-40-lr-only-lg{
		padding-left: 0px;
		padding-right: 0px;
	}
	.padding-30-tb-only-lg{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.force-width-100-percent-smaller-than-lg{
		width: 100% !important;
	}
	.force-width-80-percent-smaller-than-lg{
		width: 80% !important;
	}
	.bg-tan-rect-50-right{
		background: linear-gradient(to bottom, white 0%,white 70%,white 70%,#f9f5f2 70%,#f9f5f2 30%);
	}
	.force-text-align-left-smaller-than-lg{
		text-align: left;
	}
	.force-margin-0-smaller-than-lg{
		margin: 0px !important;
	}
	.width-90-percent-center-lg-left-md{
		margin: 0 auto 0 0;
	}
	.width-90-percent-center-lg-right-md{
		margin: 0 0 0 auto;
	}
	.width-90-percent-right-lg-left-md{
		margin: 0 auto 0 0;
	}
	.width-90-percent-left-lg-right-md{
		margin: 0 0 0 auto;
	}
}
	
@media (max-width: 768px) {	
	.hide-smaller-than-md{
		display: none;
	}
	.show-smaller-than-md{
		display: block;
	}
	.force-frame-all-smaller-than-md{
		border: 1px solid rgba(138, 119, 118, 0.3);
		padding: 20px;
	}
	.no-border-smaller-than-md{
		border: 0px !important;
	}
	.force-horizontal-align-smaller-center-than-md{
		margin: 0 auto;
	}
	.force-width-100-percent-smaller-than-md{
		width: 100% !important;
	}
	.force-width-80-percent-smaller-than-md{
		width: 80% !important;
	}
	.force-text-align-left-smaller-than-md{
		text-align: left;
	}
	.force-text-align-center-smaller-than-md{
		text-align: center;
	}
	.force-margin-0-smaller-than-md{
		margin: 0px !important;
	}
	.force-padding-0-smaller-than-md{
		padding: 0px !important;
	}
	.force-padding-lr-15-smaller-than-md{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.bg-transparent-when-smaller-than-md{
		background: transparent !important;
	}
	.sticky{
		position: relative;
		top: 0;
		height: auto;
		padding: 0;
	}
	.force-white-bg-when-smaller-than-md{
		background-color: rgba(255, 255, 255, 0.8);
		padding: 30px 40px;
	}
	.force-max-width-100-percent-smaller-than-md{
		max-width: 100% !important;
	}
	
	.force-position-relative-smaller-than-md{
		position: initial !important;
	}
	
	#producttag, #seriescat, #searchwebinar{
		width: 100%;
	}
	.margin-10-percent-r-only-lg{
		margin-right: 0px;
	}
	
	.bg-black-gradient{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+63,000000+100&1+1,0.8+63,0.2+100 */
		background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(0,0,0,0.8) 63%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0.8) 63%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0.8) 63%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */

	}
	
	.bg-black-gradient-darker-sm{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0.8+0,0.83+50,0.4+100 */
		background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.83) 50%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.83) 50%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.83) 50%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=1 ); /* IE6-9 */
	}
	.bg-black-gradient-darker-sm-flipped{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0.4+0,0.83+50,0.8+100 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.83) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.83) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.83) 50%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

	}
}

@media (max-width: 576px) {
	.hide-smaller-than-sm{
		display: none;
	}
	.show-smaller-than-sm{
		display: block;
	}
	.force-width-100-percent-smaller-than-sm{
		width: 100% !important;
	}
	h1{
		font-size: 3.209em;
	}
}























/* 										*/
/* 										*/
/* 			CONTENT CSS CLASSES 		*/
/* 										*/
/* 										*/


/**************************************************************/
/************************* HEADER TITLE ***********************/
/**************************************************************/
.title_above_title{
	margin-bottom: -3px;
}

.title_below_title{
	margin-top: -10px;
}

.header-title-bold-regular h2{
    font-size: 4rem;
    font-style: normal;
    font-weight: 300;
    font-family: 'Open Sans', Segoe UI, Arial, Helverica, san-serif;
    clear: both;
    letter-spacing: -2px;
}

.header-title-bold-regular p{
    letter-spacing: 0px;
}

/*           HEADER TITLE - Buttons            */

.header-demo-bttn a.elementor-button, .header-video-bttn a.elementor-button, .header-custom-bttn a.elementor-button,
.header-demo-bttn-white a.elementor-button, .header-video-bttn-white a.elementor-button, .header-custom-bttn-white a.elementor-button, .header-custom-bttn-white-filled a.elementor-button, .header-cep-demo-bttn-white a.elementor-button,
.header-custom-bttn-white-bright-xl-color-md a.elementor-button, .header-custom-bttn-white-xl-color-md a.elementor-button{
	display: inline-block;
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 12px;
	padding: 5px 40px;
	border-radius: 30px;
	text-decoration: none;
}

.header-demo-bttn a span.elementor-button-text, .header-video-bttn a span.elementor-button-text, .header-custom-bttn a span.elementor-button-text,
.header-demo-bttn-white a span.elementor-button-text, .header-video-bttn-white a span.elementor-button-text, .header-custom-bttn-white a span.elementor-button-text, .header-custom-bttn-white-filled a span.elementor-button-text, .header-cep-demo-bttn-white a span.elementor-button-text,
.header-custom-bttn-white-bright-xl-color-md a span.elementor-button-text, .header-custom-bttn-white-xl-color-md a span.elementor-button-text{
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
}

.header-video-bttn a.elementor-button{
	background-color: rgba(19, 61, 93, 0.0);
	border: 1px solid #133d5d;
	color: #133d5d !important;
}
.header-video-bttn a span.elementor-button-text{
	color: #133d5d !important;
}

.header-video-bttn a.elementor-button:hover{
	background-color: rgba(19, 61, 93, 0.1);
}

.header-demo-bttn a.elementor-button{
	background-color: #c6cfd6;
	color: #123d5d !important;
}
.header-demo-bttn a span.elementor-button-text{
	color: #123d5d !important;
}

.header-demo-bttn a.elementor-button:hover{
	background-color: rgba(19, 61, 93, 0.9);
	color: #ffffff !important;
}
.header-demo-bttn a:hover span.elementor-button-text{
	color: #ffffff !important;
}

.header-custom-bttn a.elementor-button{
	background-color: rgba(101, 101, 101, 0.1);
	color: #123d5d !important;
}

.header-custom-bttn a.elementor-button:hover{
	background-color: #666569;
	color: #ffffff !important;
}
.header-custom-bttn a:hover span.elementor-button-text{
	color: #ffffff !important;
}

.header-video-bttn-white a.elementor-button{
	background-color: rgba(255, 255, 255, 0.0);
	border: 1px solid #ffffff;
	color: #ffffff !important;
}
.header-video-bttn-white a span.elementor-button-text{
	color: #ffffff !important;
}

.header-video-bttn-white a.elementor-button:hover{
	background-color: rgba(255, 255, 255, 0.2);
}

.header-demo-bttn-white a.elementor-button{
	background-color: #c6cfd6;
	color: #123d5d !important;
}
.header-demo-bttn-white a span.elementor-button-text{
	color: #123d5d !important;
}

.header-demo-bttn-white a.elementor-button:hover{
	background-color: #ffffff;
}

.header-cep-demo-bttn-white a.elementor-button{
	background-color: rgba(255, 255, 255, 0.85);
	color: #87A9E1 !important;
}

.header-cep-demo-bttn-white a.elementor-button:hover{
	background-color: #ffffff;
	color: #4E81CC !important;
}

.header-custom-bttn-white a.elementor-button{
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
}
.header-custom-bttn-white a span.elementor-button-text{
	color: #ffffff !important;
}

.header-custom-bttn-white a.elementor-button:hover{
	background-color: rgba(255, 255, 255, 0.4);
}

.header-custom-bttn-white-filled a.elementor-button{
	background-color: rgba(255, 255, 255, 0.7);
	color: #2d2d2d !important;
}
.header-custom-bttn-white-filled a span.elementor-button-text{
	color: #2d2d2d !important;
}

.header-custom-bttn-white-filled a.elementor-button:hover{
	background-color: rgba(255, 255, 255, 1);
}

.header-custom-bttn-white-xl-color-md a.elementor-button{
	background-color: rgba(255, 255, 255, 0.4);
	color: #2d2d2d !important;
}
.header-custom-bttn-white-xl-color-md a span.elementor-button-text{
	color: #2d2d2d !important;
}

.header-custom-bttn-white-xl-color-md a.elementor-button:hover{
	background-color: rgba(255, 255, 255, 0.7);
}

.header-custom-bttn-white-bright-xl-color-md a.elementor-button{
	background-color: rgba(255, 255, 255, 0.7);
	color: #2d2d2d !important;
}
.header-custom-bttn-white-bright-xl-color-md a span.elementor-button-text{
	color: #2d2d2d !important;
}

.header-custom-bttn-white-bright-xl-color-md a.elementor-button:hover{
	background-color: rgba(255, 255, 255, 1);
}




/*           HEADER VIDEO             */

.resp-container-header {
    position: relative;
    overflow: hidden;
    padding-top: 39.1%;
}
.resp-iframe-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}




/*********************************************************************/
/************************* LIBRARY SYSTEM BLURB **********************/
/*********************************************************************/

p.library-system-title{
	font-size: 2.8rem; 
	color: #133d5d; 
	text-align: right; 
	text-transform: uppercase; 
	margin-bottom: 5px;
	line-height: 1em;
	padding-right: 20px;
}

h4.library-system-subtitle{
	margin-top: 0px;
	text-align: right; 
	padding-right: 20px;
}


@media (max-width: 768px) {	
	p.library-system-title{
		text-align: left; 
		padding-right: 0px;
	}
	h4.library-system-subtitle{
		text-align: left; 
		padding-right: 0px;
	}
}



/*******************************************************/
/************************* QUOTE ***********************/
/*******************************************************/

.page-quote-break{
	padding-left: 5% !important;
	border-left: 1px solid rgba(138, 119, 118, 0.3);
}
.quote-marks{
	margin: 0 20%;
	text-align: center;
}
h3.quote{
	color: #8a7776;
}
p.quote{
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-size: 1.333em;
	line-height: 2em;
	color: #8a7776;
	text-align: right;
}

@media (max-width: 768px) {
	.page-quote-break{
		padding-left: 0px !important;
		border-left: 0px solid rgba(138, 119, 118, 0.3);
	}
	.quote-marks{
		margin: 0 10% 30px 10%;
	}
}


/******************************************************************/
/************************* MODULES BUTTONS ************************/
/******************************************************************/

.subcontent-video-bttn-color, .subcontent-info-bttn-color{
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
	opacity: 0.7;
	color: #3d3d3d;
}

.subcontent-video-bttn-color:hover, .subcontent-info-bttn-color:hover{
	opacity: 1;
	color: #3d3d3d;
}



/******************************************************************/
/******************************* OTHERS ***************************/
/******************************************************************/

.view-all-resources{
	font-family: 'Open Sans', Segoe UI, Arial, Helverica, san-serif;
	font-size: 0.8rem;
	line-height: 1.4em;
    font-style: normal;
	margin: 10px 0 0 15px;
}

.resources-tiles{
	background-color: #fff;
	box-shadow: 2px 2px 7px rgba(158, 158, 158, 0.6);
	width: 95%;
	padding: 13px 20px;
	margin: auto;
}
.resources-tiles-cal{
	background-color: #6d8a9b;
	padding: 15px;
	margin-right: 10px;
	max-width: 100px;
	min-width: 85px;
	text-align: center;
}
.resources-tiles-cal-events{
	background-color: #789081;
	padding: 15px;
	margin-right: 10px;
	max-width: 100px;
	min-width: 85px;
	text-align: center;
}
.resources-tiles-cal-month{
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
    font-style: italic;
	color: white;
	font-size: 1.5rem;
	line-height: 1.0em;
}
.resources-tiles-cal-date{
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 3.5rem;
	color: white;
	line-height: 1.0em;
}
.resources-tiles-cal-content-wrap{
	max-width: 300px;
	max-width: 120px;
}
.resources-tiles-view-all-resources{
	background-color: #6d8a9b;
}
.pol-video-description{
    color: #3d3d3d;
	font-size: 0.9rem;
	line-height: 1.4em;
	margin: 7px 0;
}
.pol-video-description strong{
	color: #123d5d;
	font-weight: 500;
}

























/* 										*/
/* 										*/
/* 			HOMEPAGE CSS CLASSES 		*/
/* 										*/
/* 										*/

/**************************************************************/
/*************************** WHAT SD **************************/
/**************************************************************/
/*
#home-SD-what-section{
	background-repeat: no-repeat;
	background-size: 28%;
	background-position: -4% 100%;
	background-image: url("images/HomePage-What-img.png");
}*/

#home-SD-what-wrapper{
	display: flex;
	align-items: center;
}

.home-SD-product-bttn-wrapper{
	background-color: #E3E7EB; 
	text-align: center;
	height: 5.1em;
}

.home-SD-product-bttn-sm-wrapper{
	background-color: #E3E7EB; 
	text-align: center;
	height: 3.1em;
}

.CEP-banner-bttn-wrapper{
	text-align: center;
	height: 100%;
}

.middle-text-outter{
	display: flex;
    align-items: center;
}

.middle-text-inner{
	text-align: center;
    width: 100%;
}

.home-SD-product-bttn-wrapper:hover, .home-SD-product-bttn-sm-wrapper:hover{
	background-color: #C9D6DC; 
}

p.home-SD-product-bttn{
	padding: 0 10px;
    font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
    font-style: italic;
    font-weight: bold;
	font-size: 1.5em;
    color: #123D5D;
    line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
}

.home-SD-product-bttn a, .home-SD-product-bttn a:visited, .home-SD-product-bttn a:hover{
    font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
    font-style: italic;
    font-weight: bold;
	font-size: 1.1em;
    color: #123D5D;
    line-height: 1.1em;
	text-align: center;
	
}

button.home-SD-product-list-bttn{
	display: inline-block;
	font-family: 'Open Sans', Segoe UI, Arial, Helverica, san-serif;
	font-weight: regular;
	font-size: 18px;
	margin-bottom: 8px;
	padding: 3px 30px;
	border-radius: 30px;
	text-decoration: none;
	cursor: pointer;
    background-color: #E3E7EB;
	color: #123D5D;
}

button.home-SD-product-list-bttn:hover{
    background-color: #C9D6DC;
}

.border-left-till-md{
	border-left: 1px solid #67666A;
}


/******************************************************************************/
/****************************** HOME PAGE LIBRARY TYPE ************************/
/******************************************************************************/

.home-SD-library-types-bttn{
	display: block;
	width: 100%;
}

.home-SD-library-types-bttn-line{
	border: 1px solid #ffffff; 
	padding: 50px 20px;
}

.home-SD-library-types-bttn-line p{
	color: #ffffff;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.home-SD-library-types-bttn.title{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("images/HomePage-LT-title-bg.jpg");
}


.home-SD-library-types-bttn-marron{
	background-color: rgba(87, 36, 62, 0.6);
}

.home-SD-library-types-bttn-marron:hover{
	background-color: rgba(87, 36, 62, 0);
}

.home-SD-library-types-bttn-blue{
	background-color: rgba(19, 61, 93, 0.6);
}

.home-SD-library-types-bttn-blue:hover{
	background-color: rgba(19, 61, 93, 0);
}

.home-SD-library-types-bttn-gray{
	background-color: rgba(85, 85, 85, 0.6);
}

.home-SD-library-types-bttn-gray:hover{
	background-color: rgba(85, 85, 85, 0);
}

.home-SD-library-types-bttn-green{
	background-color: rgba(121, 151, 132, 0.6);
}

.home-SD-library-types-bttn-green:hover{
	background-color: rgba(121, 151, 132, 0);
}

.home-SD-library-types-bttn-lightblue{
	background-color: rgba(109, 138, 155, 0.6);
}

.home-SD-library-types-bttn-lightblue:hover{
	background-color: rgba(109, 138, 155, 0);
}


/********************************************************************/
/****************************** HOME PAGE CS ************************/
/********************************************************************/
#home-SD-CS-section{
	background-color: #D2DBE0;
}
.home-SD-CS-bttn-bg{
	width: 100%;
	min-height: 100px;
    display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.home-SD-CS-bttn-bg:hover{
	opacity: 1;
}
.home-SD-CS-bttn-bg img{
	opacity: 1;
}
.home-SD-CS-bttn-bg:hover img{
	opacity: 0.5;
}


.home-SD-CS-bttn-text{
    font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
    font-style: italic;
	font-size: 1.3em;
    line-height: 1.1em;
	font-weight: 500;
    color: #123D5D;
}

.home-SD-CS-before-title{
	font-size: 1.5em;
	font-weight: 500;
    line-height: 0.5em;
}

.home-SD-CS-title{
	font-size: 3.0em;
	font-weight: 500;
}




/**************************************************************************/
/*************************** HOME PAGE POL WINNERS ************************/
/**************************************************************************/

#pol-awards-banner p{
	color: #ffffff;
	font-weight: 300;
}

a.homepage-pol-awards-video{
	width: 100%;
	min-height: 120px;
    display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a.homepage-pol-awards-video:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

.homepage-pol-awards-video img{
	opacity: 1;
}

.homepage-pol-awards-video:hover img{
	opacity: 0.7;
}

a.pol-awards-video-1{
	background-image: url("images/pol-award-video-stPeteBeach-up.png");
}
a.pol-awards-video-1:hover{
	background-image: url("images/pol-award-video-stPeteBeach-down.png");
}
a.pol-awards-video-2{
	background-image: url("images/pol-award-video-CedarFalls-up.jpg");
}
a.pol-awards-video-2:hover{
	background-image: url("images/pol-award-video-CedarFalls-down.jpg");
}
a.pol-awards-video-3{
	background-image: url("images/pol-award-video-Atlanta-up.jpg");
}
a.pol-awards-video-3:hover{
	background-image: url("images/pol-award-video-Atlanta-down.jpg");
}

/******************************************************************************/
/****************************** HOME PAGE STATISTICS **************************/
/******************************************************************************/

#home-SD-stats-section{
	background-color: #BCC0C3;
	background-repeat: no-repeat;
	background-size: 23%;
	background-position: -5% 50%;
	background-image: url("images/HomePage-SD-icon-watermark.png");
}

#sd-fam-welcome .owl-stage{
    display: flex;
    align-items: center;
}




/****************************************************************/
/****************************** SD HOW **************************/
/****************************************************************/

.resp-container-home {
    position: relative;
    overflow: hidden;
    padding-top: 80%;
}
.resp-iframe-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



@media (max-width: 1500px) 
{
	#home-SD-what-section{
		background-image: none;
	}
}

@media (max-width: 992px) 
{
	p.home-SD-product-bttn{
		padding: 15px 5px;
	}
	a.pol-awards-video-1, a.pol-awards-video-2, a.pol-awards-video-3{
		min-height: 100px;
	}
	#pol-awards-banner-videos-section p{
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) 
{
	.home-SD-product-bttn-wrapper{
		height: 4.1em;
	}
	
	.home-SD-library-types-bttn-line{
		padding: 20px 20px;
	}
	
	#pol-awards-banner-logo-section{
		padding-bottom: 40px;
		text-align: center;
	}
	a.pol-awards-video-1, a.pol-awards-video-2, a.pol-awards-video-3{
	    margin: 0 auto;
		max-width: 300px;
	}
	#pol-awards-banner-videos-section p{
		text-align: center;
		margin-bottom: 30px;
	}
	
	#home-SD-stats-section{
		background-size: 60%;
		background-position: -91% 150%;
	}
	.border-left-till-md{
		border: 0px;
	}
	
}

@media (max-width: 576px) {
	
	.home-SD-CS-before-title{
		font-size: 1.2em;
	}
	
	.home-SD-CS-title{
		font-size: 2.2em;
	}
	
	#home-SD-stats-section{
		background-image: none;
	}
	
}























/* 								*/
/* 								*/
/* 		POST CSS CLASSES 		*/
/* 								*/
/* 								*/


/*******************************************************************/
/************************* All Posts Page **************************/
/*******************************************************************/
#blog-pages-title-wrap div{
	position: fixed; 
	bottom: 20%;
}

.position-absolute-top-30{
	position: absolute; 
	top: 30%;
}

.div-20-percent-width-10-percent-height{
	width: 20%; 
	height:10%; 
}

.bg-blue-color-250-px-height{
	/* background: linear-gradient(to bottom, #133d5d 0%,#133d5d 20%,#133d5d 20%,white 20%,white 80%); */
	background: linear-gradient(to bottom, #133d5d 250px, #133d5d 250px, #133d5d 250px, transparent 10rem, transparent 100%)
}

.bg-green-color-250-px-height{
	background: linear-gradient(to bottom, #799684 250px, #799684 250px, #799684 250px, transparent 10rem, transparent 100%)
}

.bg-marron-light-color-250-px-height{
	background: linear-gradient(to bottom, #57243e 250px, #57243e 250px, #57243e 250px, transparent 10rem, transparent 100%)
}

.bg-brown-light-color-250-px-height{
	background: linear-gradient(to bottom, #8A7776 250px, #8A7776 250px, #8A7776 250px, transparent 10rem, transparent 100%)
}

.bg-brown-light-color{
	background-color: #8A7776;
}

.bg-blue-color-40-percent-height{
	background: linear-gradient(to bottom, #133d5d 0%,#133d5d 40%,#133d5d 40%,transparent 40%,transparent 60%);
}

.bg-tan-color-20-percent-width{
	background: linear-gradient(to right, #f9f5f2 0%,#f9f5f2 20%,#f9f5f2 20%,white 20%,white 80%);
}

.bg-tan-transparent-color-3{
	background-color: rgb(232, 219, 209, 0.3);
}

#tan-transparent-rect-20{
	width: 20%; 
	background-color: rgb(232, 219, 209, 0.3); 
	position: absolute; 
	bottom: 0;
	display: block;
}

.padding-60-percent-0-20-percent-0{
	padding: 60% 0 20% 0;
}

.padding-20-0-30-0-smaller-than-md{
}

.pt-cv-content, .pt-cv-content *{
	font-weight: 300;
}

/************************************************************/
/************************* Single Posts *********************/
/************************************************************/

#post-feature-image{
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	margin-bottom: 30px;
}

#post-author-image img{
	width: 100px;
	height: auto;
	margin: 0 0 10px 0;
}

#post-author{
	margin: 30px 0 20px 0;
}

#post-author-name,
#post-author-title{
	font-size: 1.0rem;
	font-style: italic;
}

#post-publish-date{
	font-style: italic;
	text-align: right;
	font-size: 1.3rem;
	color: #807c78;
}

#post-title-section, #post-back-bttn{
	padding-right: 7%;
	text-align: right;
}
#post-title-section h2{
	line-height: 1.2em;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



/************************************************************/
/************************* Case Study ***********************/
/************************************************************/

#case-study-publish-date{
	font-style: italic;
	text-align: left;
	font-size: 1.3rem;
	color: #807c78;
	margin-bottom: 10px;
}


@media (max-width: 768px) {
	#blog-pages-title-wrap div{
		position: static; 
		bottom: auto;
	}
	
	#feature-blog-post{
		display: none;
	}
	
	#post-title-section, #post-back-bttn{
		padding-right: 0;
		text-align: center;
	}
	#post-feature-image{
		height: 250px;
	}

	#post-publish-date{
		text-align: center;
	}
	
	.padding-20-0-30-0-smaller-than-md{
		padding: 20px 0 30px 0 !important;
	}
	
	#tan-transparent-rect-20{
		display: none;
	}
}


/************************************************************/
/************************* Leadership ***********************/
/************************************************************/

.tile-bg-img-h-300{
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition-duration: 0.5s;
}

.tile-bg-img-h-200{
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition-duration: 0.5s;
}
  
.tile-bg-img-h-200:hover, .tile-bg-img-h-300:hover{
	transform: scale(1.2);
}

.drop-shadow-tiles{
		box-shadow: 2px 2px 7px rgba(158, 158, 158, 0.5);
    }
      
.drop-shadow-tiles:hover{
	box-shadow: 2px 2px 7px rgba(158, 158, 158, 1);
}

#leadership-content p{
	margin-bottom: 15px;
}





/*******************************************/
/*******************************************/
/*	Connections Summit Page Content Style  */
/*******************************************/
/*******************************************/

.cs-presenter-name-tile{
	font-size: 2.0em;
	font-weight: 400;
	color: #57243e;
}

.cs-presenter-title-tile{
	line-height: 1.1em;
    font-size: 0.9rem;
	color: #666569;
}

/* CS AGENDA */

.cs-show-agenda-toggle{
	border-top: 1px solid #123d5d;
	border-bottom: 1px solid #123d5d;
	max-width: 750px; 
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.cs-show-agenda-toggle:hover{
	background-image: linear-gradient(to right, rgba(109, 138, 155,0), rgba(109, 138, 155,0.1), rgba(109, 138, 155,0.1), rgba(109, 138, 155,0));
}

.cs-agenda-tabs{
	font-size: 1.4rem;
    cursor: pointer;
    text-align: center;
    padding: 15px 0 5px 0;
    border: 1px solid;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #fbf8f6;
    border-bottom: 0px;
}

.cs-agenda-tabs:hover{
    background-color: #ffffff;
}

.cs-agenda-tabs.selected{
    background-color: #ffffff;
}

.cs-agenda-tabs:hover p{
	color: #133d5d;
    font-weight: 400;
}

.cs-agenda-tabs p{
	color: #133d5d;
	font-size: 1.4rem;
    text-align: center;
}

.cs-agenda-tabs.selected p{
	color: #133d5d;
	font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
}

#cs-agenda-tab-dropdown{
	width: 100%;
    font-size: 1.4rem;
    color: #123d5d;
    padding: 10px;
}

tr.cs-agenda-break{
	background-color: #728ea1 !important;
}

tr.cs-agenda-break td{
	color: white;
	font-weight: 500;
}

table.cs-agenda-style{
	color: #133d5d;
	font-weight: 500px;
	background-color: white;
}

table.cs-agenda-style tr td{
	padding: 10px 15px;
}

table.cs-agenda-style tr:nth-child(even) {
	background-color: #fbf8f6;
}

table.cs-agenda-style th{
	color: white;
	font-weight: 600;
	font-size: 1.2em;
	padding: 10px 15px;
}

.cs-agenda-session-title{
	color: #123d5d;
	font-size: 1.2em;
	font-weight: 500;
	cursor: pointer;
}
.cs-agenda-session-title-mobile{
	color: #123d5d;
	font-size: 1.2em;
	font-weight: 600;
}
.cs-agenda-session-title:hover{
	color: #6d8a9b;
	text-decoration: underline;
}

/* CS EVENT DETAILS */

.cs-cal-day-big{
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 50px;
	color: #57243e;
	line-height: 0.9em;
}

.cs-cal-day-small{
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 38px;
	color: #123d5d;
	line-height: 0.8em;
}

.cs-cal-wrap-blue{
	border: 1px solid #8e8e8e;
	max-width: 110px;
    min-width: 60px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #123d5d;
}

.cs-cal-wrap-marron{
	border: 1px solid #8e8e8e;
	max-width: 110px;
    min-width: 60px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #57243e;
}

.cs-event-details-cal{
	display: inline-block;
	width: 20%;
	margin-right: 5%;
	margin-top: 5px;
}

.cs-event-details-text{
	display: inline-block;
	width: 70%;
}

.cs-event-details-cal-save{
	display: inline-block;
	width: 20%;
	margin-right: 5%;
	max-width: 120px;
	margin-top: 5px;
}

.cs-event-details-text-save{
	display: inline-block;
	width: 80%;
}

.cs-event-details-button-save{
	display: inline-block;
	width: 20%;
	text-align: center;
}

.cs-event-details-section-border-marron{
	border-top: 4px solid #57243e;
}

.cs-event-details-section-border-blue{
	border-top: 4px solid #123d5d;
}

.cs-detail-section-color-marron{
	background-color: #57243e;
}

.cs-detail-section-color-blue{
	background-color: #123d5d;
}

.cs-session-title-marron{
	font-size: 40px;
	color: #57243e;
	font-weight: 500;
	line-height: 1.0em;
	margin-bottom: 10px;
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
}

.cs-session-title-blue{
	font-size: 30px;
	color: #123d5d;
	font-weight: 500;
	line-height: 1.0em;
	margin-bottom: 10px;
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
}
.cs-subtitle-marron{
	color: #57243e;
	font-weight: 500;
}

.cs-subtitle-blue{
	color: #123d5d;
	font-weight: 500;
}

.cs-subtitle-gray{
	color: #67666a;
	font-weight: 500;
}

.drop-shadow{
	box-shadow: 2px 2px 7px rgba(158, 158, 158, 0.5);
}

.drop-shadow:hover{
	box-shadow: 2px 2px 7px rgba(158, 158, 158, 1);
}


@media (max-width: 1200px) {
	.cs-event-details-cal{
		width: 40%;
	}

	.cs-event-details-text{
		width: 50%;
	}
}

@media (max-width: 992px) {
	
	.cs-event-details-cal{
		width: 20%;
	}

	.cs-event-details-text{
		width: 70%;
	}

	.header-custom-bttn-white-xl-color-md{
		background-color: rgba(	102, 101, 105, 0.3);
		color: #3c3c3c !important;
	}

	.header-custom-bttn-white-xl-color-md:hover{
		background-color: rgba(	102, 101, 105, 0.4);
		color: #3c3c3c !important;
	}

	.header-custom-bttn-white-bright-xl-color-md{
		background-color: rgba(19, 61, 93, 0.8);
		color: #ffffff !important;
	}

	.header-custom-bttn-white-bright-xl-color-md:hover{
		background-color: #133d5d;
		color: #ffffff !important;
	}
}


@media (max-width: 576px) {
	.cs-cal-wrap-marron, .cs-cal-wrap-blue{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 8px;
		padding-bottom: 12px;
		text-align: center;
	}
	
	.cs-cal-day-big{
		font-size: 36px;
		text-align: center;
	}
	
	.cs-cal-day-small{
		font-size: 36px;
		text-align: center;
	}
}







/* 								*/
/* 								*/
/* 		FOOTER CSS CLASSES 		*/
/* 								*/
/* 								*/

#footer-quick-links-menu-bg{
	background-color: #666569;
	padding: 40px 0;
}
#footer-quick-links-menu a, #footer-quick-links-menu a:visited{
	font-size: 0.85rem;
	margin: 0;
	color: #aeadaf;
}
#footer-quick-links-menu a:hover{
	color: #ffffff;
}
footer h5{
	color: #ffffff;
}
footer ul{
	list-style-type: none;
	padding: 0 20px 0 0;
}
#site-info-menu{
	padding: 0 20px;
	/*border-right: 1px solid #ffffff;*/
}

#site-info-menu p{
	font-size: 0.85rem;
}
#corporate-info-menu{
	padding: 0 20px 0 0;
	/*border-right: 1px solid #ffffff;*/
}
#footer-social-links-menu-bg{
	background-color: #ffffff;
	padding: 25px 0;
}
.sm-icons-footer{
	display: inline-block;
	width: 47px;
	height: 41px;
	margin: 0 5px 0 0;
}
.copyright{
	display: block;
	font-size: 18px;
	font-family: 'Cormorant Garamond', Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
}
.copyright span{
	font-size: 18px;
	font-family: 'Garamond', Times New Roman, Times, serif;
	font-weight: 400;
	font-style: italic;
}
#footer-logo-pol{
	/*text-align: center;
	padding: 10px 10%;*/
	text-align: right;
	padding: 10px 0;
}
#footer-social-media{
	text-align: left;
}
#footer-logo{
	text-align: right;
	padding-top: 8px;
}
@media (max-width: 992px) {
	
	#footer-logo-pol{
		/*padding: 60px 10% 20px 10%;*/
		text-align: center; /*delete after subscr page */
		padding: 60px 0 20px 0;
	}
	#site-info-menu{
		border-right: 0;
	}
	
	/*delete below after subscr page */
	footer h5, footer li{
		text-align: center;
	}
	
}
@media (max-width: 768px) {
	#footer-logo{
		text-align: center;
	}
	#footer-social-media{
		text-align: center;
	}
	#site-info-menu{
		border-right: 0;
	}
	
	/*delete below after subscr page */
	footer h5, footer li{
		text-align: center;
	}
}
@media (max-width:576px) {
	#corporate-info-menu, #site-info-menu{
		padding: 0 0 40px 0;
		border-right: 0;
	}
	#footer-logo-pol{
		padding: 0 10% 20px 10%;
		/*delete bellow after subscr page*/
		text-align: center;
	}
	#footer-quick-links-menu-bg{
		padding: 50px 0;
	}
	footer h5, footer li{
		text-align: center;
	}
}


/*****************************************/
/*****************************************/
/* This is what could be for Custom View */
/*****************************************/
/*****************************************/

/*************************
 * GRID SCHEDULE LAYOUT
 *************************/
 @media screen and (min-width:700px) {
	.schedule {
	  display: grid;
	  grid-gap: 1em;
	  grid-template-rows:
		[tracks] auto
		[time-0800] 1fr
		[time-0830] 1fr
		[time-0900] 1fr
		[time-0930] 1fr
		[time-1000] 1fr
		[time-1030] 1fr
		[time-1100] 1fr
		[time-1130] 1fr
		[time-1200] 1fr;
		/* Note 1:
		Use 24hr time for gridline names for simplicity
  
		Note 2: Use "auto" instead of "1fr" for a more compact schedule where height of a slot is not proportional to the session length. Implementing a "compact" shortcode attribute might make sense for this!
		Try 0.5fr for more compact equal rows. I don't quite understand how that works :)
		*/
	  
	  grid-template-columns:
		[times] 4em
		[track-1-start] 1fr
		[track-1-end track-2-start] 1fr
		[track-2-end track-3-start] 1fr
		[track-3-end track-4-start] 1fr
		[track-4-end];
	}
  }
  
  .time-slot {
	grid-column: times;
  }
  
  .track-slot {
	display: none; /* hidden on small screens and browsers without grid support */
  }
  
  @supports( display:grid ) {
	@media screen and (min-width:700px) {
	  .track-slot {
		display: block;
		padding: 10px 5px 5px;
		position: sticky;
		top: 0;
		z-index: 1000;
		background-color: rgba(255,255,255,.9);
	  }
	}
  }
  
  /* Small-screen & fallback styles */
  .session {
	margin-bottom:  1em;
  }
  
  @supports( display:grid ) {
	@media screen and (min-width: 700px) {
	  .session {
		margin: 0;
	  } 
	}
  }
  
  /*************************
   * VISUAL STYLES
   * Design-y stuff ot particularly important to the demo
   *************************/
 /* body {
	padding: 50px;
	max-width: 1100px;
	margin: 0 auto;
	line-height: 1.5;
  } */
  
  .session {
	padding: .5em;
	border-radius: 2px;
	font-size: 14px;
	box-shadow:
	  rgba(255,255,255,.6) 1px 1px 0,
	  rgba(0,0,0,.3) 4px 4px 0;
  }
  
  .session-title,
  .session-time,
  .session-track,
  .session-presenter {
	display: block;
  }
  
  .session-title,
  .time-slot {
	margin: 0;
	font-size: 1em;
  }
  
  .session-title a {
	color: #fff;
	text-decoration-style: dotted;
  }
  .session-title a:hover {
	font-style: italic;
  }
  .session-title a:focus {
	outline: 2px dotted rgba(255,255,255,.8);
  }
  
  .track-slot,
  .time-slot {
	font-weight: bold;
	font-size:.75em;
  }
  
  .track-1 {
	background-color: #1259B2;
	color: #fff;
  }
  
  .track-2 {
	background-color: #687f00;
	color: #fff;
  }
  
  .track-3 {
	background-color: #544D69;
	color: #fff;
  }
  
  .track-4 {
	background-color: #c35500;
	color: #fff;
  }
  
  .track-all {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ccc;
	color: #000;
	box-shadow: none;
  }
  
  .text {
	max-width: 750px;
	font-size: 18px;
	margin: 0 auto 50px;
  }
  
  .meta {
	color: #555;
	font-style: italic;
  }
  
  .meta a {
	color: #555;
  }
  
  hr {
	margin: 40px 0;
  }


  /******************************************/
  /******************************************/
  /******************************************/
  /****** 		   	Test Grid	 		*****/
  /******************************************/
  /******************************************/
  /******************************************/
  .grid-container {
	display: grid;
	grid-gap: 10px;
	background-color: #2196F3;
	padding: 10px;
  }
  
  .grid-item {
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px;
	font-size: 30px;
  }
  
  .g-thick-2 {
	grid-column: span 2;
  }
  .g-thick-3 {
	grid-column: span 3;
  }
  
  .g-tall-2 {
	grid-row: span 2;
  }
  .g-tall-3 {
	grid-row: span 3;
  }
  
  
  .g-col-1{
	grid-column: 1;
  }
  .g-col-2{
	grid-column: 2;
  }
  .g-col-3{
	grid-column: 3;
  }
  .g-col-4{
	grid-column: 4;
  }
  
  
  .g-row-1{
	grid-row: 1;
  }
  .g-row-2{
	grid-row: 2;
  }
  .g-row-3{
	grid-row: 3;
  }
  .g-row-4{
	grid-row: 4;
  }
  .g-row-5{
	grid-row: 5;
  }
  .g-row-6{
	grid-row: 6;
  }
  
div .tribe-common-l-container .tribe-events-l-container{
	max-width: 90%;
}