/* CSS Document */

@font-face {
	font-family: 'Wingdings3';
	src: url('font/Wingdings-3.eot'); /* IE9 Compat Modes */
	src: url('font/Wingdings-3.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('font/Wingdings-3.woff') format('woff'), /* Modern Browsers */
		url('font/Wingdings-3.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('font/Wingdings-3.svg#PlantinStd') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

body {
    	margin:0;
	padding:0;
	background:#f5f5f5;
	color:#0e1a2d;
	text-rendering: optimizeLegibility;	
}

a, a:link, a:hover {
	text-decoration:none;	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

h1 { font-size:33px; line-height:1.3em; font-weight:normal !important;}
h2 { font-size:28px; line-height:1.3em; font-weight:normal !important;}
h3 { font-size:27px; line-height:1.2em; font-weight:normal !important;}
h4 { font-size:24px; line-height:1.1em; font-weight:normal !important;}
h5 { font-size:21px; line-height:1em; font-weight:normal !important;}
h6 { font-size:18px; line-height:1em; font-weight:normal !important;}

/* Header
--------------------------------*/
header {
	background:#fff;
	background-image: url('/wp-content/themes/argentst/images/background-stripe.svg');
    	background-repeat: no-repeat;
    	background-position: right; 
	background-position: top right;
	background-size: 60px;
}
#logo {
    margin-top: 31px;
}

/* Top Navigation
--------------------------------*/
nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	z-index:15;
	font-family: "franklin-gothic-urw";
}
nav ul li {
	float:left;	
	position:relative;
}
nav ul li a {
	display:block;
	height:24px;
	line-height:24px;
	margin:32px 0;
	/* padding:0 40px 0 40px; */
	padding:0 20px 0 20px;
	color:#999999;
}
nav ul li a:hover { 
	color:#0e1a2d;
}
nav ul > li.menu-item-has-children > a {
	background:url(images/down-arrow-grey.svg) right center no-repeat;	
	padding-right:14px;
	/* margin-right:40px; */
	margin-right:20px;
}
nav > ul > li + li > a {
	border-left:1px dotted #ddd;	
}
nav ul ul {
	position:absolute;
	top:100%;
	width:auto;
	left:60%;
	margin-left:-75%;	
	background:url(images/up-arrow-black.svg) center top no-repeat;
	padding-top:8px;
	margin-top:-8px;
	/*opacity: 0;
	visibility: hidden;*/
	display:none;
	/*
	-webkit-transiton: 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;
	-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	*/
}
nav ul ul li {
	float:none;
    background:#0e1a2d;	
	overflow:hidden;
}
nav ul ul li a {
	padding:15px 0px;
	margin:0 12px;
	height:auto;
	line-height:normal;
	white-space:nowrap;
	text-align:center;
	color:#fff;
	font-size:13px;
}
nav ul ul li a:hover {
	color:#999;
}
nav ul ul li + li a {
 	border-top:1px dotted #666;	
}
/*
nav ul li:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
	-webkit-transiton: 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;
	-transition: all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
*/
/* Main Slider
--------------------------------*/
#main-slider {
	background:#eee;	
}
/*
#homeslider {
	margin-bottom: 40px;
}

#homeslider .slider-title {
	font-size: 36px;
	font-family: "minion-pro";
	text-transform: uppercase;
	color: #fff;
}
#homeslider .slider-description {
	border-bottom: 1px dotted #fff !important;
    	border-top: 1px dotted #fff !important;
    	padding: 20px 0 !important;
}
#homeslider .slider-description p {
	font-size: 20px;
	font-family: "franklin-gothic-urw";
	color: #fff;
}


#homeslider .slider-link a {
	display: block;
	font-size: 15px;
	font-family: "minion-pro";
	color: #fff;
	padding-left: 40px; 
	line-height: 30px;
  	background: none, url(images/link-bg.svg); 
	background-position: 0 50%;
	background-repeat: no-repeat;
}
*/
#main-slider {
	min-height:600px;
	background-image:url('images/main-banner-image-argent.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#fff;
	padding-bottom:40px;
	overflow:hidden;
	margin-bottom:30px;
}
#main-slider .banner-title {
	font-size: 44px;
	font-family: "minion-pro";
	text-transform: uppercase;
	color: #fff;
	margin-top:110px;
	line-height:40px;
	letter-spacing:1px;
}
#main-slider .banner-title span {
	letter-spacing:-3px;	
}
#main-slider p {
	font-family: "minion-pro";
	font-size: 20px;
	margin: 30px 0;
	padding: 26px 0 30px 0;
	line-height: normal;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}
#main-slider a {
	color:#fff;
	font-size:16px;
	padding-left:40px;
	height:28px;
	line-height:28px;
	display:block;
	float:left;
	background:url(images/white-right-arrow.svg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	line-height:28px;
}
/* Main / Content / Post
--------------------------------*/
main {
	margin:40px 0;	
}
.home main {
	margin-top: 0px;
}
.post-heading {
	position:relative;
}
.post-heading span {
	float:right;
	display:block;
	text-transform:uppercase;
	color:#999999;
	white-space:nowrap;
    -ms-transform: rotate(270deg);
	-ms-transform-origin: 100% 100%;
	-webkit-transform: rotate(270deg);
	-webkit-transform-origin: 100% 100%;
	transform: rotate(270deg);
	transform-origin: 100% 100%;
	/* overflow:hidden; */
	padding:0 20px;
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
	line-height:60px;
	position:relative;
	top:-40px;
	word-spacing:0.5em;
	font-family: "franklin-gothic-urw";
	letter-spacing:1px;
	font-size:13px;
}
.post-title {
	margin:20px 0 0px 0;
	font-size:23px;	
	font-family: "minion-pro";
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}
.post-entry {
	font-family: 'minion-pro';
	font-size:18px;	
}
/* Larger paragraph on home page */
.home .post-entry {
	font-size:20px;	
}
.post-entry p {
	line-height:1.5em;
	margin:20px 0;
	color:#0e1a2d;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
	color:#2195d2;
	margin:20px 0;
}
.post-headline {
	padding:20px 0;
	border-top:1px dotted #ccc;	
	border-bottom:1px dotted #ccc;	
}
.second-entry .post-headline {
	border-bottom:none;
	padding-bottom:0;	
}
.post-entry h6 {
	font-weight:normal;	
}
.post-entry small {
	font-size:12px;
	line-height:12px;
	font-style:italic;
}
.post-entry ul {
	padding-left:10px;
}
.post-entry ul li {
	margin:20px 0;	
}
.post-entry hr {
	border-top-style:dotted;
	border-top-color:#999;	
}
.post-entry label {
	color:#bbbbbb;	
}
label {
	font-weight:normal;
}

/* Sidebar
--------------------------------*/
#sidebar {
	position:relative;
	margin-top:-35px;	
}
aside .widget-title {
	color:#999999;
	font-size:12px;
	text-align:center;
	margin:21px 0;
	margin-bottom:0px;
	padding-bottom:20px;
	font-family: "franklin-gothic-urw";
	letter-spacing:1px;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
}
aside .widget-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

aside .widget-content .gform_body ul {
	border-top:0px!important;
}
aside .widget-content ul li a {
	display:block;
	font-size:14px;
	background:url(images/blue-bullet.svg) left center no-repeat;
	padding:15px 10px 15px 20px;
	border-bottom:1px dotted #ccc;	
	color:#0e1a2d;
	font-family: "franklin-gothic-urw";
}
aside .widget-content ul li a:hover {
	color:#999;
}
aside .resources h4 {
	background:url(images/grey-diamond.svg) left center no-repeat;
	font-size:14px;
	color:#fb4d3f;
	padding-left:15px;
	/* height:20px; */
	height:auto;
	line-height:20px;
	font-weight:normal;
	margin-top:20px;
}
aside .resources h4 a {
	font-size:14px;
	/* color:#fb4d3f; */
	color:#2195d2;
}
aside .resources p {
	font-size:14px;
	font-style:italic;
	padding-bottom:22px;
	border-bottom:1px dotted #ccc;
	font-family: "minion-pro";
}

/* Contact Us
--------------------------------*/
#contact-details {
	font-size:14px;	
	line-height:24px;
	font-family: "franklin-gothic-urw";
	letter-spacing:0px;
	font-weight:normal;
}
#contact-details .row {
	margin-bottom:5px;	
}
#contact-details h6 {
	font-weight:normal;
	margin:0;
	font-size:14px !important;	
}
.gform div {
	margin:10px 0;	
}
.gform label {
	display:block;	
	font-size:14px!important;
	font-weight:normal!important;
	margin:10px 0;
}
.gform.widget-content {
	margin-top: 15px;
}

.gform input[type="text"],
.gform input[type="email"],
.gform input[type="tel"],
.gform textarea {
	width:100%;
	max-width:100%;
}
#map iframe {
	min-width:100%;
	max-width:100%;
	width:100%;
}

/* Footer
--------------------------------*/
footer {
	background:#0e1a2d;
	padding:45px 0;
	color:#aaaaaa;
	font-size:10px;	
	font-family: "franklin-gothic-urw";
}

footer aside .widget-title {
	margin:0;
	text-align:left;
	font-size:12px;
	color:#fff;	
	height:36px;
	line-height:36px;
	border:none;
	border-top:1px solid #fb4d3f;
	letter-spacing:0px;
}
footer aside.blue .widget-title {
	border-color:#2195d2;	
}
footer aside ul,
footer aside ul li,
footer aside ul a {
	border:none !important;
	font-size:12px !important;
	
}
footer aside .widget-content ul li {
	padding:2px 0;	
}
footer aside .widget-content ul li a {
	color:#aaaaaa;
	padding:0;
	margin:0;
	background:none;
	border-bottom: 1px dotted #666 !important;
	display: inline-block;
}
footer .copyright {
	text-align:center;	
}
footer .copyright img {
	margin-bottom:40px;
	width: 70px;
	text-align: center;
	opacity: 0.2;	
}
footer .footer-services ul {
	-webkit-columns: 2; /* Chrome, Safari, Opera */
    -moz-columns: 2; /* Firefox */
    columns: 2;	
}
footer #footer-extra {
	margin-top:2em;	
}

/* Footer
--------------------------------*/
form label {
	color:#2195d2;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea,
select {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	border:none;
	background:#fff;	
	color:#bbbbbb;
	padding:10px;
}
input[type="submit"] {
	font-size:12px;
	background:#fb4d3f;
	color:#fff;
	padding:12px 35px;	
}

.nopadding {padding: 0!important;}

#contact_us_main_container,#contact_us_main_container .map p {margin-bottom: 0px!important;}

#map-canvas {
	height: 450px;
	margin: 0px;
	padding: 0px
}

.mobile-button {
	display:none;
}

.page-id-20 aside .resources h4 a {
    pointer-events: none;
	cursor:text;
}

.page-template-template-resources #sidebar{ margin-top:0;}
.page-template-template-resources #sidebar .post-headline{
    font-family: 'minion-pro';
}
.page-template-template-resources .resources h4 a {
    font-size: 20px;
}
.page-template-template-resources .resources h4 + p {
    font-size: 18px;
}
.team_block {
    padding: 40px 0 0;
    border-top: 1px dotted #ccc;
    margin: 20px 0 0;
}
.team_block + .team_block {
	margin-top:40px;
}
.team_block h3, .team_block h4, .team_block h5 {
    margin: 0 0 15px;
    padding: 0;
}
.team_block p:empty {
    display: none;
}
.team_block img.team_pic{
	border:5px solid #FFFFFF;
	float:left;
	margin:0 20px 0 0;
	-webkit-box-shadow:0 0 5px #999999;
	-moz-box-shadow:0 0 5px #999999;
	-ms-box-shadow:0 0 5px #999999;
	-o-box-shadow:0 0 5px #999999;
	box-shadow:0 0 5px #999999;
	max-width:200px;
}
.team_block p{
	overflow:hidden;
}
.place-images {
    text-align: center;
    padding: 5px;
}
.place-images img:first-child{width:35.5%}
.place-images img:last-child {width: 63%;}
.place-images img {
    display: inline-block;
}
@media only screen and (max-width:1500px) and (min-width:1200px){
  .map iframe{
    max-height: 332px;
  }
  .place-images{
  	max-height: 337px;
  }
}
@media (max-width : 992px) {
	nav > ul {
		float:none;
		text-align:center;	
	}
	nav > ul > li {
		float:none;
		display:inline-block;	
	}
}
@media (max-width : 768px) {
	header #logo {
		margin-bottom:30px;
	}
	header #menu {
		padding:0 !important;	
	}
	nav,
	.mobile-button {
		background:#0e1a2d;	
	}
	.mobile-button {
		display:block;
	}
	.mobile-button a {
		display:block;
		padding:15px 0;
		margin:0 10px;
		color:#fff;
		text-align:center;
		outline:none;
	}
	nav {
		display:none;	
	}
	nav ul li {
		display:block;
		border:none;
		position:relative;
		overflow:hidden;	
	}
	nav > ul > li a {
		border:none !important;	
	}
	nav ul li > a {
		border-top:1px dotted #999 !important;
	}
	nav ul li a {
		height:auto !important;
		line-height:normal;
		padding:15px 0 !important;
		margin:0 20px !important;
		color:#fff;
		white-space:normal !important;
		word-wrap:break-word;
	}
	nav ul li a:hover {
		color:#fff !important;
	}
	nav ul ul {
		display:none;
		margin:0;
		padding:0;
		background:none;
		position:inherit;
		width:100%;	
		left:auto;
		top:auto;
	}
	nav ul ul a {
		border:none;
		border-top:1px dotted #999 !important;	
		height:auto !important;
	}
	footer aside {
		margin-top:20px;
	}
}
@media (max-width : 480px) {
	#main-slider .banner-title {
		margin-top:70px;
	}
	.team_block img.team_pic {
		float: none;
		margin: auto;
		display: block;
	}
}