@import '../allowcookies.css';
@font-face {
	font-family: 'Metropolis-Regular';
	src: url('fonts/Metropolis/Metropolis-Regular.eot');
	src: url('fonts/Metropolis/Metropolis-Regular.woff2') format('woff2'),
	   url('fonts/Metropolis/Metropolis-Regular.woff') format('woff'),
	   url('fonts/Metropolis/Metropolis-Regular.ttf') format('truetype'),
	   url('fonts/Metropolis/Metropolis-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Metropolis-RegularItalic';
	src: url('fonts/Metropolis/Metropolis-RegularItalic.eot');
	src: url('fonts/Metropolis/Metropolis-RegularItalic.woff2') format('woff2'),
	   url('fonts/Metropolis/Metropolis-RegularItalic.woff') format('woff'),
	   url('fonts/Metropolis/Metropolis-RegularItalic.ttf') format('truetype'),
	   url('fonts/Metropolis/Metropolis-RegularItalic.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Metropolis-SemiBold';
	src: url('fonts/Metropolis/Metropolis-SemiBold.eot');
	src: url('fonts/Metropolis/Metropolis-SemiBold.woff2') format('woff2'),
	   url('fonts/Metropolis/Metropolis-SemiBold.woff') format('woff'),
	   url('fonts/Metropolis/Metropolis-SemiBold.ttf') format('truetype'),
	   url('fonts/Metropolis/Metropolis-SemiBold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Metropolis-Bold';
	src: url('fonts/Metropolis/Metropolis-Bold.eot');
	src: url('fonts/Metropolis/Metropolis-Bold.woff2') format('woff2'),
	   url('fonts/Metropolis/Metropolis-Bold.woff') format('woff'),
	   url('fonts/Metropolis/Metropolis-Bold.ttf') format('truetype'),
	   url('fonts/Metropolis/Metropolis-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: 'Metropolis-Regular';
    overflow-x: hidden;
    /* padding-bottom: 56px; */
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a,
button,
input,
a:after,
a:before,
.popup-featured,
.dropdown-nav {
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.header-main {
    background-color: #001a39;
    border-bottom: 1px solid #002853;
    padding: 8px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.header-main.darkHeader {
    background-color: #001a39;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
    /* position: fixed; */
}

.nav-main {
    padding-top: 0px;
}

.nav-main {
    padding-top: 10px;
}

.nav-main>ul>li {
    float: left;
    margin-left: 6px;
    position: relative;
}

.nav-main>ul>li>a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 8px 20px 7px;
    border: 1px solid #fff;
    min-width: 100px;
    text-align: center;
}

.nav-main>ul>li>a:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #359de2;
    content: '';
    bottom: -12px;
    opacity: 0;
}

.darkHeader .nav-main>ul>li>a:after {
    background-color: #fff;
}

.nav-main li>a:hover:after {
    opacity: 1;
    bottom: -9px;
}

.d-table {
    display: table;
    width: 100%;
}

.d-tcell {
    display: table-cell;
    vertical-align: middle;
}

.banner-main {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../img/home_page/banner-main.jpg);
    background-size: cover;
    position: relative;
    bottom: 3px;
}

.banner-main .d-table {
    height: 900px;
    padding-top: 72px;
}

.banner-content {
    color: #fff;
    font-family: 'Metropolis-SemiBold';
}

.banner-content h1 {
    font-size: 158px;
    line-height: 1;
    text-transform: uppercase;
}

.banner-content h4 {
    font-size: 29px;
    margin-bottom: 38px;
}

.banner-links>a {
    background-color: #0b7ac4;
    border: 2px solid #0b7ac4;
    border-radius: 25px;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 50px;
    line-height: 46px;
    margin-right: 18px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    font-family: 'Metropolis-Bold';
}

.banner-links>a:hover,
.banner-links>a:last-child:hover {
    background-color: #fff;
    color: #0b7ac4;
    border-color: #0b7ac4;
}

.banner-links>a:last-child {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.left-infosect {
    width: 60%;
}

.right-infosect {
    width: 40%;
    padding-left: 70px;
}

.arins-infosect {
    padding: 60px 0;
}

.arins-infosect .wrapper {
    display: table;
}

.left-infosect,
.right-infosect {
    display: table-cell;
    vertical-align: middle;
}

.right-infosect h2 {
    color: #000000;
    font-family: 'Metropolis-Bold';
    font-size: 37px;
    line-height: 48px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.right-infosect h2 span {
    color: #2d74a0;
}

.right-infosect h2:after {
    background-color: #c9c9c9;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 62px;
}

.right-infosect li {
    background-position: left top;
    background-repeat: no-repeat;
    color: #2d74a0;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 38px;
    text-transform: uppercase;
    background-image: url(../../img/home_page/tick-green.png);
    font-family: 'Metropolis-Bold';
}

.right-infosect ul {
    margin-bottom: 20px;
}

.right-infosect ul li:last-child {
    margin-bottom: 0;
}

.right-infosect p {
    color: #000000;
    font-size: 19px;
    line-height: 29px;
    font-family: 'Metropolis-RegularItalic';
    letter-spacing: -0.5px;
}

.right-infosect p span {
    font-family: 'Metropolis-SemiBold';
}

.arins-features {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../img/home_page/banner-secondary.jpg);
    background-size: cover;
    padding: 40px 0;
}

.features-wrap {
    float: right;
    margin-right: -6px;
    width: 575px;
}

.feature-box {
    background-color: #ffffff;
    float: left;
    height: 190px;
    margin: 3px;
    padding: 28px 5px 10px;
    text-align: center;
    width: calc(33.333% - 6px);
    width: -moz-calc(33.333% - 6px);
    width: -ms-calc(33.333% - 6px);
    width: -o-calc(33.333% - 6px);
    width: -webkit-calc(33.333% - 6px);
    position: relative;
}

.feature-img {
    border-radius: 50%;
    display: table;
    height: 95px;
    margin: 0 auto;
    width: 95px;
}

.feature-img>span {
    display: table-cell;
    vertical-align: middle;
}

.feature-box>p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
    font-family: 'Metropolis-Bold';
}

.si-box .feature-img,
.si-box .popup-featured {
    background-color: #03365c;
}

.si-box .popup-featured-inner>a:hover {
    color: #03365c;
}

.wr-box .feature-img,
.wr-box .popup-featured {
    background-color: #0fbaaf;
}

.wr-box .popup-featured-inner>a:hover {
    color: #0fbaaf;
}

.vcm-box .feature-img,
.vcm-box .popup-featured {
    background-color: #2495f8;
}

.vcm-box .popup-featured-inner>a:hover {
    color: #2495f8;
}

.mr-box .feature-img,
.mr-box .popup-featured {
    background-color: #49bb7d;
}

.mr-box .popup-featured-inner>a:hover {
    color: #2cc2f4;
}

.cya-box .feature-img,
.cya-box .popup-featured {
    background-color: #002753;
}

.cya-box .popup-featured-inner>a:hover {
    color: #a62458;
}

.dl-box .feature-img,
.dl-box .popup-featured {
    background-color: #65a0a5;
}

.dl-box .popup-featured-inner>a:hover {
    color: #5389bb;
}

.ea-box .feature-img,
.ea-box .popup-featured {
    background-color: #2051a4;
}

.ea-box .popup-featured-inner>a:hover {
    color: #5e6b73;
}

.es-box .feature-img,
.es-box .popup-featured {
    background-color: #5cada7;
}

.es-box .popup-featured-inner>a:hover {
    color: #9c6842;
}

.dl2-box .feature-img,
.dl2-box .popup-featured {
    background-color: #0086ce;
}

.dl2-box .popup-featured-inner>a:hover {
    color: #045593;
}

.popup-featured {
    bottom: 0;
    min-height: 265px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-40px, -40px) scale(0);
    -moz-transform: translate(-40px, -40px) scale(0);
    -ms-transform: translate(-40px, -40px) scale(0);
    -o-transform: translate(-40px, -40px) scale(0);
    -webkit-transform: translate(-40px, -40px) scale(0);
    width: 265px;
    z-index: 1;
    display: flex;
    padding: 10px;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.23);
    align-items: center;
}

.popup-featured-inner {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.popup-featured-inner h4 {
    font-size: 21px;
    line-height: 22px;
    font-family: 'Metropolis-Bold';
    margin-bottom: 10px;
}

.popup-featured-inner h4 a {
    color: #fff;
}

.popup-featured-inner h4 a:hover {
    text-decoration: underline;
}

.popup-featured-inner p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Metropolis-SemiBold';
    color: #fff;
    margin-bottom: 10px;
}

.popup-featured-inner>ul {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 20px;
    text-align: left;
    vertical-align: top;
    width: auto;
    list-style-type: disc;
}

.popup-featured-inner>ul li {
    font-family: "Metropolis-SemiBold";
    font-size: 15px;
    padding-bottom: 7px;
}

.feature-box:hover .popup-featured {
    transform: translate(-40px, -40px) scale(1);
    -ms-transform: translate(-40px, -40px) scale(1);
    -moz-transform: translate(-40px, -40px) scale(1);
    -o-transform: translate(-40px, -40px) scale(1);
    -webkit-transform: translate(-40px, -40px) scale(1);
}

.features-wrap>h2,
.arins-contact h2 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 30px;
    padding-bottom: 16px;
    text-align: center;
    position: relative;
    font-family: 'Metropolis-Bold';
    text-transform: uppercase;
}

.features-wrap>h2:after,
.arins-contact h2:after {
    background-color: #ffffff;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 62px;
    right: 0;
    margin: auto;
}

.arins-contact {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../img/home_page/banner-contact.jpg);
    background-size: cover;
    padding: 70px 0;
}

.arins-contact .wrapper {
    max-width: 832px;
}

.arins-contact h2 {
    color: #0b7ac4;
}

.arins-contact h2:after {
    background-color: #0b7ac4;
}

.arins-contact-wrap {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 100%;
    padding: 52px 62px;
    width: 100%;
}

.arins-contact h2~p {
    color: #000000;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 26px;
    text-align: center;
    font-family: 'Metropolis-SemiBold';
}

.arins-contact h2~p a {
    color: #0b7ac4;
    font-size: 15px;
    display: inline-block;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../../img/home_page/mail-icon.png);
    margin-top: 4px;
}

.arins-field {
    border: 1px solid #d1d1d1;
    font-family: "Metropolis-Regular";
    font-size: 14px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    margin-top: 20px;
    outline: none;
}

.arins-field:focus {
    border-color: #005e9d;
}

.arins-contact-row {
    float: left;
    width: 100%;
}

.arins-contact-half {
    float: left;
    width: 48%;
}

.arins-contact-row .arins-contact-half:last-of-type {
    float: right;
}

textarea.arins-field {
    height: 160px;
    max-width: 100%;
    min-width: 100%;
    resize: none;
    overflow: auto;
    padding: 10px;
}

.arins-contact-submit {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #0b7ac4;
    color: #0b7ac4;
    font-size: 16px;
    height: 40px;
    margin-top: 20px;
    width: 100%;
    font-family: 'Metropolis-SemiBold';
    cursor: pointer;
}

.arins-contact-submit:hover {
    color: #fff;
    background-color: #0b7ac4;
}

.arins-contact-wrap .arins-contact-row:first-of-type .arins-field {
    margin-top: 0;
}

.footer-main {
    padding: 30px 0;
    background-color: #0b7ac4;
    text-align: center;
    color: #fff;
}

.footer-main p,
.footer-main ul {
    display: inline-block;
    vertical-align: middle;
}

.footer-main a {
    color: #fff;
}

.footer-main ul li {
    float: left;
    position: relative;
    padding-left: 11px;
    margin-left: 10px;
}

.footer-main ul li:before {
    background-color: #ffffff;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 1px;
}

.nav-main>ul>li.has-child>a {
    position: relative;
    padding-right: 28px;
}

.nav-main>ul>li.has-child>a:before {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #fff;
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
}

.dropdown-nav {
    background-color: rgba(0, 0, 0, 0.23);
    border: 1px solid rgba(255, 255, 255, 0.23);
    margin-top: 26px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    opacity: 0;
    visibility: hidden;
}

.dropdown-nav.open {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

.dropdown-nav li {
    margin-bottom: 5px;
}

.dropdown-nav li:last-child {
    margin-bottom: 0;
}

.dropdown-nav li a {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.23);
    color: #ffffff;
    display: block;
    padding: 7px 10px;
    text-transform: uppercase;
}

.dropdown-nav li a:hover {
    background-color: rgba(0, 0, 0, 1);
}

.dropdown-nav::after {
    border-bottom: 10px solid rgba(0, 0, 0, 0.5);
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: 10px;
    top: -10px;
}

.darkHeader .dropdown-nav {
    background-color: #ffffff;
    border: 1px solid #001a39;
}

.darkHeader .dropdown-nav li a {
    /* background-color: #0b7ac4;
	border: 1px solid #0b7ac4; */
    color: #ffffff;
}

.darkHeader .dropdown-nav li a:hover {
    background-color: #fff;
    color: #0b7ac4;
}

.darkHeader .dropdown-nav::after {
    border-bottom-color: #fff;
}

.menu-toggle {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    height: 30px;
    position: relative;
    width: 35px;
    display: none;
    float: right;
    text-align: right;
    cursor: pointer;
    margin-top: 12px;
    padding: 4px 4px;
}

.menu-toggle span:nth-child(2) {
    top: 13px;
}

.menu-toggle span:last-child {
    top: 20px;
}


/*.menu-toggle.active > span:first-child {
	top: 15px;
	transform: rotate(51deg);
	-moz-transform: rotate(51deg);
	-webkit-transform: rotate(51deg);
	-ms-transform: rotate(51deg);
	-o-transform: rotate(51deg);
}
.menu-toggle.active > span:nth-child(2) {
	display: none;
}
.menu-toggle.active > span:last-child {
	top: 15px;
	transform: rotate(-51deg);
	-moz-transform: rotate(-51deg);
	-webkit-transform: rotate(-51deg);
	-ms-transform: rotate(-51deg);
	-o-transform: rotate(-51deg);
}*/

.menu-toggle span {
    background-color: #001a39;
    border-radius: 2px;
    height: 4px;
    top: 6px;
    display: inline-block;
    text-align: right;
    margin: 0 0 3px 0;
    position: absolute;
    right: 4px;
}

.menu-toggle span:nth-child(1) {
    border-color: #001a39;
    background-color: #001a39;
    width: 15px;
}

.menu-toggle span:nth-child(2) {
    border-color: #1cb6ab;
    background-color: #1cb6ab;
    width: 20px;
}

.menu-toggle span:nth-child(3) {
    border-color: #0079c0;
    background-color: #0079c0;
    width: 25px;
    margin: 0;
}

.popup-featured-inner>a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-family: "Metropolis-SemiBold";
    font-size: 16px;
    padding: 6px 20px;
}

.popup-featured-inner>a:hover {
    background-color: #fff;
}

.title-bar {
    padding-top: 70px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.serviceabilityGuide {
    background-image: url(../../img/home_page/title-bg1.jpg);
}

.wildlifeGuide {
    background-image: url(../../img/home_page/title-bg2.jpg);
}

.visitorGuide {
    background-image: url(../../img/home_page/title-bg3.jpg);
}

.title-bar h2 {
    font-family: "Metropolis-Bold";
    font-size: 35px;
    padding: 76px 0;
    text-align: center;
    color: #FFFFFF;
}

.main-inner-content {
    padding: 60px 0;
}

.inner-list>li {
    background-position: left 1px;
    background-repeat: no-repeat;
    color: #000000;
    font-family: "Metropolis-SemiBold";
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 30px;
    background-image: url(../../img/home_page/tick-rounded.png);
}

.inner-list>li:last-child {
    margin-bottom: 0;
}

.inner-list {
    margin-bottom: 40px;
}

.full-img {
    margin-bottom: 40px;
}

.main-inner-content .wrapper .full-img:last-of-type {
    margin-bottom: 0;
}

.sag-list>li {
    padding: 20px 0 20px 100px;
    position: relative;
}

.sag-icon {
    background-color: #ffffff;
    border: 2px solid #efefef;
    border-radius: 50%;
    height: 80px;
    margin: 11px 0 0;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.sag-icon>img {
    margin-top: 6px;
}

.sag-list h4 {
    color: #2d74a0;
    font-family: "Metropolis-SemiBold";
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
}

.sag-list p {
    color: #676767;
    font-size: 16px;
    line-height: 22px;
}

ul.sag-list {
    margin-bottom: 24px;
}

.img-half-wrap img {
    max-width: 550px;
    width: 100%;
}

.arins-contact-row .g-recaptcha {
    margin: 20px 0 0;
}

.logo-main img {
    width: 140px;
}

.inner-banner-img {
    /*background: url(../../img/home_page/banner-img.jpg) no-repeat;*/
    padding-bottom: 50%;
    background-position: top center;
    background-size: cover;
    object-fit: cover;
}

.header-main-bottom {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 52px;
    padding: 0px 0;
    position: relative;
}

.header-main-bottom .logo-main.left-float {
    position: relative;
    z-index: 999;
    display: inline-block;
    width: 100%;
}


/*.header-main-bottom:before {
    content: "";
    position: absolute;
    background: url(../../img/home_page/bg-curve-img.svg) no-repeat;
    width: 100%;
    height: 260px;
    background-size: 100% auto;
    background-position: 0px -50px;
}*/

.logo-main .logo-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 50px;
    margin: 25px 0 0 0;
}

.logo-text h1 {
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0 0 4px;
}

.logo-text strong {
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 0px;
    font-weight: 300;
}


/*.logo-main.left-float.top {
    display: none;
}*/

.darkHeader .logo-main.left-float.top {
    display: inline-block;
}

.darkHeader .logo-main img {
    width: 140px;
}

.inner-banner-text {
    text-align: center;
    background-color: #001a39;
    padding: 15px 0;
}

.inner-banner-text h3 {
    display: inline-block;
    color: #fff;
    font-weight: 100;
    font-size: 23px;
    margin: 0 100px 0 0;
}

.white-btn-trans {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 9px 20px 7px;
    text-align: center;
    font-size: 14px;
    margin: 0 5px;
}

a.white-btn-trans {
    border: 1px solid #359de2;
    color: #fff;
    background-color: #359de2;
}

.inner-banner-text h3 span {
    font-style: italic;
    color: #097a84;
}

.feature-list li>a {
    background-color: #03365c;
    display: block;
    text-align: center;
    padding: 20px 20px;
    font-size: 16px;
    color: #fff;
    min-height: 148px;
}

.top-title h2 {
    color: #fff;
    font-size: 35px;
    margin: 20px 0 40px;
    font-weight: 300;
}

.feature-list>li {
    float: left;
    width: 30.3333%;
    margin: 0 8px 8px 0;
    position: relative;
}

.arins-features .feature-list li:nth-child(3n) {
    margin: 3px;
}

li.wildlife-bg>a,
li.wildlife-bg .help_guide-box {
    background-color: #0fbaaf;
}

li.visitor-bg>a,
li.visitor-bg .help_guide-box {
    background-color: #2495f8;
}

li.monitor-bg>a,
li.monitor-bg .help_guide-box {
    background-color: #49bb7d;
}

li.other-inspection-bg a,
li.other-inspection-bg .help_guide-box {
    background-color: #002753;
}

li.document-bg>a,
li.document-bg .help_guide-box {
    background-color: #65a0a5;
}

li.administration-bg a,
li.administration-bg .help_guide-box {
    background-color: #2051a4;
}

li.event-bg>a,
li.event-bg .help_guide-box {
    background-color: #5cada7;
}

li.daily-log-bg>a,
li.daily-log-bg .help_guide-box {
    background-color: #0086ce;
}

li.induction-bg>a,
li.induction-bg .help_guide-box {
    background-color: #3f5d7e;
}

li.incident-bg>a,
li.incident-bg .help_guide-box {
    background-color: #00a0a5;
}

li.emergency-bg>a,
li.emergency-bg .help_guide-box {
    background-color: #a4aaae;
}

li.getting-start .help_guide-box {
    background-color: #375e7b;
}

li.getting-start .help_guide-box .dropdown-menu {
    border: 5px solid #375e7bb8;
    background-color: #375e7b;
}

.feature-list ul.help-guide-list .dropdown-menu a {
    background-position: 0 4px;
}

.feature-img {
    height: 75px;
}

.feature-text h4 {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    text-transform: uppercase;
}

.feature-text {
    min-height: 32px;
}

.feature-img .dis-table {
    height: 100%;
    padding-bottom: 30px;
}

.feature-img .dis-cell {
    vertical-align: bottom;
}

.footer {
    font-size: 12px;
    color: #fff;
}

.main-content-section {
    padding: 15px 0 40px;
}

.feature-list li:hover .dropdown-menu {
    display: block;
    transition: .5s ease;
}

.feature-img img {
    max-width: 50px;
    max-height: 45px;
}

.disable-box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .9);
    cursor: not-allowed;
    display: none;
}

.feature-list li.feature-box {
    padding: 0;
    height: auto;
}

.feature-list li.feature-box .feature-img {
    background: none;
    width: 65px;
    height: 65px;
}

.inner-wrapper {
    width: 1100px;
    margin: auto;
}

.darkHeader .logo-text h1 {
    display: block;
    font-size: 18px;
    margin: 0 0 4px;
}

.darkHeader .logo-text strong {
    font-size: 15px;
    margin: 0 0 0 0px;
}

.logo-main .logo-text {
    left: 30px;
    margin: 4px 0 0 0;
}

.arins-contact .alert {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 26px;
    text-align: center;
    font-family: 'Metropolis-SemiBold';
    color: green;
}

.popup-featured-inner ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .inner-wrapper {
        width: 900px;
        margin: auto;
    }
}

@media screen and (max-width: 1140px) {
    .header-main .wrapper {
        overflow-x: unset;
    }
    .wrapper {
        padding: 0 20px;
        overflow-x: hidden;
    }
    .left-infosect {
        width: 55%;
    }
    .right-infosect {
        padding-left: 50px;
        width: 45%;
    }
    .features-wrap {
        float: none;
        margin: 0 auto;
        width: 575px;
        max-width: 100%;
    }
    .banner-main .d-table {
        height: 600px;
    }
    .banner-content h1 {
        font-size: 100px;
    }
    .banner-content h4 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .banner-links>a {
        font-size: 14px;
        height: 46px;
        line-height: 42px;
        width: 140px;
    }
    .arins-contact {
        padding: 40px 0;
    }
}

@media screen and (max-width: 1024px) {
    .right-infosect h2 {
        font-size: 26px;
        line-height: 38px;
    }
    .right-infosect li {
        font-size: 18px;
    }
    .inner-wrapper {
        width: 700px;
        margin: auto;
    }
    .banner-main {
        position: relative;
        bottom: 30px;
    }
    .header-main-bottom .logo-main.left-float {
        top: 10px;
    }
    .inner-banner-img {
        padding-bottom: 65%;
    }
    .banner-main {
        bottom: 18px;
    }
    .logo-text strong {
        line-height: 15px;
    }
}

@media screen and (max-width: 860px) {
    .banner-main {
        text-align: center;
    }
    .banner-content {
        display: inline-block;
        max-width: 600px;
        padding: 20px 20px 30px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.23);
    }
    .dropdown-nav {
        padding: 3px 0;
    }
    .banner-links>a {
        float: none;
        font-size: 14px;
        height: 42px;
        line-height: 38px;
        margin: 0 8px;
    }
    .banner-content h4 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .banner-content h1 {
        font-size: 90px;
    }
    .arins-infosect .wrapper {
        display: block;
        text-align: center;
    }
    .left-infosect {
        width: 100%;
        display: block;
    }
    .right-infosect {
        padding-left: 0;
        width: 100%;
        display: block;
        padding-top: 60px;
    }
    .left-infosect>img {
        max-width: 480px;
        width: 100%;
    }
    .arins-infosect {
        padding: 40px 0;
    }
    .right-infosect li {
        text-align: left;
    }
    .right-infosect ul {
        display: inline-block;
    }
    .right-infosect h2 {
        display: inline-block;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
        max-width: 400px;
    }
    .right-infosect h2:after {
        right: 0;
        margin: auto;
    }
    .logo-main {
        width: 100%;
    }
    .logo-main a {
        float: left;
    }
    .menu-toggle {
        display: inline-block;
    }
    .nav-main {
        background-color: #ffffff;
        border: 1px solid #001a39;
        display: none;
        left: 2%;
        padding: 10px;
        position: absolute;
        top: 63px;
        width: 96%;
    }
    .nav-main>ul>li>a {
        background-color: #001a39;
        border: 1px solid #ffffff;
        border-radius: 2px;
        display: block;
        margin-bottom: 2px;
        padding: 10px;
    }
    .nav-main>ul>li {
        display: block;
        margin-left: 0;
        width: 100%;
    }
    .nav-main>ul>li>a:after {
        display: none;
    }
    .dropdown-nav {
        background-color: #ffffff;
        border: 1px solid #001a39;
        position: relative;
        width: 100%;
        float: left;
    }
    .dropdown-nav li a,
    .darkHeader .dropdown-nav li a {
        background-color: #001a39;
        border: 1px solid #001a39;
        color: #ffffff;
    }
    .dropdown-nav li a:hover,
    .darkHeader .dropdown-nav li a:hover {
        background-color: #fff;
        color: #6ccff6;
    }
    .dropdown-nav li {
        float: left;
        margin: 2px 1%;
        width: 48%;
    }
    .dropdown-nav:after,
    .darkHeader .dropdown-nav:after {
        border-bottom: 10px solid #001a39;
    }
    .nav-main>ul>li.has-child>a:before {
        border-width: 9px 7px 0;
        right: 12px;
        top: 14px;
    }
    .dropdown-nav {
        display: none;
    }
    .dropdown-nav.open {
        display: block;
    }
    .header-main .wrapper {
        position: relative;
    }
    .sag-list>li {
        padding-left: 0;
        text-align: center;
    }
    .sag-icon {
        margin: 0 auto 15px;
        position: static;
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .banner-main .d-table {
        height: auto;
    }
    .banner-content {
        margin: 80px auto;
    }
    .title-bar h2 {
        font-size: 32px;
        padding: 56px 0;
    }
}

@media screen and (max-width: 650px) {
    .feature-box {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: calc(50% - 8px);
    }
    .features-wrap {
        text-align: center;
    }
    .features-wrap {
        width: 480px;
    }
    .feature-box:hover .popup-featured {
        transform: translate(-18px, -40px) scale(1);
        -moz-transform: translate(-18px, -40px) scale(1);
        -ms-transform: translate(-18px, -40px) scale(1);
        -o-transform: translate(-18px, -40px) scale(1);
        -webkit-transform: translate(-18px, -40px) scale(1);
    }
    .feature-box .popup-featured {
        transform: translate(-18px, -40px) scale(0);
        -moz-transform: translate(-18px, -40px) scale(0);
        -ms-transform: translate(-18px, -40px) scale(0);
        -o-transform: translate(-18px, -40px) scale(0);
        -webkit-transform: translate(-18px, -40px) scale(0);
    }
    .arins-contact-wrap {
        padding: 20px;
    }
}

@media screen and (max-width: 520px) {
    .right-infosect {
        padding-top: 40px;
    }
    .right-infosect h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .right-infosect li {
        font-size: 16px;
    }
    .right-infosect p {
        font-size: 16px;
        line-height: 24px;
    }
    .feature-box .popup-featured {
        height: calc(100% + 40px);
        height: -moz-calc(100% + 40px);
        height: -webkit-calc(100% + 40px);
        height: -o-calc(100% + 40px);
        height: -ms-calc(100% + 40px);
        transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        width: calc(100% + 40px);
        -ms-width: calc(100% + 40px);
        -o-width: calc(100% + 40px);
        -webkit-width: calc(100% + 40px);
        -moz-width: calc(100% + 40px);
        top: -20px;
        left: -20px;
    }
    .feature-box:hover .popup-featured {
        height: calc(100% + 40px);
        height: -moz-calc(100% + 40px);
        height: -webkit-calc(100% + 40px);
        height: -o-calc(100% + 40px);
        height: -ms-calc(100% + 40px);
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        width: calc(100% + 40px);
        -ms-width: calc(100% + 40px);
        -o-width: calc(100% + 40px);
        -webkit-width: calc(100% + 40px);
        -moz-width: calc(100% + 40px);
        min-width: 100%;
    }
    .arins-contact-half {
        width: 100%;
    }
    .arins-contact-wrap .arins-contact-row:first-of-type .arins-field {
        margin-top: 20px;
    }
    .arins-contact-wrap {
        padding-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .feature-box {
        margin: 0 0 20px;
        max-width: 300px;
        width: 100%;
    }
    .footer-main p,
    .footer-main ul {
        display: block;
    }
    .footer-main p {
        margin-bottom: 10px;
    }
    .footer-main ul {
        text-align: center;
    }
    .footer-main ul li:first-child {
        margin-left: 0;
        padding-left: 0;
    }
    .footer-main ul li:first-child:before {
        display: none;
    }
    .footer-main ul li {
        float: none;
        vertical-align: middle;
        display: inline-block;
    }
    .banner-content h1 {
        font-size: 70px;
    }
    .banner-content h4 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .banner-content {
        max-width: 600px;
        padding: 14px 10px 22px;
    }
    .dropdown-nav li {
        margin: 5px 0;
        width: 100%;
    }
    .header-main.menu-opened {
        bottom: 0;
        overflow: auto;
        position: fixed;
    }
    .title-bar h2 {
        font-size: 25px;
        padding: 50px 0;
    }
}

@media screen and (max-width: 400px) {
    .banner-links>a {
        margin: 0 0 10px;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .feature-box {
        max-width: 260px;
    }
}

.js-cookie-consent.cookie-consent {
    background-color: #001a39;
    text-align: center;
    padding: 12px 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

span.cookie-consent__message {
    color: #fff;
    font-size: 15px;
    margin: 0 20px 0 0;
}

button.js-cookie-consent-agree.cookie-consent__agree {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
}

button.js-cookie-consent-agree.cookie-consent__agree:hover {
    background-color: #fff;
    color: #001a39;
}
