/*
Theme Name: NAWCC v2
Author: Selectrum Comunications
Description: NAWCC Theme
Version: 1
License: GNU General Public License
*/


/* FONTS
-------------------------------------------------------------- */
@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/MyriadProRegular/MyriadProRegular.eot');
    src: url('fonts/MyriadProRegular/MyriadProRegular.eot') format('embedded-opentype'),
         url('fonts/MyriadProRegular/MyriadProRegular.woff2') format('woff2'),
         url('fonts/MyriadProRegular/MyriadProRegular.woff') format('woff'),
         url('fonts/MyriadProRegular/MyriadProRegular.ttf') format('truetype'),
         url('fonts/MyriadProRegular/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('fonts/MyriadProSemibold/MyriadProSemibold.eot');
    src: url('fonts/MyriadProSemibold/MyriadProSemibold.eot') format('embedded-opentype'),
         url('fonts/MyriadProSemibold/MyriadProSemibold.woff2') format('woff2'),
         url('fonts/MyriadProSemibold/MyriadProSemibold.woff') format('woff'),
         url('fonts/MyriadProSemibold/MyriadProSemibold.ttf') format('truetype'),
         url('fonts/MyriadProSemibold/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
}

@font-face {
    font-family: 'MyriadProBold';
    src: url('fonts/MyriadProBold/MyriadProBold.eot');
    src: url('fonts/MyriadProBold/MyriadProBold.eot') format('embedded-opentype'),
         url('fonts/MyriadProBold/MyriadProBold.woff2') format('woff2'),
         url('fonts/MyriadProBold/MyriadProBold.woff') format('woff'),
         url('fonts/MyriadProBold/MyriadProBold.ttf') format('truetype'),
         url('fonts/MyriadProBold/MyriadProBold.svg#MyriadProBold') format('svg');
}


/* Reset
-------------------------------------------------------------- */
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;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background: none;
	color: #fff;
	border: none;
	font-size: 20px;
	line-height: 30px;
	transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	text-decoration: none;
	padding-left: 20px;
	cursor: pointer;
	background-color: #276d9f;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #000;
	background-color:#92b2cb;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #757679;
	border: 1px solid #EDE6E3;
	font-size:19px;
	position:relative;
	text-indent:5px;
	font-size: 18px;
	line-height: 35px; 
	padding-left: 23px;
	padding-right: 23px;
	padding-top:8px;
	padding-bottom:8px;
	font-family: 'MyriadProRegular';
	box-sizing:border-box;
}

textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
	box-sizing:border-box;
	font-family: 'MyriadProRegular';
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: 'MyriadProRegular';
  line-height:28px;
  font-size: 16px;
  color:#000;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
h1 {
	font-size: 28px;
	line-height: 34px;
	font-family: helvetica;
}
h2 {
	line-height: 32px;
	font-size: 20px;
	font-family: 'MyriadProBold';
	color:#386d99;
}
h3 {
	font-size:18px;
	line-height:28px;
	font-family: 'MyriadProBold';
	color:#386d99;
}
h4 {
	line-height: 26px;
	font-size: 16px;
	font-family: 'MyriadProBold';
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 15px;
}
ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
	font-family: 'MyriadProBold';
}
dfn,
cite,
em,
i {
	font-style:italic;
}
strong em,
strong i{
	 font-style:italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
/* Links */
a {
  color: #b95f00;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover{
  color:#276d9f;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.container{
	max-width:1320px;
	margin:0 auto;
	box-sizing:border-box;	
}


.clear{
	clear:both;
}
/* Header
-------------------------------------------------------------- */
#header-language {
	text-transform: uppercase;
}

#header-language .wpml-ls-legacy-list-horizontal a {
	padding: 0;
	color: #fff;
	font-size: 16px;
	position: relative;
	margin-top: 8px;
}

.fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 8888;
	left: 0;
	right: 0;
	background: #276d9f;
	max-width: 100% !important;
}

.fixed-header .menu-header-menu-container{
	max-width: 1320px;
	margin:0 auto;
}

#header-language .wpml-ls-legacy-list-horizontal{
	padding:0;	
}

#header-language .wpml-ls-legacy-list-horizontal .wpml-ls-item{
	display:block;
}

#header-middle-section .container{
	max-width:1320px;
	margin:0 auto;
}

#header-top-section {
	color: #fff;
	background-color: #276d9f;
	box-sizing: border-box;
	padding-top: 1px;
	padding-bottom: 7px;
	text-align: center;
}

#header-language,
#header-social,
#header-search {
	display: inline-block;
	width: 33%;
	vertical-align:top;
}

#header-social a{
	color:#fff;
}

#header-social a {
	color: #fff;
	font-size: 25px;
	margin-right: 22px;
}

#header-language  > div{
	text-align:left;
}

#search-button {
	position: relative;
	float: right;
	margin-left:10px;
	cursor:pointer;
	font-size:16px;
	top:3px;
}

#header-search-form {
	position: relative;
	float: right;
	display:none;
	top:2px;
}

#s {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1;
	font-size: 16px;
}

#header-middle-section .container{
	max-width:1320px;
	margin:0 auto;
}

#header-middle-section {
	font-family: 'MyriadProSemibold';
	line-height: 33px;
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	max-width: 950px;
}

#header-bottom-section {
	background-color: #276d9f;
}

#main-menu {
	max-width: 1320px;
	margin: 0 auto;
}

#main-menu ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#main-menu ul li {
	margin: 0;
	width: 16.666%;
	float: left;
	text-align: center;
	list-style: none;
	transition:all 0.25s ease-in;
	position:relative;
}

#main-menu ul li a {
	color: #fff;
	display: block;
	padding-top: 10px;
	padding-bottom: 6px;
	transition: all 0.25s ease-in;
	font-size: 16px;
}

#main-menu ul li:after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 14px;
	right: 0;
	transition: all 0.25s ease-in;
	border-right: 2px solid #fff;
	height: 19px;
}

#main-menu ul li:last-child:after{
	display:none;
}

#main-menu ul li:hover:after,
#main-menu ul li.prev-menu:after,
#main-menu ul li.current_page_item:after,
#main-menu ul li.prev-menu2:after{
	border-right: none;
}

#main-menu ul li:hover a,
#main-menu ul li.current_page_item a{
	color: #000;
	background-color:#adc7da;
}


/* Home
-------------------------------------------------------------- */
#home-banner {
	background-size: cover;
	position: relative;
	height: 600px;
	background-position: top center;
}


.page #home-banner {
	height: 500px;
}

#home-banner .container {
	display: flex;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}

#home-banner-content h1 {
	font-size: 90px;
	line-height: 95px;
	color: #fff;
	font-family: 'MyriadProRegular';
	margin-bottom: 30px;
}

#home-banner-content h1 span {
	font-size: 120px;
	line-height: 1;
	display: block;
}

#banner-bt a {
	font-size: 19px;
	color: #fff;
	border: 1px solid #fff;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 7px;
	padding-bottom: 5px;
	transition: all 0.25s ease-in;
	display: inline-block;
	line-height: 1;
}

#banner-bt a:hover{
	background-color:#276d9f;
	border: 1px solid #276d9f;
}

#banner-bt a span {
	padding-left: 10px;
	font-size: 17px;
	position: relative;
	top: -2px;
}

.post-content.home-content {
	padding-top: 70px;
	padding-bottom: 50px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.post-left {
	position: relative;
	float: left;
	width: 80%;
}

.post-right {
	position: relative;
	float: right;
	width: 20%;
}

.sidebar-image-home a {
	/*float: right;
	display: inline-block;
	border: 1px solid #afafaf;*/
	clear: both;
	margin-bottom: 10px;
	line-height:0;
}

.sidebar-image-home {
	width: 150px;
	float: right;
	margin-bottom: 20px;
}

.sidebar-image-home img{
	max-width:150px;
	height:auto;
}	

.sidebar-image-home span {
	font-size: 13px;
	line-height: 18px;
}

/* Pages
-------------------------------------------------------------- */
#banner-title h1 {
	font-size: 27px;
	color: #fff;
	font-family: 'MyriadProBold';
	text-transform: uppercase;
	line-height: 34px;
	padding-top: 12px;
	padding-bottom: 8px;
}

#banner-title {
	position: absolute;
	bottom: 0;
	background: rgba(43,109,157,0.6);
	width: 100%;
}

.post-content {
	font-size: 16px;
	line-height: 28px;
	padding-top: 62px;
	padding-bottom: 60px;
}

.post-content ul{
	margin:30px 0px 1.5em 18px;
}

.post-content table ul{
	margin:0px 0px 0.5em 0px;
}

.post-content ul li a{
	text-decoration:underline;
}

.post-content ul li{
	padding-left:6px;
}

.post-content p {
	margin-bottom: 12px;
}

.additional-banner{
	background-size: cover;
	position:relative;
}

.additional-banner:before{
	padding-top:24%;
	content:'';
	display:block;
}

.post-content.additional-content-section{
	padding-top:0;
}

.additional-banner {
	margin-bottom:62px;
}

.top-banner{
	background-image:url(images/banner.jpg)
}

.search-item {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

/* Footer
-------------------------------------------------------------- */
#footer-title {
	text-transform: uppercase;
	font-size: 15px;
	background-color: #92b2cb;
	font-family: 'MyriadProBold';
	padding-top: 9px;
	padding-bottom: 2px;
}

#site-footer {
	text-align: center;
}

#footer-content {
	background-color: #256597;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	padding-top: 14px;
	padding-bottom: 24px;
}

#footer-content a{
	color:#fff;
}

.footer-content-15size{
	font-size:15px;
}

.footer-contact {
	display: inline-block;
	margin-right: 9px;
}

.footer-contact i {
	padding-right: 5px;
}

/* Responsive
-------------------------------------------------------------- */
#hamburger {
	position: relative;
	float: right;
	margin-left: 25px;
	font-size: 25px;
	top: 4px;
	display: none;
}

.wpml-ls-menu-item{
	display:none;
}

@media screen and (max-width: 1550px) {
	
	#main-menu ul li{
		font-size:18px;
	}
	#home-banner-content h1 {
		font-size: 70px;
		line-height: 80px;
	}
	#home-banner-content h1 span {
		font-size: 60px;
	}
	
}

@media screen and (min-width: 1450px) {
	.page #home-banner {
		height: 650px;
	}
}

@media screen and (min-width: 1919px) {
	.page #home-banner {
		height: 750px;
	}
}


@media screen and (max-width: 1330px) {
	.container{
		padding-left:25px !important;
		padding-right:25px !important;		
	}
}

@media screen and (min-width: 1280px) {
	#header-bottom-section {
		display:block !important;
	}
}

@media screen and (max-width: 1279px) {
	#header-middle-section {
		margin-top: 55px;
	}
	#header-top-section{
		padding-left:0;
		padding-right:0;
	}	
	#main-menu ul {
		background: #276d9f;
	}	
	#home-banner {
		height: 400px !important;
	}	
	#main-menu {
		position: fixed;
		top: 35px;
		width: 100%;
	}	
	#main-menu ul li {
		margin: 0;
		width: 100%;
		float: none;
		text-align: center;
	}	
	#main-menu ul li a {
		padding-top: 13px;
		padding-bottom: 13px;
	}	
	#main-menu ul li:after {
		display:none !important;
	}	
	#header-bottom-section {
		position: relative;
		z-index: 9999;
		display:none;
	}	
	#header-top-section {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 9999;
		text-align:left;
	}	
	#hamburger{
		display:block;
	}
	.wpml-ls-menu-item{
		display:block;
		text-transform:uppercase;
	}
	#header-social{
		display: block;
		width: 50%;
		float: left;
	}	
	
	#header-search {
		display: block;
		width: 50%;
		float: right;		
	}
	
	#header-language{
		display:none;
	}
	#header-social a {
		color: #fff;
		font-size: 18px;
		margin-right: 10px;
	}	
	
	
}

@media screen and (max-width: 900px) {
	#header-middle-section {
		line-height: 30px;
		font-size: 22px;
		padding-left: 10%;
		padding-right: 10%;
		box-sizing: border-box;
	}
	
	.sidebar-image-home a {
		float: inherit;
		clear: none;
		margin-right: 0px;
		width: 100%;
		border:none;
	}

	#home-banner-content h1 {
		font-size: 40px;
		line-height: 55px;
	}	
	#home-banner-content h1 span {
		font-size: 30px;
	}	
	#banner-bt a {
		font-size: 16px;
	}	
	.post-left {
		float: inherit;
		width: 100%;
		margin-bottom:30px;
	}	
	.post-right {
		position: relative;
		float: inherit;
		width: 100%;
		margin-top: 0;
	}	
	.sidebar-image-home a {
		float: left;
		clear: none;
		margin-bottom: 30px;
		margin-right: 20px;
	}	
	
	.sidebar-image-home{
		width:auto;
		float:inherit;
	}
	
	.post-content.home-content {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	#banner-title h1 {
		font-size: 25px;
		line-height: 31px;
	}	
}

@media screen and (max-width: 767px) {
	#home-banner-content h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom:15px;
	}
	#home-banner-content h1 span {
		font-size: 22px;
	}	
}