@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Montserrat:400);
@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);
/* CSS Document */
 /*Modify min-width for break-down to mobile at large size*/
@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
@media (min-width: 1366px) {
	.container {
		width: 1336px;
	}
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position:static;	
}
/*/////////////////////////////////////*/
/*////////GLOBAL STYLES/////////////*/
/*/////////////////////////////////////*/

* {
	text-decoration: none;
}

html {    
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	text-decoration:none;
	color: #C30E2E;
}

a:hover {
	color:#C30E2E;
}

p, ul {
	color:#868686;
	font-family: 'Pontano Sans',  Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

table {
	border: #000 solid 1px;
}

tr {
	border: #000 solid 1px;
}

td {
	padding: 10px;
  	border: #000 solid 1px;	
}

h1 {
	color:#f02f26;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.6em;
  	color: #06205D;
}
hr {
	margin: 30px 0;
}

#HeaderLogoMobile {
	text-align: center;
	padding: 15px;
	position: absolute;
	top: -8px;
	left: -1px;
}

#HeaderLogoMobile img {
	width:50px;	
}

/*/////////////////////////////////////*/
/*////////MAIN STYLES/////////////*/
/*/////////////////////////////////////*/

.PageWrapper {
	width: 100%;
  	height: 100%;
	position: absolute;
}

.MenuWrapper {
	background:#FFFFFF;
	position: relative;
}
#LogoBackground{
	display: none;
}
@media (min-width:992px) {
	.MenuWrapper {
		height: 134px;
	}
}

@media(min-width:1367px) {
	.MenuWrapper {
		height: 0;
  		padding-bottom: 5%;
		min-height: 88px;
	}
}

#TopMenu {
  	width: 100%;
  	margin: 0 auto;
	border-bottom: #EFEFEF solid 1px;
  	padding:0.3em 15px;
}

@media (min-width:992px) {
	#TopMenu {
		position: absolute;
  		width: 80%;
		left: 0;
  		right: 0;
		height: 70%;
  		z-index: 200;
		border:none;
		height: 100%;
	}
}

@media (min-width:1366px) {
	#TopMenu {
		width: 70%;
  		min-width: 1092px;
	}
}

@media (min-width:1800px) {
	#TopMenu {
		font-size:1.3em;
	}
}


.TopMenuButton {
	font-size: 1.1em;
	color:#C30E2E;
	text-transform: uppercase;
	font-family: 'Pontano Sans',  Arial, Helvetica, sans-serif;
}

.TopMenuButton:hover {
	color:#C30E2E;	
	text-decoration: underline;
}
#TopMenuButtonPhone:hover {
	color:#C30E2E;	
	text-decoration: none;
}

.TopMenuButton#TopMenuButtonPhone {
  	font-size: 1.3em;
	float: left;	
}

.TopMenuButton#TopMenuButtonQuote {
  	float:right;
	font-size: 1.3em;
 	line-height: 1.3em;
}

@media (min-width:992px) {
	.TopMenuButton {
	  	text-align:center;
	  	position: absolute;
		bottom: 10%;
		color:#C30E2E;
		float:none;
	}
	.TopMenuButton#TopMenuButtonPhone {
		line-height: 1.3em;	
	}
	.TopMenuButton#TopMenuButtonQuote {
		font-size: 1.3em;
		line-height:normal;
	}
	
}


@media (min-width:992px) {
	#TopMenuButtonPhone {
	  left: 15px;
	}
	
	#TopMenuButtonQuote {
	  right: 15px;
	}
}

#MainLogo {
	text-align:center;
  	margin: 0 auto;
	padding: 5%;
  	max-width: 60%;
}

@media (min-width:992px) {
	#MainLogo {
		position:absolute;
		width:100%;
		width:197px; 
		top: 12.7%;
		left: 0;
  		right: 0;
		max-width: none;
		padding:0;
	 }
}

@media (min-width:1800px) {
	#MainLogo {
		width: 12%;
  		min-width: 197px;
  		max-width: 339px;
	 }
}

#MainLogo img {
	display: block;
	position: relative;
	z-index: 1000;
	margin:0 auto;
}


#LogoBackground {
	width:100%;
	position:absolute;
	z-index:100;
	text-align: center;
}

#LogoBackground img {
	display:none;
}

@media (min-width:992px) {
	#LogoBackground img {
		width:557px;
		display:block;
	 }
}

@media (min-width:1800px) {
	#LogoBackground img {
		width:31.2%;
	  	min-width: 557px;
	  	max-width:874px;
	 }
}


.ContentWrapper {

}

.Feature {
		
}

.ContentMain {
	padding-top: 2%;
}


/*/////////////////////////////////////*/
/*////////HOMEPAGE STYLES/////////////*/
/*/////////////////////////////////////*/

.Home {
	
}

#FeatureWrapperHome {
	height:0;
	padding-bottom: 86%;
	position: relative;
}

@media (min-width:768px) {
  #FeatureWrapperHome {
  	padding-bottom: 76%;
  }
}

@media (min-width:992px) {
	#FeatureWrapperHome {
		padding-bottom: 34.5%;
		height: 469px;
	}
}

.home-slider {
	width: 100%;
  	z-index: 0;
  	padding-bottom: 34.5%;
	display:none;
}

.home-slider:nth-of-type(1) {
	display:block;
}

@media (min-width:992px) {
	.home-slider {
		position: absolute;
  		min-height: 469px;
  		max-height: 962px;
		height:0;
	}
}

@media (min-width:992px) {
	.home-slider:nth-of-type(1) {
		background: url(../../content/images/home-slider-2.jpg) center top no-repeat;
		background-size: cover;
	}
	.home-slider:nth-of-type(2) {
		background: url(../../content/images/home-slider-2.jpg) center top no-repeat;
		background-size: cover;
	}
	.home-slider:nth-of-type(3) {
		background: url(../../content/images/home-slider-3.jpg) center top no-repeat;
		background-size: cover;
	}
	.home-slider:nth-of-type(4) {
		background: url(../../content/images/home-slider-4.jpg) center top no-repeat;
		background-size: cover;
	}
}


.home-slider-mobile {
	width:100%;
	position:absolute;		
	top: 5em;
	border-top: 3px solid #CFCFCF;
}

@media (min-width:992px) {
	.home-slider-mobile {
		display:none;	
	}
}

.caption-wrapper {
	width:100%;
	margin:0 auto;	
	display: table;
	position:absolute;
	background:#FFF;
	top:0;
	z-index: -1;
}

@media (min-width:992px) {
	.caption-wrapper {
		width: 43%;
  		margin-top: 2.2%;
  		min-width: 599px;
		display: block;
		position:relative;
		background:transparent;
		z-index:auto;
	}
}

@media (min-width:1200px) {
	.caption-wrapper {
  		margin-top: 2%;
	}
}


.caption {
	  color: #C30E2E;
	  text-transform: uppercase;
	  font-size: 1.4em;
  	  line-height: 1em;
      height: 3.7em;
	  text-align: center;
	  display: table-cell;
	  vertical-align: middle;
	  padding: 0 15px;
}

@media (min-width:768px) {
	.caption {
		  font-size: 1.7em;
		  line-height: 1em;
		  height: 3em;
	}
}

@media (min-width:992px) {
	.caption {
		position:absolute;	
		padding:0;
		line-height:1.2em;
		color: #FFFFFF;
		height: auto;
		text-align: left;
		display:block;
		font-size: 1.8em;
		 text-shadow:none;
		 /* font-weight: bolder; */
	}
		
	.home-slider:nth-of-type(1) .caption { 
		left:2%;
	}
	.home-slider:nth-of-type(2) .caption {
		left:4%;
	}
	.home-slider:nth-of-type(3) .caption {
		right:4%;
	}
	.home-slider:nth-of-type(4) .caption {
		left:4%;
	}
}

@media (min-width:1366px) {
	.caption {
		font-size: 1.9em;
	}
}

@media (min-width:1800px) {
	.caption {
		font-size: 2.4em;
		line-height: 1em;
		letter-spacing: 1px;
	}	
	.home-slider:nth-of-type(4) .caption {
		left:9%;
	}
}

#SliderArrowWrapper {
	width:43%;
	min-width: 599px;
	position:relative;
	margin: 0 auto;
}

.slider-arrow {
	display:none;
}

@media (min-width:992px) {
	.slider-arrow {
		display: block;
  		position: absolute;
  		top: 0;
  		width: 13%;
		margin-top: 21%;
  		z-index: 1000;
  		cursor: pointer;
  		padding-bottom: 11%;
	}
	
	#slider-arrow-left {
		left: -13%;
		background:url(../../content/images/home-slider-arrow-left.png) right center no-repeat;
		background-size:contain;
	}
	
	#slider-arrow-right {
		right: -13%;
		background:url(../../content/images/home-slider-arrow-right.png) left center no-repeat;
		background-size:contain;
	}
}



#slideshow-nav {
	display:none;	
}

@media (min-width:501px) {	
	#slideshow-nav {
	  width: 100%;
	  position: absolute;
	  text-align: center;
	  top: 85%;
	  height: 2%;
	  z-index: 1000;
	  display:block;	
  }
}

.nav-button {
  	height: 15px;
  	width:15px;
  	background: #FFF;
  	display: inline-block;
 	margin: 2px;
 	border-radius: 1px;
}

.nav-button.selected {
  background: rgb(195, 14, 46);
}

@media (min-width:1201px) {
	.nav-button {
		height: 100%;
		width:auto;
		padding-right: 0.9%;
		margin: 0.1%;
		border-radius: 3px;
	}
}

#MainContentHome h1 {
	  font-size: 1.5em;
  color: #071E5C;
  text-align: center;
  margin: 2em 0 0 0;
  line-height: 1.2em;
}
#MainContentHome p {
	  font-size: 1.5em;
  color: #071E5C;
  text-align: center;
  margin: 2em 0 0 0;
  line-height: 1.2em;
}

@media (min-width:501px) {
	#MainContentHome h1 {
		margin: 1% 0 0 0;
	}
	#MainContentHome p {
		margin: 1% 0 0 0;
	}
}


@media (min-width:1800px) {
	#MainContentHome h1 {
		
	}
}


/*/////////////////////////////////////*/
/*////////SUBPAGE STYLES/////////////*/
/*/////////////////////////////////////*/

.Subpage {
	
}

.SideWrapper {
	
}

@media (min-width:992px) {
	.SideWrapper {
		padding-right: 4%;	
		padding-left:4%;
	}
}

.SideQuote {
  	font-size: 1.8em;
  	line-height: 1.1em;
  	color:#868686;
	padding: 1em 0 1em 1em;
  	border-left: 2px solid rgb(240, 47, 38);
  	font-family: 'Pontano Sans', sans-serif;
  	margin-top: 0.5em;
  	margin-bottom: 0.5em;
}

.SideQuote.about-us {
	border-top: 2px solid rgb(240, 47, 38);
  	margin-top: 0;
}	

@media (min-width:992px) {
	.SideQuote {
		font-size: 2.1em;
		padding: 2.4em 2% 20% 2%;
		text-align: center;
		border-left: 0;
		line-height: normal;
		border-bottom: 2px solid rgb(240, 47, 38);
	}
}

@media (min-width:500px) and (max-width:991px) {
	.SideQuote {
		font-size: 1.6em;
	}
}

.contact-break {
	border-bottom: 1px dashed #F02F26;
}

/*/////////////////////////////////////*/
/*///////FOOTER STYLES/////////////*/
/*/////////////////////////////////////*/

.FooterWrapper {
  	margin-top: 2%;
	padding-top: 2%;
  	padding-bottom: 2%;
	background: #FFF;
}

@media (min-width:992px) {
	.FooterWrapper {
  		border-top: #ccc solid 2px;
	}
}

.Footer{
	position: relative;
	padding:0;
}

@media (min-width:992px) {
	.Footer {
		padding-left: 15px;
  		padding-right: 15px;
	}
}

@media (max-width:991px) {
	.footer-column {
		padding:0;
	}
}

#FooterLogo {
  width:100%;
  max-width:188px;
  margin:20px auto;
}

@media (min-width:992px) {
	#FooterLogo {
	  margin:0;
	}
}

#FooterNav {
  margin: 0 auto 0 auto;
  padding: 1.5% 0;
}

#FooterNav > ul {
	margin: 0 auto;
  	padding: 0;
  	text-align:center;
}

#FooterNav > ul > li {
  list-style: none;
}

@media (min-width:992px) {
	#FooterNav > ul > li {
		 display: inline-block;
	}
}

#FooterNav > ul > li > a {
  border-top: #b7b7b8 solid 2px;
  text-transform: uppercase;
  color: #b7b7b8;
  font-size: 1em;
  width: 100%;
  display: block;
  padding: 10px 0;
  background: #F7F7F7
}
#FooterNav ul li:last-of-type a {
	border-bottom:#b7b7b8 solid 2px;
}

@media (min-width:992px) {
	#FooterNav > ul > li > a {
		border-right: #b7b7b8 solid 2px;
		border-top:0;
		padding: 0 0.8em;
		font-size: 0.8em;
		width:auto;
		display:inline;
		background:transparent;
	}
	#FooterNav ul li:last-of-type a {
		border-right:none;	
		border-bottom:none;
	}
}

#FooterCopyright {
	color:#b7b7b8;
	font-size: 0.8em;
	text-align:center;
	margin: 15px;
  	font-family: Arial, Helvetica, sans-serif;
}

@media (min-width:992px) {
	#FooterCopyright {
		margin:0;
		font-family: 'Montserrat', Arial, Helvetica, sans-serif;
		font-size: 0.6em;
	}
}

#PMLogo {
	text-align:center;
	padding: 15px 20px;
}

@media (min-width:992px) {
	#PMLogo {
		position: absolute;
		bottom: 0;
		right: 15px;
		padding:0;
		
	}
}

#BackToTop {
  position: fixed;
  bottom: 0;
  right: 15px;
  max-width: 16%;
  height: 40px;
}

@media (min-width:500px) {
	#BackToTop {
	  height: 55px;
	}
}

@media (min-width:992px) {
	#BackToTop {
	  display:none;
	}
}

/*-------FORM STYLES -------*/

.FormWrapper {
	font-family: 'Pontano Sans', Arial, Helvetica, sans-serif;
}

.form-section {
	clear:both;	
}

.form-group h2 {
	background: #E2E2E2;
  	padding: 6px;
  	font-size: 1.2em;
  	color: #5E5E5E;
}

.form-group h3 {
	margin-top: 10px;
  	font-size: 1em;
  	color: rgb(195, 14, 46);
  	font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.form-group {
	margin-bottom:0;
}

@media(max-width:991px) {
	.form-group {
		padding: 2px 2px !important;
	}
}

.form-group.full {
	margin-bottom: 15px;
}

.form-group.form-group-vercode {
	
}

.formStyle {
	width:100%;
	border: 1px solid #BEBEBE;
	padding:4px;
}

.formStyle2 {
	width: 95%;
	border: 1px solid #BEBEBE;
	padding: 4px;
	margin: 0 auto;
	display: block;
}

.formStyle[type="reset"],.formStyle[type="submit"]  {
	text-transform: uppercase;
	color: #FFF;
}

.formStyle[type="reset"]:hover,.formStyle[type="submit"]:hover {
	background:#5E5E5E;	
}

.formStyle[type="submit"] {
    background: #C30E2E;
}

.formStyle[type="reset"] {
    background: #031F5A;
}

@media(max-width:768px) {
	.formStyle[type="reset"] {
		display:none;		
	}
}


select.formStyle2 {
	height: 30px;
	margin-bottom: 2px;
}

img.vercodeStyle {
	width: 100%;
	height: 30px;
	margin-top: 25px;
}

label {
	font-weight: normal;
  	padding-top: 5px;
	display: block;
  	line-height: 18px;
}

.Asterix {
	color:#004a8f;
	font-weight:bold;
}

input.error,select.error  {
	background: #FDF1F1;
	border: #EB0909 solid 2px;
	color: #C50606;
}

label.error {
	color: #EB0909;
	font-size: 12px;
	padding-top: 0;
}

.error-message {
	color:#F00;
	display:none;
}

.verification-message {
	padding: 10px 0;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	text-align: right;
	margin: 10px 0;
	font-family: arial;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
}

.verification-message.message-fail {
	color: #F00;
}

.verification-message.message-success {
	color: #3A843E;
}


/*/////////////////////////////////////*/
/*///////GENERIC STYLES/////////////*/
/*/////////////////////////////////////*/
img.img-responsive {margin-left:auto;margin-right:auto;}
.clear {clear:both;}
.padding-10 {padding:10px;}
.padding-b-10 {padding-bottom:10px;} 
.padding-20 {padding:20px;}
.no-wrap {white-space: nowrap;}
.no-padding {padding:0;}
.no-padding-top {padding-top:0 !Important;}
.NoPaddingL {padding-left:0 !Important;}
.NoPaddingR {padding-right:0 !Important;}
.no-padding-bottom {padding-bottom:0 !Important;}
.no-margin {margin: 0;}
.no-margin-top {margin-top:0 !Important;}
.no-margin-bottom {margin-bottom:0 !Important;}
.margin-auto {margin-left:auto;margin-right:auto !Important;}
.uppercase {text-transform: uppercase;}
.bold {font-weight: bold;}
.floatL {float:left !Important;}
.floatR {float:right !Important;}
.alignC {text-align:center !important;}
.alignR {text-align:right !important;}
.alignL {text-align:left;}
.no-border {border:0 !important;}
.no-border-top {border-top:0 !important;}
.no-border-bottom {border-bottom:0 !important;}
.no-border-right {border-right:0 !important;}
.no-border-left {border-left:0 !important;}
.RoundCorners{
	-moz-border-radius-bottomright: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	-moz-border-radius-bottomleft: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	-moz-border-radius-topright: 4px 4px;
	border-top-right-radius: 4px 4px;
	-moz-border-radius-topleft: 4px 4px;
	border-top-left-radius: 4px 4px;
}
.OutOfDate {
	color: red;
	font-size: 1.4em;
	position: relative;
	z-index: 3000;
	text-align: center;
	width: 100%;
	display: block;
	margin: 1em 0 0em 0;
	font-family: arial,helvetica,sans-serif;
	background: #CCC;
  	padding: 10px;
  	border: red 3px solid;
}

.OutOfDate a {
	text-decoration:underline;	
}