@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face{font-family:'DINOT';src:url('../fonts/DINOT.eot?v=4.7.0');src:url('../fonts/DINOT.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/DINOT.woff?v=4.7.0') format('woff'),url('../fonts/DINOT.ttf?v=4.7.0') format('truetype'),url('../fonts/DINOT.svg?v=4.7.0#DINOT') format('svg');font-weight:normal;font-style:normal}

/* =================    My Grid  ===================*/
.row, .industryrow, .boxrow {
	margin-top:0;
	margin-left:0 !important;
	margin-right:0 !important;
	margin-bottom:20px;
	padding:0;
	position: relative;
}

.col_2, .half {
	width: 50%;
	float: left;
}
.col_3 {
	width: 33.3333%;
	max-width: 33.3333%;
	float: left;
}
.col_4 {
	width: 25%;
	float: left;
}
.col_5 {
	width: 20%;
	float: left;
}
.col_6 {
	width: 16.6666%;
	float: left;
}
.col_7 {
	width: 14.285%;
	float: left;
}
.col_8 {
	width: 12.5%;
	float: left;
}
.col_2-3 {
	width: 66.6666%;
	float: left;
}
.col_3-4 {
	width: 75%;
	float: left;
}
.colpadding {
	padding-left: 8%;
	padding-right: 8%;
}
.boxrow {
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.boxrow .col_1 {
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_2 {
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_3 {
	width: calc(33.3333% - 20px);
	max-width: calc(33.3333% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_4 {
	width: calc(25% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_5 {
	width: calc(20% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_6 {
	width: calc(16.6666% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_7 {
	width: calc(14.285% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_8 {
	width: calc(12.5% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_2-3 {
	width: calc(66.6666% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_3-4 {
	width: calc(75% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow:after, .boxrow .row:after {
	content:"";
	display: block;
	clear: both;
}

.alignleft { text-align:left !important; }
.alignright { text-align: right !important; }

.flexrow {
	display: flex;
    flex-direction: row;
}
.flexcol {
	display: flex !important;
    flex-direction: column;
	flex:1;
}
.flexcol .showonmobile, .flexrow .showonmobile {
	display: none !important;
}
.rel { position: relative !important; }


div.cbbox {
	width: 50px;
	margin-right: 20px;
	float: left;
}
div.cbbox .wpcf7-list-item-label { display:none !important;}
div.cbtext {
	width: calc(100% - 70px);
	float: left;
}

@media all and (max-width: 800px) {
	.boxrow, .flexcol, .flexrow {
		display: block !important;
		flex: 0;
	}
	.boxrow .col_2, .boxrow .col_3 {
		display: block;
		flex: 0;
	}
    .col_2, .half {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#pagetitle .boxrow .col_2 {
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		float: left;
	}
	.half {
		margin: 0px;
	}
    .col_3 {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.col_2-3 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.col_4 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.col_3-4 {
		width: 100%;
		float: left;
	}
	.col_5, .col_6 {
		width: 33.3333%;
	}
	.col_7, .col_8 {
		width: 25%;
	}
	.boxrow .col_2, .boxrow .col_3, .boxrow .col_2-3, .boxrow .col_3-4 {
		width: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	.boxrow .col_4 {
		width: calc(50% - 20px);
	}
	.boxrow .col_5, .boxrow .col_6 {
		width: calc(33.3333% - 20px);
	}
	.boxrow .col_7, .boxrow .col_8 {
		width: calc(25% - 20px);
	}
	#SocialUpdateForm .boxrow .col_4 {
		width: 100%;
	}
	.row.boxrow { margin-bottom: 0; }
}
@media all and (max-width: 650px) {
	
	.col_4, .col_3-4, .col_5, .col_6, .col_7, .col_8 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.boxrow .col_4,.boxrow .col_3-4, .boxrow .col_5, .boxrow .col_6, .boxrow .col_7, .boxrow .col_8 {
		width: calc(100% - 20px);
	}
	
	#pagetitle .boxrow .col_2 {
		width: 100%;
		float: none;
		margin-bottom:0px
	}
}
/* =============    End of My Grid ==============*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* [disabled]vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	line-height: 1;
	line-height: 140%;
	color: #363636;
}
.red { color: #c8102e !important; }
.yellowrow {
	background-color:#ffdb00;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
h1, h2, h3, h4, h5, h6 { line-height: 120%; margin-bottom: 20px; }
h1{
	font-size: 40px;
    font-weight: 700;
	color: #363636;
	margin-bottom: 30px !important;
}
h2{
   font-size:30px;
   margin-bottom: 20px !important;
}
h3{
	font-size:24px;
	line-height: 30px;
	margin-top: 10px;
}
h4{
	font-size:20px;
	color: #363636;
}
h5{
	font-size:17px;
}
h6{
	font-size:15px;
}
ol{
	list-style-type: disc;
}
ul{list-style:disc}
li{
	margin-left:0px
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom:1px
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong { font-weight: bold; }
em {font-style:italic; }.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
.error {
	font-size: 11px;
	color: #C10000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.large {
	font-size: 18px;
}

img.pyro-image { max-width: 100%; }
a:visited, a:link {
	color: #094273;
}
a:hover {
	color: #041f37;
}
a#gameform {
	margin-top:0px;
}
a.pdflink {
	background-image: url(../images/pdfIcon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-left: 90px;
	font-size: 19px;
	display: block;
	padding-top: 20px;
	min-height: 50px;
	margin-bottom: 25px;
}

a.pptlink {
	background-image: url(../images/pptIcon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-left: 90px;
	font-size: 19px;
	display: block;
	padding-top: 20px;
	min-height: 50px;
	margin-bottom: 25px;
}
p {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 130%;
	margin-top: 5px;
}
.small {
	font-size: 12px;
}
ul, ol {
	padding-left: 25px;
}
li {
	font-size: 15px;
	color: #363636;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-type: disc;
	padding-left: 10px;
}
ol li {
	list-style-type: decimal;
}
li p {
	padding: 0;
	margin:0;
}
small, .small {
	font-size: 12px;
}
.tiny, ul.tiny li, ol.tiny li {
	font-size: 10px;
}

hr, .horz-separator {
	background-color: #bbbbbb;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: none;
	clear: both;
}
#announcement-row h1 {
	font-size: 28px;
	margin-bottom: 10px;
}
#announcement-row h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
#wrapper {
	width: 100%;
	position: relative;
}

#top-section {
	width: 100%;
	position: relative;
	z-index:980;
	background: #ffffff;
    color: #363636;
}

.wide-container {
	max-width: 1400px;
	width: calc(100% - 60px);
	margin: 0 auto;
	position: relative;
}
.container {
	max-width: 1200px;
	width: calc(100% - 60px);
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.container-nb {
	max-width: 1025px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.wide-container:after,
.container:after,
.container-nb:after {
	content:'';
	display:block;
	clear:both;
}
.leftside {
	float: left;
	width: 70%;
}
.rightside {
	float: right;
	width: 25%;
}
.single .rightside {
	padding-top: 30px;
}
.rightside img {
	margin-bottom: 25px;
	max-width: 100%;
}
.rightside .widget {
	margin-bottom: 25px;
}
#logo {
	width: 168px;
	float: left;
	margin:60px 20px 10px 0;
}
#logo img {
	width: 100%;
}
#topright {
	width: calc(100% - 210px);
	float: right;
	padding-top: 0px;
	text-align:right;
}
#topright::after {
	content:'';
	display:block;
	clear: both;
}
#topright .toprow {
	margin-bottom: 10px;
}
#toplink-container {
	float: right;
	height: 24px;
	width: 300px;
	margin-top: 45px;
	text-align: right;
}
#topright a,
#toplink-container a.toplink {
	color: #363636;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
	
}
#topright a:hover {
	background-color: transparent;
	text-decoration: underline;
}
#toplink-container a.toplink:hover {
	color: #5095ef;
}
#toplink-container .topnavsep {
	background-color: #e8e8e8;
	display: block;
	height: 24px;
	width: 2px;
	margin-right: 15px;
	margin-left: 15px;
	float: right;
}

/* ====================  Site Navigation ====================== */
#searchWrapper {
	/*display: inline-block;*/
	display: none; /* Added to hide the search temporarily */
	padding-top:0;
	padding-left: 30px;
}
#searchWrapper .ss360-section__button img {
	visibility:0 !important;
}
#searchWrapper .ss360-section__button {
  position:relative;
  align-items: center;
  background-color: #ffdb00 !important;
  border:none !important;
  border-radius: 0 3px 3px 0 !important;
  font-size: 1.2em;
  height: 30px;
  justify-content: center;
  margin-top: 0px;
  padding: 0 16px;
  color: #363636;
  transition: background-color .3s ease-in-out,border-color .3s ease-in-out;
}
#searchWrapper .ss360-section__button::after {
	content:'';
	display:block;
	width:15px;
	height:15px;
	background-image:url(../images/search-icon.svg);
	background-size:contain;
	background-repeat:no-repeat;
	position: absolute;
	background-color: #ffdb00;
	top: 8px;
	
}
#searchWrapper .ss360-section__input {
  -webkit-appearance: none;
  appearance: none;
  background-position: 4px 10px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border:none !important;;
  border-radius: 3px 0 0 3px !important;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 12%);
  box-sizing: border-box;
  font-size: 1em;
  height: 30px;
  margin: 0;
  max-width: 210px;
  padding: 0 8px;
  width: 210px;
}
#navrow {
	background-color: transparent;
	width: 100%;
	border-top: 1px solid hsla(0,0%,100%,.4);
}
#navWrapper {
    border: none;
	width: 100%;
	display: block;
}
#navrow .container {
	width: 100%;
}
#nav {
	text-align: left;
    border: none;
	height:50px;
}
#navright {
	display: inline-block;
	text-align: right;
	color: #363636;
	padding-top: 23px;
	padding-left:15px;
	line-height: 20px;
	font-size: 22px;
}
#navright p {
	margin-bottom: 0;
}
#navright a {
	font-size: 18px;
	text-trabsform:uppercase;
	line-height: 20px;
	color: #363636;
}
ul#primary-menu-list {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-transform-style: preserve-3d;
	overflow: visible;
	width: 100%;
	max-width: 100%;
	text-align: right;
	background-color: transparent !important;
	z-index: 2000;
	clear: both;
	margin: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: none;
	height: auto;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
    border: none;
}
#primary-menu-list li {
    position: relative;
    list-style: none;
    display: inline-block;
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    border: none;
	margin-right: 15px;
}
#primary-menu-list li:last-child {
	margin-right: 0;
}

/*
#primary-menu-list li.menu-item-has-children {
	padding-right: 10px;
}
#primary-menu-list li.menu-item-has-children::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(45deg);
	float:right;
	position: absolute;
    top: 28px;
    right: 0;
}
*/
.sub-menu-toggle { display:none; }
#primary-menu-list li a {
    width: auto;
    display: block;
    height: 50px;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    color: #363636;
    border: none;
	background-color: transparent !important;
    text-transform: uppercase;
	text-decoration:none !important;
}
#primary-menu-list li::before {
	content:'';
	display:none;
	width: 0;
	height: 4px;
	background-color:#ffdb00;
	position:absolute;
	z-index: -1;
	left: 50%;
	bottom: 30px;
	transform:translateX(-50%);
	 -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
     transition: width .3s ease-in-out;
}
#primary-menu-list li:hover:before {
	display:block;
	width: 100%;
}
#primary-menu-list li ul {
	position: absolute;
	display: none;
	
}
#primary-menu-list li:hover > ul {
	display: inline-block;
	top: calc(100% - 15px);
	min-width: 100%;
	left:0;
	margin:0;
	padding: 0 ;
	background-color: #ffffff;
	box-shadow: 1px 4px 8px -1px rgba(0,0,0,0.45);
	-webkit-box-shadow: 1px 4px 8px -1px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 4px 8px -1px rgba(0,0,0,0.45);
}
#primary-menu-list li ul li {
	display:block;
	margin: 0;
	padding: 0;
	list-style-type:none;
	float:none;
	text-align:left;
}
#primary-menu-list li ul li::after, #primary-menu-list li ul li:hover:after {
	display:none;
	
}
#primary-menu-list li ul li a {
	color: #30302f;
	font-size: 17px;
	font-weight: 500;
	line-height: 18px;
	padding: 15px 15px;
	margin:0;
	height:auto;
	display:block;
	white-space:nowrap;
	text-transform:none; 
}
#primary-menu-list li ul li a:hover {
	background-color: #e8f2f1 !important;
	color: #094273;
}
.icon-plus:before, .icon-minus:before {
    display:none !important;
}
.loaderWrap {
    z-index: 99970 !important;
}
.wp-block-search__button {
    box-shadow: none;
	background-color: #c8102e;
    color: #ffffff;
    padding: 15px 30px;
	font-weight: 600;
}

@media only screen and (max-width: 1200px) {
	#navright {
		display:none;
	}
	#primary-menu-list li a {
		width: auto;
		display: block;
		text-decoration: none;
		height: 50px;
		font-size: 18px;
		line-height: 50px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#primary-menu-list li::before {
		bottom: 18px;
	}
	#primary-menu-list li:hover > ul {
		top: calc(100% - 8px);
	}
}
@media only screen and (max-width: 1100px) {
	#logo {
		margin: 50px 20px 10px 0;
	}
	#searchWrapper {
		margin-left: 0px;
	}
	#navrow,
	#nav {
		height: 30px;
	}
	#navWrapper {
		border: none;
		margin-left: 0;
		margin-right: 0;
		position: relative;
        z-index: 999989;
	}
	#menubutton {
		display: inline-block;
		width: 30px;
		height: 30px;
		cursor:pointer;
		float: right;
		font-size: 0;
		text-indent:-9999px;
		overflow:hidden;
		margin-top:0px;
		margin-right:0px;
		-webkit-transition: margin-top .5s ease-in-out;
		-moz-transition: margin-top .5s ease-in-out;
		-o-transition: margin-top .5s ease-in-out;
		transition: margin-top .5s ease-in-out;
	}
	#menubutton span {
		width: 30px;
		height: 3px;
		margin-top: 5px;
		margin-bottom: 5px;
		background-color: #363636;
		display: block;
	}
	#menubutton:before, #menubutton:after {
		content:"";
		display:block;
		width: 30px;
		height: 3px;
		margin-top: 2px;
		margin-bottom: 2px;
		background-color: #363636;
	}
	#menubutton:hover span, #menubutton:hover:after; #menubutton:hover:before {
		background-color: #363636 !important;
	}
	#menuclose {
		width: 25px;
		height: 26px;
		background-image:url(../images/close-x.png);
		background-repeat:no-repeat;
		background-position: 0 0;
		position: absolute;
		top:30px;
		right: 24px;
		display:block;
		cursor:pointer;
	}
	.menuclose:hover {
		background-position: 0 -26px;
	}
	.primary-menu-container {
		display: inline-block;
		position: fixed;
		top:0;
		bottom:0;
		right:-500px;
		padding-top: 81px;
		min-width: 300px;
		background-color: #ffffff;
		box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.61);
		-webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.61);
		-moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.61);
		-webkit-transition: right .5s ease-in-out;
		-moz-transition: right .5s ease-in-out;
		-o-transition: right .5s ease-in-out;
		transition: right .5s ease-in-out;
	}
	.primary-menu-container.open {
		right:0;
	}
	ul#primary-menu-list {
		
    }
	#primary-menu-list li {
		position: relative;
		display:block;
		float: none;
		overflow: visible;
		padding:0px;
		margin-right: 0px;
	}
	#primary-menu-list li:last-child {
		margin-right: 0px;
	}
	#primary-menu-list li:hover:after {
	    display:none;
	}
	#primary-menu-list li.menu-item-has-children {
		padding-right: 0;
	}
	#primary-menu-list li.menu-item-has-children::before {
		display:none;
	}
	#primary-menu-list li ul, #primary-menu-list li:hover ul {
		position: relative;
		display: none;
	}
	.primary-menu-container #primary-menu-list li.open > ul {
		display: inline-block;
		top:100%;
		min-width: 100%;
		left:0;
		margin:0;
		padding: 10px 0;
		border-top: 2px solid #ffdb00;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.sub-menu-toggle {
		padding: 0;
		display: inline-block;
		position: absolute;
		top: 20px;
		right: 10px;
		width: 24px;
		height: 24px;
		background-color: transparent;
		overflow:hidden;
		border:none;
	}
	.sub-menu-toggle::after {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-right: 2px solid #363636;
		border-bottom: 2px solid #363636;
		transform: rotate(-45deg);
		position: absolute;
		top: 7px;
		left: 4px;
	}
	li.open .sub-menu-toggle::after {
		
		border-right: 2px solid #363636;
		border-bottom: 2px solid #363636;
		transform: rotate(45deg);
		position: absolute;
		top: 7px;
		left: 4px;
	}
	.sub-menu-toggle .icon-plus {
		margin-top: 0;
		background-color: transparent;
		display:none !important;
	}
	.sub-menu-toggle .icon-minus {
		background-color: transparent;
		margin-top: -4px;
		display: none !important;
	}
	
	
	#primary-menu-list li a {
	   border-top: 1px solid hsla(0,0%,84.7%,.5);
	   color: #525252;
	   text-transform: none;
	   text-align: left;
	   padding: 0 20px;
	}
	#primary-menu-list li ul li a {
		color: #525252;
		font-size: 13px;
		line-height: 16px;
		padding: 10px 20px;
		border: none;
	}
	
	
}


/* ==================  Home Page Banner ================ */
.o-sliderContainer {
	float:none !important;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	overflow:hidden;
}
.o-sliderContainer .loaderWrap { display:none !important; }
.o-sliderContainer.hasShadow {
    box-shadow: none !important;
}
.o-slider-textWrap {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	bottom:0 !important;
	padding:0 !important;
}
.o-slider-textWrap::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    position: absolute;
    /*background: rgba(255, 255, 255, 0.75) !important;*/
	background-image:url(../images/caption-back.png);
	background-repeat:repeat;
    transition: none !important;
}
.o-slider--item::after {
	display:none !important;
}
.o-slider-textWrap div {
    width: auto;
	max-width: 1068px !important;
    margin: 0 auto 5px auto !important;
	padding: 0px 30px !important;
}
.o-slider-textWrap a.know-more-btn {
	background-color: #ffdb00 !important;
	color: #363636 !important;
	-moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
	font-size: 15px;
	font-weight: 500;
	margin-top: -10px;
	margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
.o-slider-textWrap a.know-more-btn:hover {
	background-color: #9a9a9a !important;
	color: #ffffff !important;
}
.o-slider-title {
    width: auto;
	max-width: 1068px !important;
    margin: 20px auto 20px auto !important;
    height: auto;
    color: #ffffff !important;
    text-shadow: none !important;
    font-size: 1.4rem;
	font-weight: 600;
    display: block !important;
    padding: 0 !important;
    transition: none !important;
    transform-origin: 0 0;
    transform: none !important;
    opacity: 0;
    position: relative;
    z-index: 1;
}
.o-slider-title::after, .o-slider-paragraph::after {
    display:none;
}
.o-slider-paragraph {
    width: auto;
	max-width: 1068px !important;
    margin: -10px auto 20px auto !important;
    height: auto;
    color: #ffffff !important;
    text-shadow:none !important;
    font-size: 1.5rem;
    display: block  !important;
    padding: 0 !important;
    transition: none !important;
    transform-origin: 0 0;
    transform: none !important;
    opacity: 0;
    position: relative;
    z-index: 1;
    font-size: 0.8rem;
}

#internalbanner {
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	height: 300px;
	margin-bottom: 0;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	overflow:hidden;
	max-width: 1400px;
    margin: 0 auto;
}
#main {
	min-height: calc(100vh - 316px);
	background-color: #ffffff;
}
#announcement-row a#video-container {
	float: right;
	height: 193px;
	width: 347px;
	display: block;
	position: absolute;
	top: -13px;
	right: 0px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}
#announcement-row p {
	font-size: 15px;
	font-weight: 400;
	color: #555555;
	margin-bottom: 5px;
	line-height: 20px;
}
.videoboxleft {
	float: left;
	height: auto;
	width: 48%;
	margin-bottom: 25px;
}
.videoboxright {
	float: right;
	height: auto;
	width: 48%;
	margin-bottom: 25px;
}
.site-main { padding-bottom: 40px !important; }
.contact-form-container { max-width: 500px; }
.homebox {
	float: left;
	width: calc(100% - 20px);
	margin-right: auto;
	margin-left:auto;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
	text-decoration:none;
	text-align:left;
}
.homebox .homeboximage {
	display: block;
    height: 0px;
	padding-top: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.homebox .slide {
	position:relative !important;
	text-align:left !important;
}
.homebox .slide h2 {
	font-weight: 700;
	text-align:left !important;
}
.homebox .slide .learnmore {
	position:relative;
	padding: 5px 25px 5px 0;
	color: #094273;
}
.homebox .slide .learnmore::after {
	position:absolute;
	content:'';
	display: block;
	width: 18px;
	height: 15px;
	background-image:url(../images/learn-more-arrow.png);
	background-position:top left;
	background-repeat:no-repeat;
	top: 9px;
	right: 0;
}
.infobuttonrow .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form .row { margin-bottom: 15px; }
form h6.formtitles {
	font-size: 18px;
	font-weight: bold;
}
form td {
	padding: 5px;
}
form p:after {
	content:"";
	display:block;
	clear:both;
}
form .dateformat {
	font-size: 13px;
	color: #666666;
}
form label, form .label { width: 200px; float: left; margin-bottom: 10px; font-size: 17px; padding-top: 5px; max-width: 250px; }
form .field { width: calc(100% - 200px); float: left; margin-bottom: 10px; }
form input[type='text'], form select, form input[type='password'], form input[type='email'], form input[type='date']  {
	padding: 8px 10px;
	width: 100%;
	border: 1px solid #cbd6e2;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	font-size: 16px;
	line-height: 22px;
	background-color: #f5f8fa;
	outline: none !important;
}
form textarea {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 100%;
	border: 1px solid #cbd6e2 !important;
	font-size: 16px;
	line-height: 22px;
	-webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
	background-color: #f5f8fa;
	outline: none !important;
}
form input[type='submit'] {
    background-color: #ffdb00;
    border: solid 1px #ffdb00;
    color: #363636;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;-webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
	-webkit-box-shadow: 5px 5px 20px 0 rgba(53,63,71,.04), -5px -5px 20px 0 rgba(53,63,71,.04) !important;
    box-shadow: 5px 5px 20px 0 rgba(53,63,71,.04), -5px -5px 20px 0 rgba(53,63,71,.04) !important;
    padding: 12px 30px !important;
	
}
#footer form input[type='submit'] {
	background-color: #c8102e;
	color: #ffffff;
    padding: 22px !important;
}
form input[type='submit']:hover {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
	color: #ffffff;
}
input.wpcf7-not-valid {
    border-color: #c87872 !important;
}


input#captcha { max-width: 150px; }
#captcha img { width:172px !important; height:40px !important; }
.spacer60 {
	height: 60px;
}
.spacer40 {
	height: 40px;
}
.spacer20 {
	height: 20px;
}
.half {
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}
.third {
	float: left;
	width: 31.3333%;
	margin-right: 1%;
	margin-left: 1%;
}
.quarter {
	float: left;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
}
.fifth {
	float: left;
	width: 19%;
	margin-right: .5%;
	margin-left: .5%;
}
.nobottom { margin-bottom:0 !important; }
#prizebox-container {
	padding-top: 10px;
	padding-bottom: 15px;
}
#prizebox-container .third{
	height: 280px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	position: relative;
	overflow: hidden;
}
#prizebox-container .slide {
	padding: 18px 12px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #ffffff; !important;
	color: #30302f;
	text-decoration: none;
	text-align: center;
	display: block;
	transition: all 0.3s ease-in 0s;
}
#prizebox-container .slide h2 {
	font-size: 19px;
	line-height: 22px;
	margin-bottom: 0px;
	padding-top:0;
	color: #30302f;
	text-align: center;
	transition: all 0s ease-in 0s;
}
#prizebox-container .slide p {
	font-size: 12px;
	line-height: 14px;
	padding-top:0px;
	padding-bottom: 5px;
	margin:0px;
	display:none;
}
#prizebox-container .slide.active {
	padding: 15px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../img/transparent-white.png);
	background-repeat: repeat;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	display: block;
	transition: all 0.3s ease-in 0s;
}
#prizebox-container .slide.active h2 {
	color: #c8102e;
	text-align: left;
	transition: all 0.3s ease-in 0s;
}
#prizebox-container .slide.active p {
	display:block;
}
#prizebox-container .slide a.readmore {
	margin-left: 80px;
	padding-top: 3px;
	font-size: 11px;
	display:none;
	color: #ffffff;
	background-color: #014fa5;
	text-align: center;
	width: 74px;
	padding-bottom: 4px;
	text-decoration: none;
}
#prizebox-container .slide.active a.readmore {
	display:block;
}
a.prize {
	position: relative;
	width: 100%;
	height: 220px;
	margin-bottom: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
a.prize span {
	padding: 15px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../img/transparent-blue.png);
	background-repeat: repeat;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: block;
}
a.prize:hover > span {
	color: #c8102e;
}
.prizeimg {
	position: relative;
	width: 330px;
	height: 220px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	float: right;
	margin-left: 30px;
}
a.button, a.wp-block-button__link {
	background-color: #ffdb00 !important;
	text-align: center !important;
	text-decoration:none !important;
	color: #363636!important;
	font-weight: 500 !important;
	display:inline-block !important;
	-moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
	outline:none !important;
	cursor:pointer !important;
	-webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
	border:1px solid #ffdb00 !important;
	-webkit-box-shadow: 5px 5px 20px 0 rgba(53,63,71,.04), -5px -5px 20px 0 rgba(53,63,71,.04) !important;
    box-shadow: 5px 5px 20px 0 rgba(53,63,71,.04), -5px -5px 20px 0 rgba(53,63,71,.04) !important;
    padding: 12px 30px !important;
}
a.button.learnmore {
	padding: 6px 24px !important;
}
a.button:hover, a.wp-block-button__link:hover {
	background-color: #6c757d !important;
    border-color: #6c757d !important;
	color: #ffffff !important;
}
a.bigbutton {
	color: #FFF;
	background-color: #c8102e;
	display: inline-block;
	float: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 18px;
	text-decoration: none;
}
a.bigbutton2 {
	color: #FFF;
	background-color: #c8102e;
	display: inline-block;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 18px;
	text-decoration: none;
}

#grandprize {
	background-image: url(../img/grand-prize-usa.jpg);
}
#grandprize-ca {
	background-image: url(../img/grand-prize-canada.jpg);
}
#grandprize-home {
	background-image: url(../img/grand-prize-home.jpg);
}
#top-producer {
	background-image: url(../img/top-producer-usa.jpg);
}
#top-producer-ca {
	background-image: url(../img/top-producer-canada.jpg);
}
#top-producer-home {
	background-image: url(../img/top-producer-home.jpg);
}
#monthly-prize {
	background-image: url(../img/monthly-prize.jpg);
}
#monthly-prize-home {
	background-image: url(../img/monthly-prize-home.jpg);
}
#weekly-prize {
	background-image: url(../img/weekly-prize.jpg);
}
#weekly-prize-home {
	background-image: url(../img/weekly-prize-home.jpg);
}
#webinar-prize {
	background-image: url(../img/webinar-prize.jpg);
}

#webinar-prize-french {
	background-image: url(../img/webinar-prize-french.jpg);
}
#webinar-prize-home {
	background-image: url(../img/webinar-prize-home.jpg);
}
.partnerbox {
	display: block;
	width: 32%;
	float: left;
	border: 2px solid #FFF;
}
.partnerbox:hover {
	border: 2px solid #c8102e;
}
.partnerimg {
	width: 100%;
	display: block;
}
.partnertext {
	float: left;
	width: 300px;
	padding-left: 30px;
}
#destinations td {
	padding: 8px;
	line-height: 20px;
}
a.playbutton {
	background-color: #c8102e;
	display: block;
	width: 200px;
	color: #ffffff;
	font-size: 22px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	float: right;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-top: 30px;
}
.hunting {
	border: 3px solid #c8102e;
	float: right;
	width: 200px;
	margin-top: -5px;
	margin-left: 40px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.completed {
	border: 4px solid #367cd2;
	background-color: #5095ef;
	color: #ffffff;
	float: right;
	width: 250px;
	margin-top: -5px;
	margin-left: 40px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.post { background-color: #d9d9d4;}
#singlepost .post { background-color: transparent; }
#archiverow .post { background-color: transparent; }
#singlepost h1.page-title {
	font-size: 50px;
}
#archiverow { padding-top: 30px;}
#archiverow .post { background-color: #d9d9d4;}
.post h5, .single_post h5 {
	font-size: 18px;
	font-weight: 600;
}
.post h5 a {
	color: #094273;
	text-decoration: none;
}
.post .date {
	font-size: 12px;
	color: #9a9a9a;
	margin-bottom: 30px;
}
.post .post_date {
	background-image:url(../images/news-date-back.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	background-size: cover;
	width: 12%;
	min-width: 80px;
	float: left;
	font-size: 12px;
	color: #9a9a9a;
}
.post .post_date .date {
	display:block;
	font-size: 14px;
	line-height: 20px;
	color: #363636;
	text-align: center;
	padding: 10px 0;
}
.post_intro, .post_body {
	padding: 15px 0px;
	background-color: #ffffff;
}

.post_intro {
	position: relative;
	width: 88%;
	float: left;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 20px;
	padding-left: 1%;
	background-color: #edf5f4;
}
.entry-content p {
	max-width: 100% !important;
	margin-left:0 !important;
	margin-right:0 !important;
}
.single_post #existing-comments { display: none; }
.single_post h1 {
	font-size: 18px;
    font-weight: 600;
}
.single_post h5 small {
	width: 80px;
	float: right;
	
}

.navigation .nav-links > * {
    font-size: 80% !important;
}
/*
.archive h4 {
    background: #e5e5ef;
    border-bottom: 1px solid #d7d7d5;
    border-right: 1px solid #d7d7d5;
    display: block;
    color: #c8102e;
    font-size: 20px;
    text-align: left;
    line-height: 26px;
    margin-bottom: 2px;
    width: 90%;
    padding-top: 8px;
    padding-right: 5%;
    padding-bottom: 8px;
    padding-left: 5%;
    font-weight: normal;
}
*/
.blog_categories, .archive { margin-bottom: 30px; }
.blog_categories a, .archive a {
	text-decoration: none;
}
a.readmore {
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.row {
	position: relative;
	margin-bottom: 30px;
}
.row::after, .fleetcontent::after, #fleetpagebottom::after {
	content:"";
	display:block;
	clear:both;
}
.fleetimg {
	width: 28%;
	float: left;
	padding-right: 2%;
}
.fleetcontent {
	width: 70%;
	float: left;
}
.fleettitle {
	width: 100%;
}
.fleetleft {
	width: 50%;
	float: left;
}
.fleetright {
	width: 50%;
	float: left;
}
#fleetpagebottom p { text-align:center; }


.destinationbox {
	position:relative;
	width: 100%;
	height: 300px;
	overflow:hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.destinationbox a.destinationlink {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	display:block;
	width: 100%;
}
.destinationbox .image-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition:all .3s ease-in-out;
}
.destinationbox .caption-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(0,0,0,0.5);
	display: flex;
    justify-content: center;
    align-items: center;
	transition:all .3s ease-in-out;
	opacity:1;
}
.destinationbox .caption-inner {
	display: inline-block;
}
.destinationbox .caption-inner h3 {
	font-weight: 500;
	color: #ffffff;
	font-size: 24px;
	padding: 0 20px;
    text-align: center;
}
.destinationbox a.destinationlink:hover .image-container,
.destinationbox a.destinationlink:focus .image-container {
     transform: scale(1.2);
}
.destinationbox a.destinationlink:hover .caption-container,
.destinationbox a.destinationlink:focus .caption-container {
     opacity:0;
}

.vtitle {
	min-height: 60px;
	display: flex;
	align-items: end;
	margin-bottom: 10px !important;
	font-size: 22px;
}

#footer {
	background-color: #094273;
	padding-top: 40px;
	padding-bottom: 20px;
}
#footer-nav {
	margin-left: -10px;
}
#footer-nav ul {
	margin: 0px;
	padding:0px;
}
#footer-nav ul li {
	display: inline-block;
	border-right: solid 1px #444444;
	padding: 0px 10px;
}
#footer-nav ul li.last {
	border-right: none;
}
#footer-nav ul li a {
	color: #020204;
	display: inline-block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
}
#footer-nav .footernavsep {
	background-color: #7d95db;
	display: inline-block;
	float: left;
	width: 1px;
	height: 14px;
	margin-right: 12px;
	margin-left: 12px;
}
#footer .container:after {
	content:"";
	display:block;
	clear: both;
}
#footer #copyright {
	color: #ffffff;
	font-size: 14px;
	padding-top: 20px;
}
#footer #footerlogo {
	text-align:left;
}
#footer #footerlogo img {
	width: 135px;
	max-width: 100%;
	display:inline-block;
}
#footer #sitebybbr {
	padding-top: 15px;
	width: 32%;
	float: right;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
}
#footer #sitebybbr a {
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}
#footer #sitebybbr a img {
	display: inline-block;
	margin-bottom: -2px;
}
#footer .col_2 {
	width: 50%;
	float: left;
}
#footer .col_2.right {
	text-align:right;
}
#footer .col_2-3 {
	width: 66.6666%;
	float: left;
}
#footer .col_3 {
	width: 33.3333%;
	float: left;
}
#footer .col_3.right {
	width: calc(33.3333% - 15px);
	padding-left: 15px;
	text-align:right;
}
#footer h4 {
	color: #ffffff;
	margin-bottom: 20px;
}
#footer a.button {
	background-color: #ffdb00 !important;
	border: solid 1px #ffdb00 !important;
	color: #363636 !important;
}
#footer a.button:hover {
	background-color: #6a6a6a !important;
	border: solid 1px #6a6a6a !important;
	color: #ffffff !important;
}
.nlform #nlsu_field {
	width: calc(100% - 180px);
	max-width: 230px;
	float: left;
}
.nlform #nlsu_field input[type="email"] {
	padding: 18px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: 5px;
}


.nlform #nlsu_button {
	width: 170px;
	float: left;
}
.social-links {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	justify-content: flex-end;
}

#footer .social-links a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    margin-left: 8%;
    width: 35px;
	min-width: 35px;
	background-color: #ffffff;
}
#footer .social-links a.social-icon-facebook {
    -webkit-mask-image: url(../images/icon_social_facebook.b7674226.svg);
    mask-image: url(../images/icon_social_facebook.b7674226.svg);
}
#footer .social-links a.social-icon-twitter {
    -webkit-mask-image: url(../images/icon_social_twitter.24190522.svg);
    mask-image: url(../images/icon_social_twitter.24190522.svg);
}
#footer .social-links a.social-icon-x {
    -webkit-mask-image: url(../images/icon_social_twitter.24190522.svg);
    mask-image: url(../images/icon_social_twitter.24190522.svg);
}
#footer .social-links a.social-icon-instagram {
    -webkit-mask-image: url(../images/icon_social_instagram.a6e85404.svg);
    mask-image: url(../images/icon_social_instagram.a6e85404.svg);
}
#footer .social-links a.social-icon-youtube {
    -webkit-mask-image: url(../images/icon_social_youtube.68509166.svg);
    mask-image: url(../images/icon_social_youtube.68509166.svg);
}
#footer .social-links a.social-icon-linkedin {
    -webkit-mask-image: url(../images/icon_social_linkedin.f04f4d2d.svg);
    mask-image: url(../images/icon_social_linkedin.f04f4d2d.svg);
}

#footer .social-links a.social-icon.colored:nth-of-type(3n+1), #footer .social-links a.social-icon:hover:nth-of-type(3n+1) {
    background-color: #1e90ff;
}
#footer .social-links a.social-icon.colored:nth-of-type(3n+2), #footer .social-links a.social-icon:hover:nth-of-type(3n+2) {
    background-color: #d22730;
}
#footer .social-links a.social-icon.colored:nth-of-type(3n), #footer .social-links a.social-icon:hover:nth-of-type(3n) {
    background-color: #dfac1e;
}

a.report-button {
	background-color: #025fa4;
	display: block;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #FFF;
	text-decoration: none;
	-moz-box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;
	width: 250px;
}
a.report-button:hover {
	color: #025fa4;
	background-color: #cccccc;
}
.lefthalf {
	float: left;
	width: 48%;
}
.righthalf {
	float: right;
	width: 48%;
}
.before-list-margin-bot {
	margin-bottom: 6px;	
}
.list-margin-bot {
	margin-bottom: 20px;	
}
.meal-name {
	font-size: 17px;	
}
.meal-table-header {
	padding: 8px 15px;
	font-family: 'DM Sans', sans-serif;
	font-weight: bold;
	line-height: 14px;
	font-size: 15px;
	color: #ffffff;
	background-color: #004982;
	text-align: center;
}
.meal-table-cell {
	padding: 8px 15px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	line-height: 14px;
	font-size: 15px;
	color: #333;
	text-align: center;
}
.news-table-header {
	padding: 10px 15px;
	font-family: 'DM Sans', sans-serif;
	font-weight: bold;
	line-height: 14px;
	font-size: 15px;
	color: #ffffff;
	background-color: #004982;
	text-align: left;
}
.news-table-cell {
	padding: 11px 15px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	line-height: 14px;
	font-size: 15px;
	color: #333;
	text-align: left;
}
.history {
	margin-bottom: 18px;
}

.historyPlane {
	width: 215px;
	display: inline-block;
	vertical-align: text-top;
}

.historyText {
	display: inline-block;
	vertical-align: text-top;
	width: 66%;
	margin-top: -2px;
}

.historyText strong {
	font-size: 18px;
}
.cat-item a,
.widget_archive a {
	text-decoration:none;
}

.fleeticons {
	margin-right: 5px;
	vertical-align: middle;
}

hr.full.grey {
	width: 100% !important;
	max-width: 100% !important;
}
.product-table table {
	border-left: solid 1px #cacaca !important;
	border-top: solid 1px #cacaca !important;
}
.product-table table td {
	border-right: solid 1px #cacaca !important;
	border-bottom: solid 1px #cacaca !important;
}
.product-table table tr td:last-child {
	text-align:center;
}
.product-table table td {
	padding: 10px 20px;
	height: 60px;
	vertical-align:middle;
}
.product-table table tr:nth-child(odd) td {
	background-color: #f2f2f2;
}
table.is-style-stripes tbody tr:nth-child(odd), .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f2f2f2  !important;
}
.imageblock {
	display: flex;
	flex-direction:column;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
	overflow:hidden;
	background-color: #ffffff;
	position:relative;
	padding-bottom: 60px;
	height: 100%;
}
.imageblock .imagebox {
	height: 180px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.imageblock .imageboxcontent {
	padding: 20px;
}
.flexrow {
	display: flex;
    flex-direction: row;
	min-height: 100%;
}
.flexcol {
	display: flex !important;
    flex-direction: column;
	flex:1;
}
.imageblock a.button {
	position:absolute;
	left: 20px;
	bottom: 20px;
}
.wp-block-table.full {
	max-width: 100% !important;
}
.wp-block-table th {
	color: #c8102e;
	font-weight: 600;
}
/*------------------------------------------- Get Reports login box -----------------------------------*/
#loginpage {
	width: 350px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 30px;
	border: 1px solid #333;
	webkit-box-shadow: -3px 6px 17px -2px rgba(0,0,0,0.36);
	-moz-box-shadow: -3px 6px 17px -2px rgba(0,0,0,0.36);
	box-shadow: -3px 6px 17px -2px rgba(0,0,0,0.36);
	margin-bottom: 100px;
}
input.loginbutton {
    background-color: #EF6429;
    height: 45px;
    width: 120px;
    border-style: none;
    padding: 5px 20px;
    color: #ffffff;
}
input.loginbutton:hover {
	background-color: #000000;
}

/* =================  Accordion overrides ==================  */
#post-2119 #wpsm_accordion_2118 .wpsm_panel-default,
#post-181 #wpsm_accordion_131 .wpsm_panel-default,
#post-181 #wpsm_accordion_184 .wpsm_panel-default,
#post-181 #wpsm_accordion_185 .wpsm_panel-default,
#post-181 #wpsm_accordion_4286 .wpsm_panel-default,
#post-181 #wpsm_accordion_4305 .wpsm_panel-default,
#post-181 #wpsm_accordion_4318 .wpsm_panel-default,
#post-181 #wpsm_accordion_4375 .wpsm_panel-default,
#post-181 #wpsm_accordion_4378 .wpsm_panel-default {
    border: solid 1px #cacaca !important;
}
#post-2119 #wpsm_accordion_2118 .wpsm_panel-default > .wpsm_panel-heading,
#post-181 #wpsm_accordion_131 .wpsm_panel-default > .wpsm_panel-heading,
#post-181 #wpsm_accordion_184 .wpsm_panel-default > .wpsm_panel-heading,
#post-181 #wpsm_accordion_185 .wpsm_panel-default > .wpsm_panel-heading,
#post-181 #wpsm_accordion_4286 .wpsm_panel-default > .wpsm_panel-heading,
#post-181 #wpsm_accordion_4305 .wpsm_panel-default > .wpsm_panel-heading,
#post-181 #wpsm_accordion_4318 .wpsm_panel-default > .wpsm_panel-heading,
#post-181 #wpsm_accordion_4375 .wpsm_panel-default > .wpsm_panel-heading,
#post-181 #wpsm_accordion_4378 .wpsm_panel-default > .wpsm_panel-heading {
    color: #363636 !important;
    background-color: #ffffff !important;
}
#post-2119 #wpsm_accordion_2118 .wpsm_panel-title a,
#post-181 #wpsm_accordion_131 .wpsm_panel-title a,
#post-181 #wpsm_accordion_184 .wpsm_panel-title a,
#post-181 #wpsm_accordion_185 .wpsm_panel-title a,
#post-181 #wpsm_accordion_4286 .wpsm_panel-title a,
#post-181 #wpsm_accordion_4305 .wpsm_panel-title a,
#post-181 #wpsm_accordion_4318 .wpsm_panel-title a,
#post-181 #wpsm_accordion_4375 .wpsm_panel-title a,
#post-181 #wpsm_accordion_4378 .wpsm_panel-title a {
    font-size: 16px !important;
	font-weight: normal !important;
    font-family: sans-serif !important;
    color: #363636 !important;
    border-bottom: 0px !important;
}
#post-2119 #wpsm_accordion_2118 .ac_title_class,
#post-181 #wpsm_accordion_131 .ac_title_class,
#post-181 #wpsm_accordion_184 .ac_title_class,
#post-181 #wpsm_accordion_185 .ac_title_class,
#post-181 #wpsm_accordion_4286 .ac_title_class,
#post-181 #wpsm_accordion_4305 .ac_title_class,
#post-181 #wpsm_accordion_4318 .ac_title_class,
#post-181 #wpsm_accordion_4375 .ac_title_class,
#post-181 #wpsm_accordion_4378 .ac_title_class {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
	font-size: 18px;
}
#post-2119 #wpsm_accordion_2118 .ac_title_class .fa,
#post-181 #wpsm_accordion_131 .ac_title_class .fa,
#post-181 #wpsm_accordion_184 .ac_title_class .fa,
#post-181 #wpsm_accordion_185 .ac_title_class .fa,
#post-181 #wpsm_accordion_4286 .ac_title_class .fa,
#post-181 #wpsm_accordion_4305 .ac_title_class .fa,
#post-181 #wpsm_accordion_4318 .ac_title_class .fa,
#post-181 #wpsm_accordion_4375 .ac_title_class .fa,
#post-181 #wpsm_accordion_4378 .ac_title_class .fa {
	float: right;
    font-weight: 800;
    font-size: 20px;
}
#post-2119 #wpsm_accordion_2118 .wpsm_panel-title a:focus,
#post-181 #wpsm_accordion_131 .wpsm_panel-title a:focus,
#post-181 #wpsm_accordion_184 .wpsm_panel-title a:focus,
#post-181 #wpsm_accordion_185 .wpsm_panel-title a:focus,
#post-181 #wpsm_accordion_4286 .wpsm_panel-title a:focus,
#post-181 #wpsm_accordion_4305 .wpsm_panel-title a:focus,
#post-181 #wpsm_accordion_4318 .wpsm_panel-title a:focus,
#post-181 #wpsm_accordion_4375 .wpsm_panel-title a:focus,
#post-181 #wpsm_accordion_4378 .wpsm_panel-title a:focus {
    outline: 2px solid transparent;
    text-decoration: underline 1px dotted currentColor;
    text-decoration-skip-ink: none;
    background-color:#ffffff !important;
}
#post-2119 #wpsm_accordion_2118 .wpsm_panel-body,
#post-181 #wpsm_accordion_131 .wpsm_panel-body,
#post-181 #wpsm_accordion_184 .wpsm_panel-body,
#post-181 #wpsm_accordion_185 .wpsm_panel-body,
#post-181 #wpsm_accordion_4286 .wpsm_panel-body,
#post-181 #wpsm_accordion_4305 .wpsm_panel-body,
#post-181 #wpsm_accordion_4318 .wpsm_panel-body,
#post-181 #wpsm_accordion_4375 .wpsm_panel-body,
#post-181 #wpsm_accordion_4378 .wpsm_panel-body {
    background-color:#E8F2F1 !important;
    color: #363636 !important;
    font-size: 14px !important;
    font-family: sans-serif !important;
    overflow: hidden;
    border: none !important;
    border-top:none;
	padding: 20px 30px 20px 30px;
}


#post-181 .wpsm_panel-heading .wpsm_panel-title .fa-angle-down:before {
    content: "\f107" !important;
}
#post-181 .wpsm_panel-heading.acc-a .wpsm_panel-title .fa-angle-down:before {
    content: "\f106" !important;
}
#post-181 .wpsm_panel-heading {
    padding: 0px 15px !important;
}
.wpsm_panel-group .wpsm_panel {
    margin-bottom: 15px !important;
}
.story_title { text-transform:none !important; }
.rbs-img .rbs-img-image img {
    width: auto !important;
    
}

/*======================  User accounts  ========================= */
#wppb-register-user .wppb-default-display-name-publicly-as { display:none !important; }
#wppb-register-user .wppb-checkbox,
#wppb-register-user ul.wppb-checkboxes { vertical-align:top; }
#wppb-register-user ul.wppb-checkboxes li { display: block; margin-top: 5px; }
#wppb-register-user .wppb-checkbox label { display:none !important; }
#wppb-register-user ul.wppb-checkboxes { max-width: 40px; }
#wppb-register-user .wppb-checkbox span.wppb-description-delimiter {
	width: calc(100% - 70px);
	margin-left: 30px;
	display: inline-block;
	font-size: 16px; 
 }
#wppb-register-user span.wppb-description-delimiter .wppb-required {
	margin-left: -10px;
	margin-right: 10px;
}

#wppb-edit-user .wppb-checkbox,
#wppb-edit-user ul.wppb-checkboxes { vertical-align:top; }
#wppb-edit-user ul.wppb-checkboxes li { display: block; margin-top: 5px; }
#wppb-edit-user .wppb-checkbox label { display:none !important; }
#wppb-edit-user ul.wppb-checkboxes { max-width: 40px; }
#wppb-edit-user .wppb-checkbox span.wppb-description-delimiter {
	width: calc(100% - 70px);
	margin-left: 30px;
	display: inline-block;
	font-size: 16px; 
 }
#wppb-edit-user span.wppb-description-delimiter .wppb-required {
	margin-left: -10px;
	margin-right: 10px;
}

#wppb-register-user h4,
#wppb-edit-user h4 {
	font-size: 22px;
	font-weight: 600;
	padding-top: 20px;
}

#searchresultscontainer .post {
    background-color: transparent;
}
#searchresultscontainer .post .post_date {
    background-image:none;
    background-color: transparent;
    width: auto;
    min-width: 0;
    float: none;
    font-size: var(--global--font-size-base);
    color: var(--global--color-primary);
	text-align:left;
	margin: 0;
	padding: 0;
}
#searchresultscontainer .post .date,
#searchresultscontainer .page .date {
    display: none;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    text-align: left;
    padding: 0;
	margin: 0 0 10px 0;
}
#searchresultscontainer .post_intro {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    background-color: transparent;
}
#searchresultscontainer .page-header {
    border-bottom: 3px solid var(--global--color-border);
    padding-top: 20px;
    padding-bottom: 20px;
	margin-bottom: 5px;
}
#searchresultscontainer .page-title {
    font-size: 40px;
	margin-bottom: 0;
}

.checkbox {
	width: 50px;
	margin-right: 20px;
	float: left;
}
.checkbox .wpcf7-list-item-label { display:none !important;}
.checkboxtext {
	width: calc(100% - 70px);
	float: left;
}
.scheduletable {
	margin: 0 !important;
	border-bottom: solid 1px #dadada !important;
}
.scheduletable td {
	width: 15% !important;
	max-width: 15% !important;
	min-width: 15% !important;
}
.scheduletable td:first-child {
	width: 25% !important;
	max-width: 25% !important;
	min-width: 25% !important;
}

h4.scheduletableheader {
	border-bottom: solid 3px #000000;
	padding: 15px 0 5px 0;
	margin: 0 !important;
}
.scrollable {
	max-width: 100%;
	overflow-x:auto;
}
table.surchargetable th {
	background-color: #c8102e;
	color: #ffffff;
	border: solid 1px #c8102e;
}
table.surchargetable td.header {
	border-bottom: solid 2px #c8102e;
}
table.surchargetable tr.dark td {
	background-color: #eaeaea;
}


.page-id-4051 .wp-block-image {
	margin: 0 !important;
}
.page-id-4051 .wp-block-columns {
    margin-bottom: 60px;
}


.yellowrow .wp-container-1 {
	padding: 30px 24px;
}
.wp-container-5.yellowrow {
	padding: 30px 24px;
}
.yellowrow ul li {
	font-size: 18px;
}
.yellowrow .wp-container-2 figure.wp-block-image {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 100%;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.yellowrow img {
	position: absolute;
	top: -200px;
	left: -200px;
	right: -200px;
	bottom: -200px;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: 500px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100%;
	height: 5px !important;
	margin: 20px 0 !important;
}

@media only screen and (max-width: 1100px) {
	
	.historyText {
		width: 100%
	}
	#internalbanner {
		height: 250px;
	}
	#banner-container {
		position: relative;
		height: auto;
	}
	#banner-container .slide, #banner-container .slider-wrapper, #banner-container .theme-default .nivoSlider, #banner-container .nivo-slice {
		height: 300px !important;
		position: relative;
	}
	#banner-container #announcement-row {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.nivo-directionNav a { top: 30%; }
	.fleetimg {
		width: 36%;
		float: left;
		padding-right: 4%;
	}
	.fleetcontent {
		width: 60%;
		float: left;
	}
	.fleettitle {
		width: 100%;
	}
	.fleetleft {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.fleetright {
		width: 100%;
		float: none;
	}
	
	h3.vtitle { font-size: 18px; }
}
@media only screen and (max-width: 800px) {
    .third, .homebox {
		width: 98%;
		float: none;
		margin-bottom: 24px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#internal-banner-container { height: 200px; }
	#fleetpagebottom p { text-align:left; }
	#fleetpagebottom .third {
		max-width: 100%;
	}
	.fleetimg {
		width: 44%;
		float: left;
		padding-right: 4%;
	}
	.fleetcontent {
		width: 52%;
		float: left;
	}
	
	.page-id-4051 .wp-block-columns {
		margin-bottom: 40px;
	}
	.page-id-4051 .wp-block-spacer {
		margin-bottom: 60px;
	}
	#footer .container {
		text-align: center;
	}
	#footer #copyright, #footer #sitebybbr, #footer #footerlogo {
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer #copyright {
		margin-bottom: 20px;
	}
	form label { width: 40%; float: left; margin-bottom: 10px; font-size: 15px; padding-top: 5px; }
	#footer .col_2, #footer .col_2.right, #footer .col_2-3, #footer .col_3 {
		width: 100%;
		float: none;
	}
	#footer .col_3.right {
		width: 100%;
		padding-left: 0;
		text-align:center;
	}
    #footer .social-links {
		justify-content:center;
	}
	#footer .social-links a {
		margin-right: 3%;
		margin-left: 3%;
	}
	#footer .nlform-container {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.scheduletable td {
		font-size: 12px;
	}
}
@media only screen and (max-width: 650px) {
	#searchWrapper .ss360-section__input {
		-webkit-appearance: none;
		appearance: none;
		background-position: 4px 10px;
		background-repeat: no-repeat;
		background-size: 24px 24px;
		border: none !important;
		border-radius: 3px 0 0 3px !important;
		box-shadow: 2px 2px 4px rgb(0 0 0 / 12%);
		box-sizing: border-box;
		font-size: .85em;
		height: 30px;
		width: calc(100% - 40px);
	}
	#logo {
		width: 160px;
		float: left;
		min-width: 100px;
		max-width: calc(100% - 170px);
	}
	#internalbanner {
		height: 200px;
	}
	#topright {
		width: calc(100% - 180px);
		float: right;
		padding-top: 10px;
        padding-right: 10px;
	}
	.slider-wrapper, #internal-banner-container { display: none;}
	.leftside {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.rightside {
		float: none;
		width: 100%;
	}
	.news-table-cell {
		width: 100% !important;
		float: left;
		display: block;
	}
	.row {
		float: none;
		margin-bottom: 24px;
		margin-left: auto;
		margin-right: auto;
	}
	.fleetimg {
		width: 100%;
		float: none;
		padding-right: 0%;
		margin-bottom: 20px;
	}
	.fleetcontent {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	form label { width: 40%; float: left; margin-bottom: 10px; font-size: 13px; padding-top: 5px; }
	form label, form .label { width: 100%; float: none; margin-bottom: 5px; font-size: 15px; padding-top: 5px; max-width: 100%; }
    form .field { width: 100%; float: none; margin-bottom: 15px; }
	.nlform #nlsu_field input[type="email"] {
		text-align:center;
	}
	.nlform #nlsu_field, .nlform #nlsu_button {
		width: 100%;
		max-width: 100%;
		float: none;
		text-align:center;
		margin-bottom: 15px;
	}
	form input[type='submit'] {
		display:block;
		width: calc(100% - 20px);
		margin: 0 auto;
	}
}
.ss360-custom-search {
     position:relative;
	 z-index: 99982;
}
@media only screen and (max-width: 450px) {
	
	#logo {
		width: 100%;
		float: none;
		width: 150px;
		max-width: 200px;
		margin: 10px auto;
	}
	 #topright {
		width: auto;
		float: none;
		padding-top:0;
		padding-right:0;
	}
	#navrow {
		height:auto;
	}
	#nav {
		height:50px;
	}
	#navWrapper {
        width: 100%;
    }
	#topright a, #toplink-container a.toplink {
		display:none;
	}
	#searchWrapper {
		width: auto;
		display: block;
		padding: 0px;
		margin: 0;
	}
}