@font-face {
	font-family: 'Nexa-Regular';
	src: url('webfonts/347431_B_0.eot');
	src: url('webfonts/347431_B_0.eot?#iefix') format('embedded-opentype'), url('webfonts/347431_B_0.woff2') format('woff2'), url('webfonts/347431_B_0.woff') format('woff'), url('webfonts/347431_B_0.ttf') format('truetype');
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border: 0;
	outline: none;
}
a {
	outline: none;
}
.clear {
	clear: both;
}
.large_heading {
	color: #000000;
	font-size: 18px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
.small_heading {
	color: #000;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}
.totalVotes {
	color: #ed2923;
	font-weight: bold;
	font-size: 13px;
}
.green_text {
	font-family: Arial;
	color: #006600;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	display:inline-block;
	margin:0 0 0 10px;
}
.red_text {
	color: #ed2923;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	display:inline-block;
	margin:0 0 0 10px;
}
.quick-quiz input[type="submit"] {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	ms-border-radius: 10px;
	background: #ed2923;;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
	margin: 20px auto 0 auto;
	border: 0px;
	font-family: 'Nexa-Regular';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.quick-quiz input[type="submit"]:hover {
	background: #00aeef;
	text-decoration: none;
	color: #fff;
}
.popup_quiz {
	font-size: 14px;
}
.popup_quiz a {
	color: #000;
	text-decoration: underline;
}
.popup_quiz h2 {
	color: #ed2923;
	font-family: 'Nexa-Regular';
	text-transform: uppercase;
	display: block;
	padding: 0;
	font-size: 30px;
	margin: 0 0 20px 0;
}
.popup_quiz p {
	margin: 0 0 20px 0;
}
.popup_quiz p strong.question {
	margin: 0 0 10px 0;
	display: block;
	color: #00aeef;
}
.popup_quiz p label {
	display: block;
	margin: 0 0 5px 0;
}
.popup_quiz ul {
	padding: 0 0 0 15px;
}
.popup_quiz ul li {
	margin: 0 0 5px 0;
}
/** Button Styles 
 * =================================================== **/
.buttons {
	box-sizing:border-box;
	display:inline-block;
	margin:0 auto;
	padding:12px 30px;
	background-color:#FC4C02 !important;
	border-radius:60px;
	color:#fff !important;
	font-family: 'Figtree', sans-serif;
	text-decoration:none!important;
	text-transform: uppercase;
	font-weight:700;
	font-size:25px;
	text-wrap:pretty;
	transition:all 0.5s ease-out;
	cursor:pointer;
}
.buttons:hover,.buttons:focus,.buttons:active {
	background-color:#0090bc!important;
	color:#fff !important;
	text-decoration:none;
}
.text-center {
  text-align: center;
}

/** Guide Section Styles 
 * =================================================== **/
.customBG02 {
/*  background-color:#f0f0f0;*/
  padding:0 0 20px 0;
  width:auto;
  max-width:100vw;
  margin-left:calc( -100vw / 2 + 100% / 2 )!important;
  margin-right:calc( -100vw / 2 + 100% / 2 )!important;
}
.sec-inner {
  width: 100%;
  max-width: 1267px;
  height: auto;
  margin: 0 auto;
  padding: 10px 55px;
  box-sizing: border-box;
}
.guide-boxes {
	display:flex;
	flex-wrap:wrap;
	gap:2%;
	margin-bottom: 20px
}
.guide-box {
  flex:1;
  flex-basis:32%;
  max-width: 32%;
  box-sizing: border-box;
  background-color:#fff;
  border-radius:3px;
  box-shadow:4px 4px 10px rgba(0,0,0,0.15);
  gap: 40px;
}
.guide-img {
	height:275px;
	width:100%;
	overflow:hidden;
}
.guide-img a {
	height:100%;
	width:100%;
}
.guide-img a img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.guide-txt {
  padding:1em;
  position:relative;
  min-height:280px;
  box-sizing: border-box;
  font-size:20px;
  line-height:1.2em;  
  text-align:center;
}
.guide-txt h3 {
  color:#000;
  font-size:28px;
  margin:0;
}
.guide-txt p {
	display:block;
	position: absolute;
	margin:0 auto;
	left:0;
	right:0;
	bottom:10px;
}
.has-text-align-center {
    text-align: center;
}
.guide-title {
	font-family: 'Figtree', sans-serif;
	background-color: #0083bb;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
}
.guide-title.nord-only {
	background-color: #8a2087;
}
@media screen and (max-width: 1024px) {
  .guide-box {margin:2em 1em}
  .guide-box {flex-basis:45%;max-width: 45%}
}
@media screen and (max-width: 768px) {  
  .guide-box {flex-basis:100%;max-width: 100%}
  .guide-txt {text-align:center}
}

/** Sweet Alert Custom Styles 
 * =================================================== **/
.btn {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "OpenSans_SemiBold", sans-serif;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: -0.2px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    cursor: pointer;
}
.btn-danger {
    background: #F44455;
    border-color: #f33648;
    color: #fff !important;
}
.btn-lg {
    padding-top: 6px;
    padding-right: 18px;
    padding-bottom: 6px;
    padding-left: 18px;
    font-family: "OpenSans", sans-serif;
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: -0.2px;
}
.sweet-alert button {
    cursor: pointer;
}