/**** 
#8ce000 - lightest green
#00c71f
#009977
#025553
#244253 - blue
******/


@font-face {
  font-family: "sofiaproRegular";
  src: url("/theme/fonts/client/sofiapro-regular-webfont.woff2") format("woff2"),
       url("/theme/fonts/client/sofiapro-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "sofiaproLight";
  src: url("/theme/fonts/client/sofiapro-light-webfont.woff2") format("woff2"),
       url("/theme/fonts/client/sofiapro-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "sofiaproBold";
  src: url("/theme/fonts/client/sofiapro-bold-webfont.woff2") format("woff2"),
       url("/theme/fonts/client/sofiapro-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "sofiaproSemiBold";
  src: url("/theme/fonts/client/sofiapro-semibold-webfont.woff2") format("woff2"),
       url("/theme/fonts/client/sofiapro-semibold-webfont.woff") format("woff");
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
	outline: none !important;
}

[tabindex] {
  outline: none !important;
}

[tabindex="-1"] {
  outline: none !important;
}

body {
  	background:#fff;
	color: #244253;
  	font-family: 'sofiaproRegular', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
}

strong , b{
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'sofiaproSemiBold', sans-serif;
	text-transform: none;
	letter-spacing: normal;
    margin: 0px;
    padding: 0px;
	color: #fff;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong{
	font-weight: normal !important;
}

h1 {
	font-size: 32px;
	margin-top:20px;
	margin-bottom:30px;
	letter-spacing: -0.4px;
	font-weight: 600;
}

h1 sup {
    font-size: 50%;
	top: -0.8em;
}

.news-video h1{
	border-bottom: none;
	margin-bottom: 1em;
}

h2 {
	font-size: 24px;
	letter-spacing: -0.1px;
	margin-top:10px;
	margin-bottom:30px;
}

h3 {
	font-size: 18px;
	margin-top:10px;
	margin-bottom:10px;
}

a,
button,
input[type="submit"]{
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}

a{
	color: #fc341e;
}

a:hover,
a:focus {
    color: #fc341e;
	text-decoration:none;
	outline:none;
	opacity:0.6;
}

.btn {
	font-size:1em;
}

p {
  margin: 0 0 25px;
}

/**** LOADER ***/

/* Center the loader */
#loader{
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	background:none;
}

#loader .loading-spin {
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	z-index: 1;
  	width: 50px;
  	height: 50px;
	transform: translate(-50%, -50%);
	margin:-25px 0 0 -25px;


	border: 10px solid #ffffff;
  	border-radius: 50%;
  	border-top: 10px solid #FFF200;

 	-webkit-animation: spin 2s linear infinite;
  	animation: spin 2s linear infinite;
}

#loader .loading-copy {
  position: absolute;
  width:100%;
  top: 50%;
  margin-top:80px;
  z-index: 2;
  color:#4F4F4F;
  font-size:0.7em;
  text-transform:lowercase;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#main{
	position:relative;
}

#main ul,
#main ol{
    padding-left: 1em;
}
#main ol ol{
    padding-left: 1.5em;
}
#main li {
    line-height: normal;
    padding-left:6px;
    margin-bottom:20px;
}

.container {
  	max-width: 1110px !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 1250px){
	.container{
		padding-left: 50px;
    	padding-right: 50px;
	}
}


@media (max-width: 440px){
	.container{
		padding-left: 10px;
    	padding-right: 10px;
	}
}
.containerwide{
	padding-left: 60px;
    padding-right: 60px;
	max-width: 1600px !important;
	margin-right: auto;
    margin-left: auto;
	display:block;
}

@media (max-width: 767px){
	.containerwide{
		padding-left: 20px;
    	padding-right: 20px;
	}
}

.container.outer,
#toolcontentwrapper .tool-content .container.outer{
	padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}


#pagecontent,
#main{
    padding-top: 0px;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
}

/**** LOADER ***/

/* Center the loader */
#loader{
	width:100%;
	display:block;
	text-align:center;

	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	background:none;
}

#loader .loading-spin {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  border: 8px solid #00c71f;
  border-radius: 50%;
  border-top: 8px solid #8ce000;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader .loading-copy {
  position: absolute;
  width:100%;
  top: 50%;
  margin-top:40px;
  z-index: 2;
  color:#00c71f;
  font-size:1em;
  text-transform:lowercase;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.section{
    min-height:100px;
}

/****************************/

/**** CUSTOM SELECT **/

 /* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select{
  display: none !important; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
  color:#000;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;

  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size:0.7em;
  top:8px;
  right:15px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  content: "\f077";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size:0.7em;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #000;
  padding: 5px 5px;  
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size:0.8em;
}

.select-items divx{
  color: #fff;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.landing-page .select-items {
    position: relative;
}

.select-items div:first-child{
  border:none;
  background:none;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(255, 255, 255, 0.1);
}


/*** COOKIES **/



.cc-cookies {
    font-weight: normal;
  background: #244253;
  color: #fff;
  text-shadow: none;
}


.cc-cookies a.cc-cookie-accept, 
.cc-cookies-error a.cc-cookie-accept, 
.cc-cookies a.cc-cookie-decline, 
.cc-cookies-error a.cc-cookie-decline, 
.cc-cookies a.cc-cookie-reset {
    display: inline-block;
    color: #00c71f;
    text-decoration: none;
    background: #fff !important;
    padding: 0.1em 0.5em;
    margin: 0 10px;
    border-radius: 0px !important;
    box-shadow:none !important;
    text-shadow:none !important;
}

@media (max-width: 768px) {
	.responsive {
    	width: 100%;
    	margin-bottom: 15px;
    	overflow-y: hidden;
    	overflow-x:auto;
	}

	table ax {
    	word-wrap: anywhere;
	}
}

