@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
Theme Name: Civilian Microsite
Author: Civilian
Tags: responsive, fixed width
*/

/*
font-family: "Montserrat", sans-serif;
*/

* { margin: 0px; padding: 0px; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; box-sizing: border-box; -webkit-box-sizing: border-box; }
html, body { width: 100%; font-size: 18px; color: #000; font-family: 'Helvetica Neue'; font-weight: 400; background: #fff; }
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; vertical-align: baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
.container { padding: 0 15px; margin: 0 auto; max-width: 1140px; position: relative; }

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 0px 0 0 0px; display: inline-block; vertical-align: top;}
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; }


[href^="tel"] { cursor: text; }
[href^="tel"]:hover { text-decoration:none !important; }

textarea::input-placeholder,input::input-placeholder { opacity: 1; } 
textarea::-moz-placeholder,input::-moz-placeholder{ opacity: 1; } 
textarea:-ms-input-placeholder,input:-ms-input-placeholder{ opacity: 1; }
textarea::-webkit-input-placeholder,input::-webkit-input-placeholder { opacity:100; }  

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

input, textarea { font-weight: 400; transition: all 0.3s; -webkit-transition: all 0.3s; font-family: "Montserrat", sans-serif; border-radius:0px !important; -webkit-border-radius:0px  !important; -ms-border-radius:0px  !important; }
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
 textarea:focus { outline: none; }
input.wpcf7-validates-as-required {  }
input.wpcf7-validates-as-required:focus { }

/* common */
a { color: #0E2F90; outline: none; transition: all 0.3s; -webkit-transition: all 0.3s; text-decoration: none; }
a:hover { text-decoration: none; }
img { border: 0px; outline: none; display: block; max-width: 100%; height:auto;  transition: all 0.3s; -webkit-transition: all 0.3s; text-decoration: none; }
ul,ol { margin-bottom: 20px; padding: 0 0 0 20px; }
.clear { clear: both; overflow: hidden; }
h1, .h1 ,h2, .h2 ,h3, .h3 ,h4, .h4 ,h5, .h5 ,h6, .h6 { padding-bottom: 20px; font-family: 'Helvetica Neue'; font-weight: 700; } 

h1, .h1 { padding-bottom: 16px; font-size: 60px; line-height: 1.1; }
h2, .h2 { }
h3, .h3 { }
h4, .h4 { }
h5, .h5 { font-size: 16px; }
h6, .h6 { padding-bottom: 12px; }

p { padding-bottom: 20px; font-size: 18px; line-height: 22px; }
p a { color: #000; text-decoration: underline; }
p a:hover { text-decoration: none; }

ul.listing li { padding: 0 0 10px 10px; position: relative; line-height: 30px; }
ul.listing li:before { content:'.'; position:absolute; left:0; top:0; }

.field, .wpcf7-text, textarea { display: block; border-radius:0; -webkit-border-radius:0; -ms-border-radius:0; width: 100%; height: 40px; font-size: 13px ; padding: 13px 25px 13px 15px; background:#eeeeee; border:0; color:#5d5d5d; }
textarea { padding: 13px 15px; height: 110px; resize: none; }

a.close, a.mobilemenu { display: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
 textarea:focus { border:0; color: #000; outline:none; }

.button { color: #fff; padding: 10px 24px; display: inline-block; vertical-align: top; background: #c4131b; border: 0px; font-size: 16px; line-height: 25px; position: relative; text-transform: uppercase; font-weight: 600; }
.button:after { content: ""; position: absolute; right: -2px; top: -2px; border: transparent solid 6px; border-bottom: #fff solid 6px; transform: rotate(45deg); }
.button:hover { background: #000; }

.button.inverse { color: #c4131b; background: #fff; }
.button.inverse:after { border-bottom: #c4131b solid 6px; }
.button.inverse:hover { color: #fff; background: #000; }

a.morelink { padding-right: 30px; color: #fff; font-weight: 400; font-size: 16px; line-height: 150%;  display: inline-block; position: relative; }
a.morelink:after { content: ""; position: absolute; right: 0px; top: 3px; width: 20px; height: 20px; background: url(images/more-icon.png) right no-repeat; background-size: 20px; transition: 0.3s all; }
a.morelink:hover { padding-right: 40px; }
a.morelink:hover:after { transform: rotate(90deg); }

/* wrapper */
#wrapper { /*max-width: 1440px; margin: auto;*/ width: 100%; overflow: hidden; min-height: 100%; position: relative; }

.wrapper,
.centering { width: 100%; max-width: 1585px; padding: 0 15px; margin:auto; position: relative;}  


.flex-wrap, .d-flex { display: flex; flex-wrap: wrap; }
.v-center { align-items: center; }
.space-between { justify-content: space-between; }

/* header-part */
#header-part { padding: 31px 0px 0px; position: relative; height: 124px; width: 100%; z-index: 2; background: #fff; box-shadow: 0px 3px 6px #00000029; }
#header-part a.logo { display: block; max-width: 163px; }

/* content-part */
#content-part { }

	/* contentblock_sec */
	.contentblock_sec { }
	.contentblock_sec .introbox { padding: 111px 0px 0px; background: url(images/bg.png) no-repeat; background-size: cover; }
	.contentblock_sec .introbox .intro { padding-bottom: 78px; max-width: 1350px; margin: 0 auto; text-align: center; }
	.contentblock_sec .introbox .intro p { font-size: 36px; line-height: 1.2; }
	.contentblock_sec .introbox { }
	.contentblock_sec .introbox .tabsbg { padding-bottom: 127px; max-width: 1555px; margin: 0 auto; }
	.contentblock_sec .introbox .tabsbg .tablist { margin: 0 -8px; }
	.contentblock_sec .introbox .tabsbg .thumblist { width: calc(25% - 16px); margin: 0 8px 16px; background: #0075CF; box-shadow: 0px 3px 6px #00000029; border-radius: 15px; position: relative; cursor: pointer; }
	.contentblock_sec .introbox .tabsbg .normal { padding: 45px 20px 20px; text-align: center; width: 100%; height: 343px; }
	.contentblock_sec .introbox .tabsbg figure { display: block; min-height: 195px; }
	.contentblock_sec .introbox .tabsbg figure img {  width: auto; margin: 0 auto; max-width: 225px; max-height: 165px; }
	.contentblock_sec .introbox .tabsbg .thumblist:nth-child(3) figure img { max-width: 175px; max-height: 170px; }
	.contentblock_sec .introbox .tabsbg .thumblist:nth-child(3) figure { padding-top: 7px; }
	.contentblock_sec .introbox .tabsbg .thumblist:nth-child(4) figure img { max-width: 70px; max-height: 180px; }
	.contentblock_sec .introbox .tabsbg h3 { font-size: 36px; line-height: 44px; color: #fff; }
	.contentblock_sec .introbox .tabsbg span.plusminusicon { display: block; position: absolute; left: 50%; bottom: -39px; transform: translateX(-50%); width: 78px; height: 78px; background: url(images/plus-icon.png) no-repeat; background-size: 100%; transition: 0.3s all; }
	.contentblock_sec .introbox .tabsbg .thumblist.active span.plusminusicon { background: url(images/minus-icon.png) no-repeat; background-size: 100%; }
	.contentblock_sec .introbox .tabsbg .thumblist.active { background: #54A2E5; }
	.contentblock_sec .introbox .tabsbg { }
	.contentblock_sec .introbox .tabsbg .hoverbg { padding: 0 20px; display: flex; align-items: center; justify-content: center; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #fff; border: 4px solid #0075CF; border-radius: 15px; text-align: center; opacity: 0; visibility: hidden; transition: 0.3s all; }
	.contentblock_sec .introbox .tabsbg .hoverbg h3 { padding-bottom: 20px; color: #0075CF; font-size: 36px; line-height: 44px; }
	.contentblock_sec .introbox .tabsbg .hoverbg p { color: #0075CF; font-size: 26px; line-height: 30px; }
	.contentblock_sec .introbox .tabsbg .thumblist:hover .hoverbg { opacity: 1; visibility: visible; }
	.contentblock_sec .introbox .tabsbg .hoverbg { }
	.contentblock_sec .introbox .tabsbg { }
	.contentblock_sec .introbox { }
	.contentblock_sec .introbox { }
	.contentblock_sec .wrapper { max-width: 1325px; }
	.contentblock_sec .tabsdetailsbg { display: block; }
	.contentblock_sec .tabsdetailsbg .tabcontent { padding: 100px 0px 100px 0px; display: none; }
	.contentblock_sec .tabsdetailsbg .tabcontent#paralysis { }
	.contentblock_sec .tabsdetailsbg .intro { padding: 24px 180px 5px 28px; position: relative; background: #5099D9; box-shadow: 0px 3px 6px #00000029; border-radius: 15px; }
	.contentblock_sec .tabsdetailsbg .intro h2 { padding-bottom: 2px; color: #fff; font-size: 36px; }
	.contentblock_sec .tabsdetailsbg .intro p { padding-bottom: 11px; font-size: 24px; line-height: 36px; color: #fff; font-style: italic; }
	.contentblock_sec .tabsdetailsbg .intro figure { position: absolute; right: 33px; top: -29px; }
	.contentblock_sec .tabsdetailsbg .intro { }
	.contentblock_sec .tabsdetailsbg .tabcontentmid { padding: 63px 45px 45px 43px; margin-top: -20px; border-radius: 15px; background: #ebf2f9; }
	.contentblock_sec .tabsdetailsbg .contentlist { padding: 25px 12px 27px 15px; max-width: 100%; margin: 0 auto; background: #9fc3e2; box-shadow: 0px 3px 6px #00000029; border: 3px solid #54A2E5; border-radius: 25px; position: relative; }
	.contentblock_sec .tabsdetailsbg .contentlist .listed { width: calc(33.33% - 20px); margin: 0 10px; background: #fff; box-shadow: 0px 3px 6px #00000029; border-radius: 15px; position: relative; z-index: 7; }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(2) { z-index: 6; }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(3) { z-index: 5; }
	.contentblock_sec .tabsdetailsbg .contentlist h3 { padding: 10px 8px; text-align: center; display: flex; align-items: center; justify-content: center; font-size: 24px; line-height: 1; color: #fff; height: 70px; border-radius: 15px 15px 0px 0px; background: #F68D2E; }
	.contentblock_sec .tabsdetailsbg .contentlist .stepslist { padding: 26px 27px 7px 27px; }
	.contentblock_sec .tabsdetailsbg .contentlist .step { padding: 5px 20px; display: flex; align-items: center; justify-content: center; background: #fce4cd; border: 3px solid #F68D2E; border-radius: 15px; min-height: 109px; margin-bottom: 20px; text-align: center; position: relative; }
	.contentblock_sec .tabsdetailsbg .contentlist.mobileonly { display: none; }
	.contentblock_sec .tabsdetailsbg .contentlist .step p { padding: 0px; }
	.contentblock_sec .tabsdetailsbg .contentlist .step h4 { padding-bottom: 7px; font-size: 24px; line-height: 1; }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:not(:nth-child(3)) .step:after { content: ""; position: absolute; left: calc(100% + 8px); top: 50%; transform: translateY(-50%); width: 66px; height: 24px; background: url(images/arrow-right-orange.svg) no-repeat; background-size: 100%; z-index: 10; }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(2) { }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(2) h3 { background: #0076CF; }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(2) .step:after { background: url(images/arrow-right-yellow.svg) no-repeat; background-size: 100%; }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(2) .step { background: #f7e9bc; border: 3px solid #0076CF; }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(2) { }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(3) { }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(3) h3 { background: #004E42; }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(3) .step { background: #f3f4de; border: 3px solid #004E42; }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(3) { }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(3) { }
	.contentblock_sec .tabsdetailsbg .contentlist .listed:nth-child(3) { }
	.contentblock_sec .tabsdetailsbg .contentlist:after { content: ""; position: absolute; left: 50%; bottom: -75px; transform: translateX(-50%); background: url(images/arrow-down-blue.svg) no-repeat; width: 63px; height: 75px; background-size: 100%; }
	.contentblock_sec .tabsdetailsbg .noarrow .contentlist:after { display: none; }
	.contentblock_sec .tabsdetailsbg .contentlist { }
	.contentblock_sec .tabsdetailsbg .contentlist { }
	.contentblock_sec .tabsdetailsbg .contentlist { }
	.contentblock_sec .tabsdetailsbg .contentlist { }
	.contentblock_sec .tabsdetailsbg .contentbox { background: #9fc3e2; text-align: center; border: 2px solid #0076CF; border-radius: 15px; margin-top: 84px; }
	.contentblock_sec .tabsdetailsbg .contentbox .heading { padding: 16px 20px 17px; background: #0076CF; border-radius: 12px 12px 0 0; }
	.contentblock_sec .tabsdetailsbg .contentbox .heading h4 { padding-bottom: 6px; font-size: 24px; color: #fff; }
	.contentblock_sec .tabsdetailsbg .contentbox .heading p { color: #fff; padding-bottom: 0px; font-size: 24px; line-height: 26px; }
	.contentblock_sec .tabsdetailsbg .contentbox .details { padding: 26px 70px 9px 70px; }
	.contentblock_sec .tabsdetailsbg .contentbox .details { }
	.contentblock_sec .tabsdetailsbg .tabcontent#confusion { }
	.contentblock_sec .tabsdetailsbg .tabcontent#confusion .step { padding: 5px 18px; min-height: 156px; }
	.contentblock_sec .tabsdetailsbg .tabcontent#confusion .step h4 { padding-bottom: 7px; }
	.contentblock_sec .tabsdetailsbg .tabcontent#confusion { }
	.contentblock_sec .tabsdetailsbg .tabcontent#confusion { }
	.contentblock_sec .tabsdetailsbg .tabcontent#confusion { }
	.contentblock_sec .tabsdetailsbg .tabcontent#fear .step { padding: 5px 14px; min-height: 134px; }
	.contentblock_sec .tabsdetailsbg .tabcontent#fear { }
	.contentblock_sec .tabsdetailsbg .tabcontent#paralysis { }
	.contentblock_sec .tabsdetailsbg .tabcontent#paralysis .step { min-height: 134px; margin-bottom: 29px; }
	.contentblock_sec .tabsdetailsbg .tabcontent#paralysis .stepslist { padding-bottom: 0px; }
	.contentblock_sec .tabsdetailsbg .tabcontent#paralysis { }

/* footer-part */
#footer-part { width: 100%; }

/*footer_sec*/
.footer_sec { padding: 90px 0 69px; width: 100%; color: #fff; background:#0075cf; }
.footer_sec .left { width: 530px; }
.footer_sec .right { padding-top: 2px; max-width: 508px; width: calc(100% - 530px); align-items: flex-start; }
.footer_sec .brands { padding-bottom: 47px; }
.footer_sec ul.brandlogolist { list-style: none; padding: 0px; margin: -1px 0px 0px; display: flex; align-items: flex-end; }
.footer_sec ul.brandlogolist li { padding-right: 38px; }
.footer_sec ul.brandlogolist { }
.footer_sec .brands .logo { max-width: 255px; display: block; }
.footer_sec .brands .certified { margin: 0 40px; max-width: 41px; display: block; }
.footer_sec .brands .ad-age { max-width: 53px; display: block; }
.footer_sec .brands .wec-age { max-width: 73px; display: block; margin-left: 20px; }
.footer_sec .tnp-subscription { padding: 0 0px 0 0; margin: 0; }
.footer_sec .emailbox { max-width: 393px; }
.footer_sec .emailbox h5 { padding-bottom: 10px; }
.footer_sec label { display: none !important; }
.footer_sec .tnp-email { background: #fff; width: 100%; height: 30px; font-size: 16px; color: #8A8C8C; } 
.footer_sec form { position: relative; width: 100%; padding: 0 85px 0 0; }
.footer_sec .tnp-field-button { width: 80px; position: absolute; right: 0; top: 0; }
.footer_sec .tnp-field-button .tnp-submit { padding: 0; width: 100%; height: 30px; border: 1px solid #fff; color: #fff; font-size: 16px; line-height: 20px; padding: 5px 10px; font-weight: 700; font-family: 'Helvetica Neue'; text-align: center; background: none; cursor:pointer;}
.footer_sec .social_list { list-style: armenian; margin: 0; padding: 17px 0; }
.footer_sec .social_list li { margin: 0 24px 0 0; display: inline-block; vertical-align: top; font-size: 22px; line-height: 25px; }
.footer_sec .social_list li a { color: #fff; }
.footer_sec .social_list li a img { max-width: 18px; }
.footer_sec .social_list li a:hover { opacity: 0.7; }
.footer_sec h4 { padding-bottom: 10px; font-size: 24px; line-height: 1; }
.footer_sec .contact a { color: #fff; text-decoration: none; }
.footer_sec .contact { width: 160px; padding-right: 15px; }
.footer_sec .contact p { font-size: 16px; }
.footer_sec .address { padding-left: 45px; width: calc(100% - 185px); border-left: 2px solid rgba(255,255,255,0.6); }
.footer_sec .address address { position: relative; padding: 4px 0 0 66px; line-height: 22px; font-style: normal; }
.footer_sec .address address strong { font-size: 24px; line-height: 1; position: absolute; left: 0; top: 0; }
.footer_sec .address strong + br { }
.footer_sec .address p { padding-bottom: 30px; font-size: 16px; line-height: 22px; }
.footer_sec address p { padding-bottom: 35px; }
.footer_sec address:last-child p { padding-bottom: 0; }

/*copyright_sec*/
.copyright_sec { padding: 20px 0; width: 100%; background: #0067B7; color: #fff; }
.copyright_sec .copyright  { padding: 0; font-family: 'Roboto'; font-size: 16px; font-weight: 400; }
.copyright_sec .privacy a { color: #fff; }
.copyright_sec ul { margin: 0px -12px 0px 0px; list-style: none; padding: 0px; display: flex; }
.copyright_sec li { padding: 0 10px; position: relative; font-size: 16px; font-weight: 400; font-family: 'Roboto'; }
.copyright_sec li:not(:last-child):before { content: ""; position: absolute; right: 0px; top: 5px; width: 1px; height: 15px; background: #fff; }
.copyright_sec a:hover { text-decoration: underline; }
.copyright_sec { }

#back-to-top { box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; position: fixed; bottom: 20px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #006bb6; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 0.8; }
#back-to-top.show:hover { opacity: 1; }

.wpcf7-not-valid-tip { /*display: none !important;*/ line-height: 1; margin-bottom: 5px; }
.wpcf7-not-valid { border: 1px #f00 solid !important; }
div.wpcf7-response-output { margin:0px 0; padding:0; font-size: 14px; line-height: 14px; color: #f00; border:0; }
div.wpcf7-mail-sent-ok { color: #398f14; }

/* content-bar-bar */
.content-bar { padding: 60px 0 60px; width: 100%; }
.error404 .content-bar { padding: 170px 0 50px; text-align:center; min-height:500px; }
.content-bar p a { text-decoration:underline; }
.content-bar p a:hover { text-decoration:none; }

/* Alignment */ 
.alignleft { display: inline; float: left; margin-right: 1em !important; }
.alignright { display: inline; float: right; margin-left: 1em !important; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 1.625em; }
table, th, td { border: none }
table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.6em; table-layout: fixed; /* Prevents HTML tables from becoming too wide */ width: 100%; }
caption, th, td { font-weight: normal; text-align: left; }
th { border-width: 0 1px 1px 0; }
td { border-width: 0 1px 1px 0; vertical-align: top; }
td img { width: 100%; max-width: 100%; vertical-align: top; margin: 0px; height: auto; }
th, td { padding: 0.4em; }
th { font-size: 24px; letter-spacing: 1px; line-height: 28px; }
td img.alignnone { margin: 0px }
blockquote { /*font-style: italic;*/  font-weight: normal; margin: 0 2%; }
blockquote em, blockquote i, blockquote cite { font-style: normal; }
blockquote cite { color: #666; letter-spacing: 0.05em; text-transform: uppercase; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

.wpcf7 form .wpcf7-response-output { border: 0; background: #fff; padding: 10px; }
.wpcf7 form.sent .wpcf7-response-output { color: #219606; border: 0; } 

/*keyframes*/
@-webkit-keyframes stickyhead{
	0%{opacity:0;-webkit-transform:translateY(-100%)}
	100%{opacity:1;-webkit-transform:translateY(0)}
}

@-moz-keyframes stickyhead{
	0%{opacity:0;-moz-transform:translateY(-100%)}
	100%{opacity:1;-moz-transform:translateY(0)}
}
@keyframes stickyhead{
	0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}
	100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}
