@charset "utf-8";
/* CSS Document */

body {
	font-family: source-sans-pro, sans-serif;
	font-size: 16.5px;
	color: #6D6E71;
	background-color: #6D6E71;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: 400;
	background-image: -webkit-linear-gradient(0deg,rgba(25,68,128,1.00) 0%,rgba(61,185,237,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(25,68,128,1.00) 0%,rgba(61,185,237,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(25,68,128,1.00) 0%,rgba(61,185,237,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(25,68,128,1.00) 0%,rgba(61,185,237,1.00) 100%);
}
a:link {
	color: #194480;
	text-decoration: underline;
}
a:visited {
	color: #194480;
	text-decoration: underline;
}
a:hover {
	color: #194480;
	text-decoration: underline;
}
a:active {
	color: #194480;
	text-decoration: underline;
}
h1 {
	font-size: 48px;
	color: #194480;
	font-weight:600;
}
h2 {
	font-size: 29px;
	color: #194480;
	font-weight:600;
	margin:0;
	text-align: center;
}
h3 {
	font-size: 15.5px;
	color: #6D6E71;
	font-weight:normal;
}

h4 {
	font-size: 18px;
	color: #194480;
	font-weight:600;
	text-align:left;
}
h5 {
	font-size: 13px;
	color: #6D6E71;
}
h6 {
	font-size: 30px;
	color: #194480;
	font-weight:600;
}
h7 {
	font-size: 29px;
	color: #194480;
	font-weight:600;
	margin:0;
}
.phoneNumbers {
	text-align: center;
}
.title_large_blue {
	font-size: 29px;
	color: #194480;
	font-weight:600;
	margin-bottom:5px;
	text-align: center;
}

@media only screen and (min-width: 481px) {
	h2 {
		font-size: 29px;
		color: #194480;
		font-weight:600;
		margin:0;
		text-align: left;
	}
	.phoneNumbers {
		text-align: left;
	}
	.title_large_blue {
		font-size: 29px;
		color: #194480;
		font-weight:600;
		margin-bottom:5px;
		text-align: left;
	}
}

text_blue {
	color: #194480;
}
/* Styling of top phone menu - white header*/
.phoneMenuWhite ul{
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}	
.phoneMenuWhite ul li ul{
	margin:0px;
	padding:0px;
	display:none;
	margin:2px;
	padding:2px;
	margin-left: 10px;
	}
.phoneMenuWhite ul li:hover ul{
	display:block;
	width: 220px;
	margin-top: 20px;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	margin-left: -230px;
	}
.phoneMenuWhite ul li:click ul{
	display:block;
	width: 220px;
	margin-top: 20px;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	margin-left: -230px;
	}
.phoneMenuWhite ul li {
	font-size: 14px;
	color: #194480;
	padding-left: 10px;
	line-height: 33px;
	text-decoration:none;
    }
.phoneMenuWhite ul li a {
	font-size: 14px;
	color: #194480;
	padding-left: 10px;
	line-height: 31px;
	text-decoration:none;
    }
.phoneMenuWhite ul li a:hover {
	text-decoration:underline;
	}
/* Styling of top phone menu - blue header*/
.phoneMenuBlue ul{
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}	
.phoneMenuBlue ul li ul{
	margin:0px;
	padding:0px;
	display:none;
	margin:2px;
	padding:2px;
	margin-left: 10px;
	}
.phoneMenuBlue ul li:hover ul{
	display:block;
	width: 220px;
	margin-top: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(61,185,237,1.00) 0%,rgba(25,68,128,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(61,185,237,1.00) 0%,rgba(25,68,128,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(61,185,237,1.00) 0%,rgba(25,68,128,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(61,185,237,1.00) 0%,rgba(25,68,128,1.00) 100%);
	margin-bottom: 2px;
	margin-left: -230px;
	}
.phoneMenuBlue ul li:click ul{
	display:block;
	width: 220px;
	margin-top: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(61,185,237,1.00) 0%,rgba(25,68,128,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(61,185,237,1.00) 0%,rgba(25,68,128,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(61,185,237,1.00) 0%,rgba(25,68,128,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(61,185,237,1.00) 0%,rgba(25,68,128,1.00) 100%);
	margin-bottom: 2px;
	margin-left: -230px;
	}
.phoneMenuBlue ul li {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 33px;
	text-decoration:none;
    }
.phoneMenuBlue ul li a {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 31px;
	text-decoration:none;
    }
.phoneMenuBlue ul li a:hover {
	text-decoration:underline;
	}
/* Styling of top menu - white header */
.topMenuWhite a:link {
	color: #808285;
	text-decoration: none;
	}
.topMenuWhite a:visited {
	color: #808285;
	text-decoration: none;
	}
.topMenuWhite a:hover {
	text-decoration: underline;
	color: #808285;
	}
.topMenuWhite a:active {
	color: #808285;
	text-decoration: none;
	}

/* Styling of top menu - blue header */
.topMenuBlue a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
.topMenuBlue a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
.topMenuBlue a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
.topMenuBlue a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

/* Styling of main PC and Tablet menu - white header */
	
.mainMenuWhite ul {
	margin: 0px;
	padding: 0px;
	}

.mainMenuWhite ul li{
	margin:0px;
	padding:0px;
	display:inline;
	height: 31px;
	float: left;
	list-style: none;
	margin-left: 5px;
	margin-right:5px;
	position: relative;
	font-size: 16px;
	font-weight:600;
	color: #194480;
	vertical-align: right;
	line-height: 31px;
	}
	
.mainMenuWhite li ul{
	margin:0px;
	padding:5px;
	display:none;
	position: absolute;
	margin-left: 5px;
	padding-left:10px;
	padding-right:10px;
	top: 31px;
	}

.mainMenuWhite li:hover ul{
	display:block;
	white-space: nowrap;
	background-color: #FFFFFF;
	white-space: nowrap;
	}

.mainMenuWhite li li{
	list-style:none;
	display:list-item;
	float:none; /*makes items sit below each other*/
	}
	
.mainMenuWhite ul li a {
	color: #194480;
	text-decoration:none;
    }
.mainMenuWhite li ul a {
	color: #194480;
	font-weight:400;
	text-decoration:none;
    }
.mainMenuWhite ul li a:hover {
	text-decoration:underline;
    }
/* Styling of main PC and Tablet menu - blue header */
	
.mainMenuBlue ul {
	margin: 0px;
	padding: 0px;
	}

.mainMenuBlue ul li{
	margin:0px;
	padding:0px;
	display:inline;
	height: 31px;
	float: left;
	list-style: none;
	margin-left: 5px;
	margin-right:5px;
	position: relative;
	font-size: 16px;
	font-weight:600;
	color: #FFFFFF;
	vertical-align: right;
	line-height: 31px;
	}
	
.mainMenuBlue li ul{
	margin:0px;
	padding:0px;
	display:none;
	position: absolute;
	margin-left: 5px;
	padding-left:10px;
	padding-right:10px;
	top: 31px;
	}

.mainMenuBlue li:hover ul{
	display:block;
	white-space: nowrap;
	background-color: #194480;
	white-space: nowrap;
	}
	
.mainMenuBlue li li{
	list-style:none;
	display:list-item;
	float:none; /*makes items sit below each other*/
	}
	
.mainMenuBlue ul li a {
	color: #FFFFFF;
	text-decoration:none;
    }
.mainMenuBlue li ul a {
	color: #FFFFFF;
	font-weight:400;
	text-decoration:none;
    }
.mainMenuBlue ul li a:hover {
	text-decoration:underline;
    }

/* Styling of white and blue button links */
.blueButton a:link {
	color: #194480;
	text-decoration: none;
	}
.blueButton a:visited {
	color: #194480;
	text-decoration: none;
	}
.blueButton a:hover {
	text-decoration: underline;
	color: #194480;
	}
.blueButton a:active {
	color: #194480;
	text-decoration: none;
	}
.blueButtonCenter a:link {
	color: #194480;
	text-decoration: none;
	}
.blueButtonCenter a:visited {
	color: #194480;
	text-decoration: none;
	}
.blueButtonCenter a:hover {
	text-decoration: underline;
	color: #194480;
	}
.blueButtonCenter a:active {
	color: #194480;
	text-decoration: none;
	}
	
.whiteButton a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
.whiteButton a:visited {
	color:  #FFFFFF;
	text-decoration: none;
	}
.whiteButton a:hover {
	text-decoration: underline;
	color:  #FFFFFF;
	}
.whiteButton a:active {
	color:  #FFFFFF;
	text-decoration: none;
	}
/* Styling of homepage links for book Demo and Watch Video */

.heroImageWrapper a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
.heroImageWrapper a:visited {
	color:  #FFFFFF;
	text-decoration: none;
	}
.heroImageWrapper a:hover {
	text-decoration: underline;
	color:  #FFFFFF;
	}
.heroImageWrapper a:active {
	color:  #FFFFFF;
	text-decoration: none;
	}	
/* Styling of footer links */

.footerWrapper a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
.footerWrapper a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
.footerWrapper a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
.footerWrapper a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
/* Styling of footer menu lists */	
.footerWrapper ul{
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}	
.footerWrapper  ul li ul{
	margin:0px;
	padding:0px;
	display:none;
	margin:2px;
	padding:2px;
	}
.footerWrapper ul li:hover ul{
	display:block;
	width: 200px;
	margin-top: 2px;
	background-color: #194480;
	margin-bottom: 2px;
	margin-left: -60px;
	}
.footerWrapper ul li {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 0px;
	line-height: 31px;
	text-decoration:none;
    }
.footerWrapper ul li a {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 0px;
	line-height: 31px;
	text-decoration:none;
    }
.footerWrapper ul li a:hover {
	text-decoration:underline;
	}

/* Styling for contact form background-color: #194480;*/
#contentForm2018 {
	float: left;
	min-height: 105px;
	width: 92%;
	padding:4%;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #ECECF1;
	margin-bottom: 7px;
	font-size: 12px;
	color: #6D6E71;
	text-align: left;
}
#contentPicRight {
	float: right;
	padding-left:15px;
	padding-bottom:5px;
	clear:none;
}
#contentPicLeft {
	float: left;
	padding-right:15px;
	padding-bottom:5px;
	clear:none;
}
#newLine {
    clear: both;
	float: none;
    display: block;
}
/* Styling for left and right content on the contact page*/

#Stage {
	margin-left:.5%;
	margin-right:2%;
	width:97%;
}
/* Code to hide video until button is hovered over - home page*/
/*Code obtained from https://codepen.io/davidleduc/pen/EPrgqY*/
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}
/* Styling of user name menu */
.userName ul{
	text-decoration: none;
	margin-left: -15px;
	padding-left: 0;
	list-style: none;
}	
.userName ul li ul{
	margin:0px;
	padding:0px;
	position: relative;
	display:none;
	margin:2px;
	padding:2px;
	}
.userName ul li:hover ul{
	display:block;
	position: absolute;
	width: 195px;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color: #194480;
	border-radius: 4px;
	margin-left: -40px;
	}
.userName ul li:click ul{
	display:block;
	position: absolute;
	width: 195px;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color: #194480;
	border-radius: 4px;
	margin-left: -40px;
	}
.userName ul li:click ul a{
	display:block;
	position: absolute;
	width: 195px;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color: #194480;
	border-radius: 4px;
	margin-left: -40px;
	}
.userName ul li {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 25px;
	text-decoration:none;
    }
.userName ul li a {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;	
	line-height: 25px;
	padding-right: 8px;
	text-decoration:none;
	text-align:left;
    }
.userName ul li a:hover {
	color: #FFFFFF;
	}
/* Styling of lists with blue tick */
/* phone */
ul li.bullet  {
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration:none;
	background-image: url(/images/bullet.png);
    background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 20px;
	margin-left: -50px; 
    }
/* Tablet */
@media only screen and (min-width: 481px) {
ul li.bullet  {
	list-style: none;
	text-decoration:none;
	background-image: url(/images/bullet.png);
    background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 20px;
	margin-left: -50px; 
    }
}
/* PC*/
@media only screen and (min-width: 769px) {
ul li.bullet  {
	list-style: none;
	text-decoration:none;
	background-image: url(/images/bullet.png);
    background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 20px;
	margin-left: -50px; 
    }
}
/* Styling of lists with blue dot*/
 ul li.blueDot { 
    list-style-type: none; /* Remove default bullets */
    padding:0;
    margin:0;
}
li.blueDot:before {
  content: "● ";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #194480; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* Styling of lists with blue dot*/
 ul li.blueDotTmp { 
    list-style-type: none; /* Remove default bullets */
    padding:0;
    margin:0;
}
li.blueDotTmp:before {
  content: "● ";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #194480; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
/* Styling of pictures within content */
/* Small pics */
.picRightS {
	align-content:center;
}
@media only screen and (min-width: 481px) {
.picRightS {
	float:right;
	margin-right: 10px;
	margin-bottom: 10px;
	clear:none;
	max-width: 30%;
}
}
@media only screen and (min-width: 769px) {
.picRightS {
	max-width: 20%;
}
}

.picLeftS {
	text-align:center;
}
@media only screen and (min-width: 481px) {
.picLeftS  {
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top:7px;
	clear:none;
	max-width: 30%;
}
}
@media only screen and (min-width: 769px) {
.picLeftS  {
	max-width: 20%;
}
}

/* Medium pics */
.picRightM {
}
@media only screen and (min-width: 481px) {
.picRightM {
	max-width: 50%;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:none;
}
}
@media only screen and (min-width: 769px) {
.picRightM {
	max-width: 35%;
	padding-left:2%;
}
}

.picLeftM {
	text-align:center;
}
@media only screen and (min-width: 481px) {
.picLeftM  {
	max-width: 50%;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear:none;
}
}
@media only screen and (min-width: 769px) {
.picLeftM  {
	max-width: 35%;
	padding-right:2%;
}
}
/* Large pics */
.picRightL {
}
@media only screen and (min-width: 481px) {
.picRightL {
	max-width: 60%;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:none;
}
}
@media only screen and (min-width: 769px) {
.picRightL {
	max-width: 70%;
}
}

.picLeftL {
}
@media only screen and (min-width: 481px) {
.picLeftL  {
	max-width: 60%;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear:none;
}
}
@media only screen and (min-width: 769px) {
.picLeftL  {
	max-width: 70%;
}
}

.picCenterL {
}
@media only screen and (min-width: 481px) {
.picCenterL {
        display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
}
}
@media only screen and (min-width: 769px) {
.picCenterL {
	max-width: 70%;
}
}


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* Code to control <button> divs */
button.next {
  font-family: inherit; /* 1 */
  color: #194480;
   background-color: transparent;
   border: 2px solid #194480;
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button.next { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button.next{ /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button.next [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}