/*   
Theme Name: Ammerman
Description: A custom theme developed by New North 
Author: New North
Author URI: http://www.newnorth.com
Version: 1.0
*/

.social-icon {
  font-size: 20px;
  float: right;
  margin-top: -48px;
}

.social-icon a, .social-icon a:link{
  color: #155788;
}

.social-icon a:hover {color:#000;}

/* Core Template, header, wrappers, globals.
-------------------------------------------------------------------------------*/
/*
 * Ammerman Wordpress Build
 * Authored by New North, www.newnorth.com
 */
 
/* Created by LD 05/06/2013 */
/* Modified by ....*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* Titillium Font */

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,400italic,600);

html,
button,
input,
select,
textarea {
    color: #939393;
}

body {
    font: 16px/1.4 "Titillium Web", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background:#fff;
    color:#797979
}

::-moz-selection,
::selection {
    background: #0ef0e4;
    color:#fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d6d7d7;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

blockquote {
	margin: 0px !important;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Reusable Objects and Abstractions
   ========================================================================== */

/* media object */
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img{float:left; margin-right: 10px; }
.media.articleFeature .img{padding-top: 3px; }
.media .img img{display:block;}
.media .imgExt{float:right; margin-left: 10px;}


/* nav objects */
.nav, .navLine{
	display:block; 
	clear:both; 
	margin:0; 
	padding:0; 
	
	list-style:none;
}
.nav li, .navLine li{
	display:block;
	padding:0; 
	margin:0;
}
.navLine li{
    display: -moz-inline-stack;
	display:inline-block; 
	margin-right:5px;
	zoom: 1;
	*display: inline;
}

#menu-item-489 > a:hover {
	cursor: default;
}

/* ==========================================================================
   custom styles
   ========================================================================== */


/* Typography Defaults */

h1, h2, h3, h4, h5, h6{
	color:#444;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	margin:45px 0 -10px;
}

h1 {
    font-size: 20px;
    color:#145687;
    text-transform: uppercase
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
    color:#145687
}

h4 {
    font-size: 16px;
	text-transform:uppercase
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
	text-transform:uppercase
}

.articleFeature h1 { 
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

.articleFeature h2 { 
	color: #555555;
}

p, ul, ol, li{font-weight:400}

.subPage blockquote em{
	font-style:normal;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	color:#145687;
	position:relative;
}

.content ul {
	padding-left: 20px;
}

.content li {
	list-style: none;
	background-image: url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/img_bullet.gif); 
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	font-size: 18px;
}

/*.subPage blockquote:before{
	content:'\201C';
	color:#e4e4e4;
	font-size:55px;
	line-height:50px;
	position:absolute;
	margin-left:-30px;
}*/

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* special header class */
.headerBlock{
	display:table-cell;
	vertical-align: middle;
	
	padding:0 20px;
	height:54px;
	border-top:4px #d6d7d7 solid;
	border-bottom:1px #d6d7d7 solid;
	
}

.headerBlock a {
	color:#145687;
	text-decoration: none;
}

.headerBlock a:hover, .bucketsFour h4 a:hover {
	text-decoration: underline;
}

.twoColLeft .headerBlock{width:696px;}
.twoCol .headerBlock{width:444px;}
.twoColRight .headerBlock{
	width:192px;
	color:#145687;
	font-size:14px;
	font-weight: 600
}

.fourCol .headerBlock{
	width:193px;
	padding:0 0 0 55px;
	
	color:#145687;
	font-size:16px;
	font-weight: 600;
	line-height:1.2;
}

/* generic links */
a{color:#666}
a:hover{color:#145687}

/* webfonts */
.webFont,
.subNav .selected a,
.colAddress,
blockquote,
figcaption,
.foot1,
.foot2,
.prevNext a,
.pageStatus,
.navPage,
.bucketsFour,
.articleFeature, #quote, #quoteauthor
{font-family: 'Titillium Web', sans-serif;}


/* --- GRAPHIC ELEMENTS ---*/

.hr{
	width:auto; 
	display:block;
	height:2px;
	margin:10px 0;
	padding:0;
	border:0;
	clear:both;
	
	background: url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/BV_dash.png) repeat-x;
}
.hr.dk{
	margin:0;
	background: url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/BV_dash_dk.png) repeat-x;
}

.bucketsFour h4 a {
	color:#145687 !important;
	text-decoration: none !important;
	border-bottom: none !important;
}

.bucketsFour h4 a:hover {
	text-decoration: underline !important;
}

/* Basic form elements */
/* === FORM ALIGNMENT === */
.form-grid{width:100%;}
.form-line{display:block; clear:both; padding:10px 0;}
.form-line > div{
display:block; float:left;
}
.form-grid-25{width:25%}
.form-grid-50{width:50%}
.form-grid-75{width:75%}
.form-grid-100{width:100%;}

.form-grid .col{display:block; margin-right:10px;}

.form-grid input,
.form-grid textarea,
.form-grid label,
.form-grid select{
	width:100%;
}
.form-grid textarea{height:150px;}
.form-grid select{width:100%;}
.form-grid fieldset label{float:left; margin-right:20px; width:auto;}
.form-grid label, .form-grid h6{font-weight:300; padding-bottom:10px; margin-bottom:0;}


/* button class */
.button,
.form-grid .button,
input[type="submit"],
.buttonLt{
	display:inline-block;
	width:auto;
	padding:8px 25px;
	border:0;  
	outline: 0;
	outline: thin dotted \9;
	border-radius:8px;
	
	background:#0f3f6c url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/gradblue.png) top repeat-x;
	
	font-size:14px;
	line-height:14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
	
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

.buttonLt{
	margin-right:15px;
	padding:10px 16px 8px 16px;
	display:inline-block;
	background:#d7d6d6;
	text-decoration:none;
	letter-spacing:0;
}
.buttonLt:hover{
	background: #145687;
	color:#fff;
}

.form-grid input:focus,
.form-grid textarea:focus,
.form-grid label:focus,
.form-grid select:focus
{  border: 1px solid #49f0e7;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: 0 0 8px #49f0e7;
  -moz-box-shadow: 0 0 8px #49f0e7;
  box-shadow: 0 0 8px #49f0e7;
 }
 
 input, textarea, select{
	border:1px solid rgba(208,208,208,.5);
	padding:6px 10px;
	
	font-family: 'Titillium Web', sans-serif;
	color:#999;
	font-size:14px;
	font-weight:400;
	line-height:18px;
	text-transform: uppercase;
	
	-webkit-box-shadow:inset 1px 1px 0 0 rgba(208,208,208,.5);
	-moz-box-shadow:inset 1px 1px 0 0 rgba(208,208,208,.5);
	box-shadow:inset 1px 1px 0 0 rgba(208,208,208,.5);
	border-radius: 4px;
}




/* --- NAV ELEMENTS ---*/

.archive .navLine.webFont a:nth-child(2), .single .navLine.webFont a:nth-child(2) {
	display: none;
} 

.archive .navLine.webFont {
	font-size: 12px !important;
}

.navMain{
	margin:0 0 24px 40px;
	font-family: 'Titillium Web', sans-serif;
}
.navMain > li{
	position:relative;
	margin-right:9px;
	padding:0 0 0 17px;
	background: url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/navL.png) no-repeat left top;
}

.lt-ie9 .navMain > li{margin-right:10px;}

.navMain > li > a{
	display:block;
	height:12px;
	padding:5px 17px 5px 0;
	
	
	font-size:13px;
	line-height:12px;
	text-decoration:none;
	text-transform:uppercase;
	color: #155788;
	font-weight:600;
}

#menu-item-339 > a:hover {
	/*ccrsor: default;*/
}

.navMain > li.current-menu-item,
.navMain > li:hover{
	background: url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/notchL.png) top left no-repeat #0ef0e4

}
.navMain > li.current-menu-item > a,
.navMain > li:hover > a{
	
	background: url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/notchR.png) no-repeat right top;
	color:#fff;
}
.navMain li ul{
	display:block;
	width:200px;
	margin:0 0 0 2px;
	padding:5px 0;
	
	opacity:0;
	
	position:absolute;
	left:-1000px;
	right:0;
	z-index:10000;
}
.navMain li:hover ul{
	left:0;
	opacity:1;
	margin:0 0 0 2px;
	background:#0ef0e4;
}
.navMain li ul li{
	padding:0;
	margin:0;
	display:block;
	width:auto;
}
.navMain li ul li a{
	display:block;
	width:auto;
	float:none;
	padding:5px 20px;
	margin:0;
	
	font-size:14px;
	color:#fff;
	text-decoration:none;
	font-weight:600;
}
.navMain li ul li a:hover{
	background:#145687
}

.navMain ul{
	-webkit-transition: margin-left 0.25s ease-out, opacity 0.25s ease-out;
	transition: margin-left 0.1s ease-out, opacity 0.25s ease-out;
	transition: margin-left 0.1s ease-out, opacity 0.25s ease-out;
	transition: margin-left 0.1s ease-out, opacity 0.25s ease-out;
}

/* subnav elements */

.subNav ul {
	margin: 0px;
	padding: 0px;
}

.subNav li{
	border-bottom:1px solid #d6d7d7;
	padding:18px 20px 16px 35px;
	
	background:url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/subnavOn.png) no-repeat -20px 20px;
}
.subNav a{
	display:block;
	padding:0;
	margin:0;
	text-decoration:none;
	color:#145687;
	font-size:14px;
	font-weight:600;
	line-height:18px;
}

.subNav .subNavOn,
.subNav li:hover, .subNav li.active, .subNav li.viewall, .subNav li.current-menu-item, .subNav li.current_page_item {
	background:url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/subnavOn.png) no-repeat 20px 22px;
}
.subNav .subNavOn a,
.subNav li:hover a, .subNav li.active a, .subNav li.viewall a, .subNav li.current-menu-item a, .subNav li.current_page_item a {
	color:#0ef0e4
}

/* Previous and Next Arrows */
.prevNext{
	position:relative;
	width:656px;
}
.prevNext .ico-arrowRsm{
	float:right;
}
.prevNext a:hover{
	color:#0ef0e4
}
.prevLink,
.nextLink{
	display:block;
	float:left;
	width:140px;
	padding-left:25px;
	line-height:38px;
	
	text-decoration:none;
	text-transform:uppercase;
}
.nextLink{
	float:right;
	text-align:right;
	padding-right:25px;
}

/* pagination */
.indexPage .headerBlock.pagination{
	position:relative;
	height:94px;
	padding:0 20px;
	display:block;
	width: 656px;
	margin-top: 40px;
}
.pageStatus{
	position:absolute;
	left:70px;
	top: 40px;
	font-size:18px;
	text-transform:uppercase;
	line-height:56px;
}

.navPage{
	position:absolute;
	top:0;
	right:20px;
	line-height:56px;
}
.navPage a{
	display:block;
	padding:0 5px;
	
	color:#999;
	font-size:16px;
	text-align:center;
	text-decoration:none;
}
.navPage a:hover{
	color: #0ef0e4
}
.navPage a.active{
	color:#555;
	font-weight:700;
}
.prevPage, .nextPage{width:30px;}

.pagination ul.single {	
	width: 100%;
	position: relative;
}

.pagination ul.single li {
	width: 230px;
}

.prevPage.single, .nextPage.single {width: 215px;}

.nextPage.single {/*padding-right: 25px;*/ float: right;}

.prevPage.single {width: 260px !important;}

/* icons and sprited graphics */
.ico-arrowR,
.ico-arrowR i{
	display:block;
	width:47px;
	height:48px;
	position:absolute;
	top:40px;
	right:20px;
	background: url(https://ammermanexperience.com/wp-content/uploads/sprite.png) -47px -142px;
}

.ico-arrowRsm,
.ico-arrowRsm i,
.ico-arrowLsm,
.ico-arrowLsm i{
	display:block;
	width:31px;
	height:31px;
	position:absolute;
	top:12px;
	left:0;
	background: url(https://ammermanexperience.com/wp-content/uploads/sprite.png) -31px -253px;	
}
.ico-arrowRsm{
	right:0;
	left:auto;
}

.ico-arrowR i,
.ico-arrowL i,
.ico-arrowRsm i,
.ico-arrowLsm i{
	top:0;
	right:0;
}

.ico-arrowL i{background-position: 0 -194px;}
.ico-arrowR i{background-position: 0 -142px;}
.ico-arrowLsm i{background-position:  0 -253px;}
.ico-arrowRsm i{background-position:  -31px -253px;}
.ico-arrowRsm {background-position:  -31px -285px;}
.ico-arrowRsm i{background-position:  0 -285px;}

.navPage .prevPage:hover i i,
.navPage .nextPage:hover i i,
.prevLink:hover i i,
.nextLink:hover i i,
.ico-arrowR:hover i,
.ico-arrowL:hover i,
.ico-arrowRsm:hover i,
.ico-arrowLsm:hover i,
.ico-arrowR:hover i,
.ico-arrowL:hover i,
.content:hover .ico-arrowR i{
	opacity:0;
		-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}


/* --- CSS3 Transitions --- */
.breadcrumb a,
.navMain ul li a,
.subNav li,
.subNav a,
.navFoot a,
.sidebarBox a,
.buttonLt,
.indexPage .content h2,
.indexPage .content p,
.navPage a,
.bucketsFour a,
.logoHead a{
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}




/* --- GENERIC LAYOUT ELEMENTS : DESIGN SPECIFIC GRID ---*/
.wrapperFull{
	width:100%;
	float: left;
}
.wrapperCenter{
	width:1004px;
	margin:0 auto;
}
.line,.lastUnit{
	overflow:hidden; 
	*overflow:visible;*zoom:1; 
}
.col{
	float:left;
	margin:0 29px;
}

.oneCol{
	width:100%;
}
.oneCol .col{float:none;}

.fourCol{
	width:193px;
	padding-bottom:5px;
}

.twoCol{
	width:444px;
}

.twoColLeft{
	width:696px;
}

.twoColRight{
	width:192px;
}

.content{display:block; margin:20px;}

.margin80{display:block; height:80px; clear:both;}


/* Two column 50/50 */
.twoCol article{
	margin-bottom:70px;
}

/* Two column left content */
.indexPage .headerBlock{
	height:54px;
	/* THIS MUST REMAIN A DEFINED HEIGHT IN ORDER TO MAINTAIN HEADER SPACING - if you need to override it in a specific place, use extra classe or a page id to do so */
}
.indexPage .content{
	position:relative;
	/*padding-right:70px; */
	margin-bottom:60px;
	text-decoration:none;
}
.indexPage .content h2{
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	margin:15px 0 0 0;
	font-size:24px;
	color:#555;
}

.indexPage .content h3{
font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	margin:15px 0px;
font-size: 21px;
line-height:34px;
}


.indexPage .content p{
	margin:0;
	color:#797979;
font-size:18px;
line-height:29px;
margin:15px 0px;
}

.indexPage .attachment-post-thumbnail {
margin:0px auto;
padding:3px;
border:1px solid #ddd;}


/* .indexPage .content:hover p{color:#666;}
.indexPage .content:hover h2{color: #145687}
.indexPage .content:hover p{color:#666;} */

.articleFeature{border-top:4px solid #D6D7D7; margin-top: 40px;}
.articleFeature .bd{padding-left:12px;}
.articleFeature h1{text-transform:none;}
.articleFeature h2{margin:0; font-size: 24px; line-height: 24px;}
.articleFeature p{margin:0; font-size:16px; color:#797979;}
.articleFeature p a{text-transform: uppercase;}

.articleFeature h1 a {text-decoration: none;}
.articleFeature h1 a:hover {color: #666; text-decoration: underline;}

/* Two column right sidebar */
.sidebar{
	margin-bottom:40px;
	font-weight:600;
}
.textwidget .sidebarBox:first-child{
	margin-top:10px;
}
.sidebarBox{
padding:10px 0;
}
.sidebarBox a{
	display:block;
	padding:8px 10px;
	border-radius:10px;
	
	background: #0ef0e4;
	
	color:#fff;
	text-decoration:none;
	line-height:1;
}
.sidebarBox a:hover{
	background: #37eae1;
	box-shadow:0 0 2px 0 #fff, 0 0 4px 2px #ccc;
}
.sidebarBox h1{
	padding-left:45px;
	margin:0;
	color:#fff;
	font-size:14px;
	font-weight:600;
	line-height:1.3;
	text-shadow:-1px -1px 0 #145687;
}
.sidebarBox p{
	margin:4px 0;
	font-size:14px;
	color:#416986;
	text-align:center;
	font-weight:600;
}
.ico-qu h1{background: url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/ico-question.gif) no-repeat; }
.ico-pdf h1{background: url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/ico-pdf.gif) no-repeat; }
.ico-check h1{background: url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/ico-checkbox.gif) no-repeat; }

.bd .fixed_h {
	height: 66px; 
	overflow: hidden;
}


/* Four column Buckets Array*/
.bucketsFour .fourCol{
	position:relative;
}
.bucketsFour p{
	font-size:14px;
	font-weight:400;
}
.bucketsFour a{
	text-decoration:none;
	border-bottom:1px solid #ccc;
	
	font-size:14px;
	text-transform:uppercase;
	color:#8a8c8e;
}
.bucketsFour a:hover{color:#145687; border-color:#0ef0e4}
.bucketsFour a:after{
	content:' > ';
}

.ico-bucket{
	width:50px;
	height:40px;
	
	position:absolute;
	left:0;
	top:10px;
	background: url(https://ammermanexperience.com/wp-content/uploads/sprite.png) 0 -90px;
}

.bucketPresentation .ico-bucket{background-position: -55px -90px;}
.bucketCrisis .ico-bucket{background-position: -106px -90px;}
.bucketInvestor .ico-bucket{background-position: -164px -90px;}


/* Full width Home Slider */
.homeSlider{
	margin:0 29px;
	height:420px;
}
.indexPage .col .twoColLeft .article {
	padding: 0px 20px !important;
}

/* --- HEADER ---*/

/* top accent bar */
.barAccent{
	display:block;
	width:100%;
	height:12px;
	position:relative;
	background: #174573
}

.barRight{
	display:block;
	position:absolute;
	width:50%;
	height:12px;
	right:0;
	top:0;
	z-index:2;
	
	background: #0ef0e4
}

.barLeft{
	margin:0 auto;
	height:12px;
	width:1004px;
	
	position:relative;
	z-index: 10;
	background:url(../../../private/var/folders/3m/p1n7cn4d6xj7sk95sbr4575m0000gn/T/fz3temp-2/images/accentBar.png) top center no-repeat;
}

.logoHead{
	float:left;
	margin:36px 0 32px 0;
	display:block;
	height:86px;
	width:160px;
	background:url(https://ammermanexperience.com/wp-content/uploads/sprite.png) no-repeat 0 -339px;
}
.logoHead a{
	display:block;
	height:86px;
	width:180px;
	
	background:url(https://ammermanexperience.com/wp-content/uploads/sprite.png) no-repeat 0 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  filter: alpha(opacity=0);
	  -moz-opacity: 0;
	  -khtml-opacity: 0;
	  opacity: 0;

	
	overflow:hidden;
	font-size:1px;
	text-indent:-400px;
}
.logoHead a:hover{
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  filter: alpha(opacity=100);
	  -moz-opacity: 1.0;
	  -khtml-opacity: 1.0;
	  opacity: 1.0;
}
.lt-ie8 .logoHead a:hover{
	display:none;
}
.headMsg{
	float: right;
	width:510px;
	margin: 40px 0 0 0;
	
	line-height: 20px;
	text-align:right;
	font-size:16px;
}
.headMsg span{
	text-transform: uppercase;
	color: #155788;
	font-weight:600;
	font-size:18px;
	letter-spacing: 2px;
}


/* Breadcrumb and Accent Lne */

.breadcrumb a {
	color:#999;
	font-size:12px;
	text-decoration:none;
}
.breadcrumb a:hover{color: #155788}
.breadcrumb a:before{
	content:'' !important;
	/*padding:0 5px;*/
	color:#ccc;
}

.breadcrumb a:after {
	content:' / ';
	padding:0 5px;
	color:#ccc;
}

.breadcrumb li:last-child a:after{
	content:'';
	padding:0;
}
.breadcrumb strong{
	color:#666 !important;
	font-weight:600 !important;
	font-size:12px !important;
}
.breadcrumb .navLine{
	margin-left: 10px;
}

.breadcrumb div:nth-child(2) a:before {
	content: '' !important;
}

.barAccent2{
	position:relative;
	height:1px;
	margin: 0 0 8px;
	background: #CCC;
	overflow: visible;
}
.bar2L,
.bar2R{
	display:block;
	width:4px;
	height:10px;
	
	position:absolute;
	left:0;
	top:-5px;
	z-index:0;
	
	background: #CCC;
}
.bar2R{right:0; left:auto;}

/* FEATURE AREA */
.feature{padding:30px 45px 60px 120px;}
.feature h1{font-size:60px; margin:0; text-transform: none; font-weight:200;}
.feature p{
	margin: 0;
	font-size: 18px;
	color: #145687;
	font-weight: 300;
}
.feature li{margin:0; font-size:18px; color:#145687; font-weight:300;list-style:none;padding:0px;}
.feature ul{margin:0px;padding:0px;}

/*Media Training*/
.page-id-31 .featureMedia, .featureMedia.mt {background:url(https://ammermanexperience.com/wp-content/uploads/icon-media.png) no-repeat 51px 50px;}

/*Presentations Training*/
.page-id-33 .featureMedia, .featureMedia.pt {background:url(https://ammermanexperience.com/wp-content/uploads/icon-presentation.png) no-repeat 50px 50px;}

/*Crisis Communications*/
.page-id-35 .featureMedia, .featureMedia.cc {background:url(https://ammermanexperience.com/wp-content/uploads/icon-crisiscomm.png) no-repeat 49px 48px;}

/*Investor Communication*/
.page-id-38 .featureMedia, .featureMedia.ic {background:url(https://ammermanexperience.com/wp-content/uploads/icon-investor.png) no-repeat 55px 52px;}

/*Contact*/
.contact * {
	color: #0ef0e4;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

.contactform, .contact {
	margin: 0px;
}

.contact {
	padding-left: 25px;
}


.page-id-12 .subPage > .col, 
.page-id-1858 .subPage > .col, 
.page-id-1689 .subPage > .col {
	margin-right: 0px;
}

.contact h3 {}

.wpcf7 .wpcf7-form input[type="text"], .wpcf7 .wpcf7-form input[type="tel"], .wpcf7 .wpcf7-form input[type="email"], .wpcf7 .wpcf7-form select, .wpcf7 .wpcf7-form textarea {
	width: 619px;
}

.page-id-487 .wpcf7 .wpcf7-form input[type="text"], .page-id-487 .wpcf7 .wpcf7-form input[type="email"], .page-id-1830 .wpcf7 .wpcf7-form input[type="text"], .page-id-1830 .wpcf7 .wpcf7-form input[type="email"]  {
	width: 500px;
}

.wpcf7 .wpcf7-form .label {
	width: 52px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	display: block;
	float: left;
	text-align: right;
	padding-right: 15px;
	padding-top: 14px;
}

.wpcf7 .wpcf7-form input[type="text"], .wpcf7 .wpcf7-form select {
	height: 25px;
}

.wpcf7 .wpcf7-form .city input {
	width: 226px;
}

.wpcf7 .wpcf7-form .state select {
	width: 316px;
}

.wpcf7 .wpcf7-form .state {
	float: right;
}

.wpcf7 .wpcf7-form .city {
	float: left;
}

.wpcf7 .wpcf7-form .phone {
	clear: left;
}

.page-id-12 .twoColLeft.form, 
.page-id-1858 .twoColLeft.form, 
.page-id-1689 .twoColLeft.form {
	width: 750px;
}

.page-id-12 .twoColRight.form, 
.page-id-1858 .twoColRight.form, 
.page-id-1689 .twoColRight.form {
	width: 220px;
}

.wpcf7 .wpcf7-form input[type="submit"] {
	margin-left: 70px;
	margin-top: 10px;
}

.wpcf7 .wpcf7-form select {
	margin-top: 7px;
}

.contactform .form > .sidebar {
	margin-bottom: 0px;
	margin-top: -8px;
}

#wpcf7-f577-p487-o1 {
	margin-top: 40px;
}

#wpcf7-f577-p487-o1 * {
}

.sidebar h4 {
	margin-bottom: 8px;
}

/* sitemap page */
.page-item-487 .children {
	display: none;
}	

/* FOOTER top */
.foot1{
	margin-top:40px;
	padding:40px 0;
	min-height:160px;
	background: #ebebec;
}

.colNewsForm form{
	display:block;
	padding:20px;
	border-radius:10px;
	background:rgba(255,255,255,0.35)
}
.newsletterSignup{
	width:520px;
	font-size:13px;
	padding: 6px 10px;
	color:#c6c7c7;
	font-family: 'Titillium Web',sans-serif;
}
.newsletterSignup:active,
.newsletterSignup:focus{
	color:#145687;
	font-weight:700;
}

.colNewsForm h1{
	margin:0;
	color:#868585;
}
.colNewsForm p{
	margin:0 0 10px 0;
}

.colFootFeature h1{
	margin:0;
	font-size:26px;
	text-transform: none;
}
.colFootFeature h2{
	margin:10px 0;
	font-size:16px;
	color:#145687;
}
.colFootFeature a{
	display:block;
	text-transform:uppercase;
	color:#8a8c8e;
	font-size:14px;
}
.colFootFeature a:hover{
	color:#333;
}
.colFootFeature a:after{
	content:' >';
	text-decoration:none;
}

.contact .textwidget * {
	font: 18px/1.4 "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: normal !important;
}

.contact .textwidget h4 {
	font-weight: 400 !important;
}

/* FOOTER bottom */
.foot2{
	min-height:300px;
	padding:66px 0 44px 0;
	background: url(https://ammermanexperience.com/wp-content/uploads/footerLogo.png) center bottom;
	
	color:#fff;
}
/*.colQuote,*/ 
.colAddress{margin-bottom:40px;}
.colQuote figcaption, #quoteauthor {
	padding:20px 0;
	
	font-size:14px;
	font-weight:200;
	text-transform:uppercase
}
.colQuote blockquote, #quote {
	margin:0; padding:0;
	font-size:20px;
	font-weight:200
}
.colAddress{
	color:#0ef0e4;
	font-size:16px;
}

.navFoot a,
.colIndicia{
	padding-right:25px;
	color:#9eb5c8;
	font-weight:300;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
}
.navFoot a:hover{color:#fff;}

.colIndicia{
	text-align: right;
	padding-right:0;
}

#quoteauthor {
	display: block;
}

#menu-footer-navigation {
	margin: 0px;
	padding: 0px;
}

#quoterotator {
	display: block !important;
}

.page-id-12 .contact .textwidget * {
	font-family: "Titillium Web" !important;
}

/*--- GRADIENTS ---*/

.ie9 .gradient {
       filter: none;
}

.gradBlueVert{
background: rgb(15,62,107);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmM2U2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODYxOTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(15,62,107) 0%, rgb(24,97,149) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(15,62,107)), color-stop(100%,rgb(24,97,149)));
background: -webkit-linear-gradient(top,  rgb(15,62,107) 0%,rgb(24,97,149) 100%);
background: -o-linear-gradient(top,  rgb(15,62,107) 0%,rgb(24,97,149) 100%);
background: -ms-linear-gradient(top,  rgb(15,62,107) 0%,rgb(24,97,149) 100%);
background: linear-gradient(to bottom,  rgb(15,62,107) 0%,rgb(24,97,149) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3e6b', endColorstr='#186195',GradientType=0 );
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}
.cf:before,
.cfafter {content: " "; display: table;}

.cf:after {clear: both;}
.cf { *zoom: 1;}

/*
 * Browsers
 */
/*IE7*/
.ie7 .navMain li ul {
	z-index: 9999;
}

.ie7 .ico-bucket { 
	top: 55px;
}

.ie7 .bucketsFour h4 {
	height: 40px;
	padding: 5px 0 5px 55px;
}

.ie7 .bucketsFour h4, .ie7 .bucketsFour h4 a {
	line-height: 18px;
}

.ie7 .col .col {
	float: right;
}


/*newsletter styles*/
.single-newsletters article h1.headerBlock{
	color: #145687;
	font-size: 30px;
	margin-top: 15px;
	border-top: 0px;
    border-bottom: 0px #d6d7d7 solid;
    float: left;
    border-bottom: 0px;
    padding-left: 5px;
    height: auto;
    margin-bottom: 5px;
}
.single-newsletters article .twoColLeft{
	border-top: 4px #d6d7d7 solid;
	padding-top: 21px;
	float: left;
}
.single-newsletters .featured-img img{
	width: 100%;
    height: auto;
}
.single-newsletters .newsletters-meta{
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	float: left;
	width: 100%;
	padding: 0px 5px;
	margin: 10px 0px 0px;
}
.single-newsletters .newsletters-meta h5{
	color: #6a6a6a;
	font-size: 18px;
	font-weight: 100;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	padding: 16px 0 0 5px;
	float:left;
}
.single-newsletters .wpptopdfenh{
	float: right;
	margin: 0px;
	padding: 0px;
}
.single-newsletters .headerBlock.pagination{
	float: left;
}
.single-newsletters .content{
	float:left;
}
.single-newsletters .newsletter-cta{
	background-color: #0ef0e4;
	padding: 15px;
	clear:both;
	float: left;
	width: 100%;
}
.single-newsletters .newsletter-cta img{
	float:left;
}
.single-newsletters .newsletter-cta-info{
	padding: 0px 20px;
	margin: 0px;
	color: white;
	width: 470px;
	width: 70%;
	float: left;
}
.single-newsletters .newsletter-cta-info h4{
	padding: 0px;
	margin: 0px;
	color: white;
	text-transform: none;
	font-weight: bold;
	font-size: 21px;
}
.single-newsletters .newsletter-cta-info p{
	color:white;
	margin:0px;
	font-size: 15px;
	line-height: 20px;
}
.single-newsletters .newsletter-cta-info a{
	background: white;
	padding: 8px 20px;
	border-radius: 5px;
	float: left;
	margin-top: 18px;
	color: #0ef0e4;
	text-decoration: none;
}
#sidebar.newsletters-sidebar{
    border-top: 4px #d6d7d7 solid;
    padding-top: 21px;
}
#sidebar.newsletters-sidebar h2{
	color: #3d7098;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	font-size: 16px;
}
#sidebar.newsletters-sidebar h4{
	font-size: 14px;
	text-transform: uppercase;
	color: #0ef0e4;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0px;
}
#sidebar.newsletters-sidebar .sidebar-post{
	position: relative;
	display: block;
	margin-bottom: 10px;
	transition: all .25s;
}
#sidebar.newsletters-sidebar .sidebar-post:hover{
	opacity: .85;
}
#sidebar.newsletters-sidebar .sidebar-post img{
	width: 100%;
	height: auto;
	position: relative;
}
#sidebar.newsletters-sidebar .sidebar-post .caption{
	position: absolute;
	bottom: 0px;
	padding: 5px;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	background: rgba(14, 240, 228, 0.79);
}
#sidebar.newsletters-sidebar .what-we-do{
	margin-top: 35px;
}
#sidebar.newsletters-sidebar .what-we-do h4{
	margin-top: 0;
}
#sidebar.newsletters-sidebar .what-we-do ul{
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#sidebar.newsletters-sidebar .what-we-do ul li{
	list-style:none;
	float:left;
	margin: 3px 0;
	width: 100%;
}
#sidebar.newsletters-sidebar .what-we-do ul li a{
	padding: 10px;
	background: #0ef0e4;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	color: white;
	float:left;
	width: 100%;
	cursor: pointer;
	transition: all .25s;
}
#sidebar.newsletters-sidebar .what-we-do ul li a:hover{
	background: #0bc7bd;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1100px) {


}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote, #quote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*pricing form*/
.gf_progressbar{
	display: none;
}
.gform_wrapper ul.gfield_checkbox li, 
.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul li,
.gform_wrapper ul li
{
    padding: 0!important;
    list-style: none !important;
    background-image: none;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-left: 10px;
}
.gform_wrapper ul.gfield_radio li label {
    margin-left: 10px;
    padding-top: 5px;
}
.gform_wrapper ul.gfield_checkbox li label, 
.gform_wrapper ul.gfield_radio li label {
    margin-top: 6px;
}
.page-template-page-communications-coaching{

}
.page-template-page-communications-coaching .col-3{
	width: 33.33%;
	float: left;
}
.page-template-page-communications-coaching .subPage{
	padding-top: 40px;
	padding-bottom: 70px;
}
.page-template-page-communications-coaching .col-3 img{
	margin: 0 auto;
    float: none;
    display: block;
}
.page-template-page-communications-coaching .col-3 h4{
	color: #16588a;
	font-size: 28px;
	line-height: 30px;
	font-weight: 200;
	text-align: center;
	text-transform: none;
	margin-top: 0;
}
.page-template-page-communications-coaching .featureMedia.mt{
	background: none;
	border-bottom: 4px solid #d5d6d6;
}
.page-template-page-communications-coaching .cta-banner{
	background-color: #e99600;
	padding: 30px;
	float: left;
	width: 100%;
}
.page-template-page-communications-coaching .cta-banner-content{
	margin: 0 auto;
	float:none;
	max-width:600px;
}
.page-template-page-communications-coaching .cta-banner-content h3{
	margin-top:0px;
	margin-bottom:0px;
	color:white;
	font-size: 24px;
	float: right;
	font-weight: 200;
}
.page-template-page-communications-coaching .cta-banner-content input{
	float: right;
	padding: 13px 30px;
	margin-left: 20px;
}
.page-template-page-communications-coaching .body-content {
	margin-top: 170px;
}
.page-template-page-communications-coaching .body-content h2{
	line-height: 34px;
	color: #16588a;
	font-size: 32px;
	font-weight: 900;
	float: left;
	width:100%;
}
.page-template-page-communications-coaching .body-content p{
	color: #424242;
	font-size: 22px;
    line-height: 30px;
    font-weight: 100;
    float: left;
    width:100%;
}
.page-template-page-communications-coaching .body-content ul{
	float: left;
	width:100%;
}
.page-template-page-communications-coaching .body-content ul li{
	color: #797979888;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 100;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.page-template-page-communications-coaching .body-content .strategic-communications .title-container img{
	margin: 40px auto 20px;
	float: left;
	width: 100%;
}
.page-template-page-communications-coaching .body-content .strategic-communications .title-container{
	position:relative;
	float: left;
	width: 100%;
}
.page-template-page-communications-coaching .body-content .strategic-communications .title-container h4{
	color: #797979888;
	font-size: 21px;
	line-height: 34px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -144px;
}
.page-template-page-communications-coaching 
.body-content .strategic-communications .col-md-7 {
	width: 58%;
	float: left;
}
.page-template-page-communications-coaching 
.body-content .strategic-communications .col-md-5 {
	width: 42%;
	float: left;
}
.page-template-page-communications-coaching .body-content .strategic-communications h5{
	color: #3b739d;
	font-size: 21px;
	line-height: 34px;
	margin-top: 0;
}
.page-template-page-communications-coaching .body-content .strategic-communications p{
	color: #797979888;
	font-size: 16px;
	line-height: 21px;
}
.page-template-page-communications-coaching .body-content .strategic-communications img{
	float:left;
	width:auto;
	margin-top: 0px;
}
.page-template-page-communications-coaching .quote-container{
	margin-top: 50px;
	background: #f5f5f6;
	padding: 40px;
	float: left;
}
.page-template-page-communications-coaching .quote-container #quote{
	font-size: 21px;
	line-height: 34px;
	color: #000000;
}
.page-template-page-communications-coaching .quote-container #quoteauthor{
	font-size: 21px;
	line-height: 34px;
	color: #16588a;
	float: right;
}
.page-template-page-communications-coaching .next-step{

}
.page-template-page-communications-coaching .next-step h2{
	color: #155788;
	font-size: 61px;
	font-weight: 300;
	margin-bottom: 20px;
}
.page-template-page-communications-coaching .next-step p{
	color: #145687;
	font-size: 18px;
	line-height: 30px;
	font-weight: 100;
}

