/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #024d6a;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #78b7cf;
    text-shadow: none;
	color: white;
}

::selection {
    background: #78b7cf;
    text-shadow: none;
	color: white;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */


body {font-family: 'PT Sans', Helvetica, Arial, sans-serif;}
body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
p {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
	line-height: 1.4;
}

.top-content-h1 {
	padding-top: 3%;
	padding-bottom: 0px;
	padding-left: 10%;
	font-family: "Carrois Gothic", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	text-shadow: 1.6px 1.6px 2px #414141;
	line-height: 1;
}

.top-content p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10%;
	color: #FFFFFF;
	font-size: .9em;
	text-shadow: 1px 1.5px 2px #636363;
	line-height: 1.4;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
	width: 100%;
	position: fixed;
	height: 32px;
	background-image: url(../img/nav-bg-repeat.jpg);
	background-repeat: repeat-x;
}

.main-container {width: 100%;}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.hero-space {height: 60px; float: left; width: 100%;}

.logo-desktop {display: none;}

.logo-mobile {
	display: block;
	padding-right: 1%;
	padding-top: 0px;
	padding-left: 1%;
	padding-bottom: 10px;
}
.logo-mobile img {width: 100%; height: 100%;}


/* ================
    IE Conditional
   ================ */

.lt-ie9 .logo-mobile-IE8 {display: block;}
.lt-ie9 .logo-desktop-IE8 {display: none;}
.lt-ie9 .logo-mobile-IE8 img {width: 100%; height: 100%;}

.lt-ie9 .logo-mobile {display: none;}
.lt-ie9 .logo-desktop {display: none;}

.IE-form-label {display: none;}
.lt-ie9 .IE-form-label {float: left; width: 100%; height: 30px; display: block; margin-top: 6px; margin-top: 0px;}
.lt-ie10 .IE-form-label {float: left; width: 100%; height: 30px; display: block;  margin-top: 6px; margin-top: 0px;}


/* ==============
    MOBILE: Menu
   ============== */

.navcontainer {
	margin-top: 7px; 
	margin-left: 10%;
}

nav {
	margin-left: auto;
	margin-right: auto;
	float: right;
	width: 100%;
}
	
nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
	
nav a {
	float: left;
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 1%;
	margin-left: 1%;
	width: auto;
	text-decoration: none;
	font-weight: normal;
	color: white;
	font-family: "Carrois Gothic", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: .8em;
}
nav a:hover,
nav a:visited {color: white;}
nav a:hover {
    text-decoration: none;
	background-color: #055b7c;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {padding-top: 20px;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.hidedesktop {display: block;}
.hidedesktopspecial {display: block;}
.clearfloat {height: 1px; width: 100%; /*float:left;*/ clear:both;}
.main-container {padding-bottom: 0px;}

.herofill {
	background-image: url(../img/hero-fill-bg.png);
	background-position: center bottom;
	display: block;
	background-repeat: no-repeat;	
}

/* ================ SECTIONS ================ */
#go-clients {height: 90px; width: 100%;}
#go-about {height: 90px; width: 100%;}
#go-connect {height: 90px; width: 100%;}

#hero {
	background-repeat: no-repeat;
	background-position: -100px -35px;
	background-image: url(../img/hero-img.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#clients {background-color: #78b7cf;}
#about {background-color: #a7c8e4;}
#connect {background-color: #0076a3; color: #ebbf4a; padding-bottom: 3%;}

.anchor-title {
	width: 228px;
	height: 66px;
	color: white;
	font-family: "Carrois Gothic", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	padding-top: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
}
.anchor1, .anchor3 {
	background-image: url(../img/bg-section-title-left.png);
	background-repeat: no-repeat;
}
.anchor2 {
	background-image: url(../img/bg-section-title-right.png);
	background-repeat: no-repeat;
}

/* === CONTACT US BUTTON === */
.contact-btn{
	width: 100%;
	margin-top: 0px;
	float: left;
}
.contact-btn ul {list-style:none;}
.contact-btn li {display:block; width: 75%; float: left; margin-right: auto; margin-left: 0; margin-bottom: 10%;}
.contact-btn li a {
	width: 100%;
	background-color: #ebbf4a;
	margin: 0;
	padding-top: 5%;
	padding-right: 8%;
	padding-left: 8%;
	padding-bottom: 5%;
	display: block;
	float: left;
	color: #3f5046;
	text-decoration: none;
	font-family: "Carrois Gothic", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 1.4em;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	border-radius: 12px;
	-webkit-box-shadow: 4px 4px #3f5046;
	box-shadow: 4px 4px #3f5046;
	font-weight: bold;
}
.contact-btn li a:hover{
	background:#052c3b;
	color: #FFFFFF;
	text-decoration:none;
}

/* === FRED QUOTE === */
.quote1 {
	padding-top: 4%;
	padding-right: 10%;
	padding-left: 20%;
	padding-bottom: 4%;
	background-color: #a1cddd;
	border-radius: 30px;
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/quote-mark-lt-blue.png);
	background-repeat: no-repeat;
	background-position: 9px 30px;
}
.quote1tail {
	width: 99px;
	height: 200px;
	float: right;
	background-image: url(../img/quote1-tail.png);
	background-repeat: no-repeat;
	margin-top: -160px;
}
.quote1 p {
	font-family: "Carrois Gothic", Helvetica, Arial, sans-serif;
	color: #024d6a;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.1;
	text-align: left;	
}
.quote1white {font-size: 1.1em; line-height: 1; color: #FFF;}
.quote1credit {padding-left: 20%;}
.quote1credit p {font-size: .7em; line-height: 1; text-align: right;}
/* === END FRED QUOTE === */

/* === FRED PICTURE === */
.quote2 {
	padding-top: 4%;
	padding-right: 10%;
	padding-left: 40%;
	padding-bottom: 4%;
	background-color: #c2d9ec;
	border-radius: 40px;
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/quote-mark-lt-blue2.png);
	background-repeat: no-repeat;
	background-position: 60px 200px;
	height: 100%;
	float: left;
}
.quote2tail {
	width: 99px;
	height: 200px;
	float: left;
	background-image: url(../img/quote2-tail.png);
	background-repeat: no-repeat;
	margin-top: -160px;
}
.quote2 p {
	font-family: "Carrois Gothic", Helvetica, Arial, sans-serif;
	color: #024d6a;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.1;
	text-align: left;	
}
.quote2white {font-size: 1.1em; line-height: 1; color: #FFF;}
.quote2credit p {font-size: .7em; line-height: 1; text-align: left;}

.fredtext {float: left;}

.fredimageContainer {max-width: 163px; max-height: 179px;}
.fredimage {/*height: 100%; width: 100%;*/ float: right; margin-top: -9px; margin-right: -25px; margin-bottom: 5px; position: 0; clear: both; /*background-color: red;*/}
.fredimage img {width: 100%; height: 100%;}
/* === END FRED QUOTE === */

.clientlogo {float: left; padding-top: 1.2em; }
.clientlogo img {width: 100%; height: 100%;}

#logo1 {width: 40%; margin-top: 2%; margin-left: 6.5%; margin-right: 11.5%; float: left;}
#logo2 {width: 20%; margin-top: 0px; margin-left: 2.5%; margin-right: 2.5%; float: left;}
#logo3 {width: 40%; margin-top: 0px; margin-left: 6.5%; margin-right: 2.5%; float: left;}
#logo4 {width: 40%; margin-top: 2%; margin-left: 2.5%; margin-right: 2.5%; float: left;} 

.clientrow {height: 100%; width: 100%; margin-top: 2em; float: left;}
.largeText {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 180%;
	line-height: 1; 
}

.infographic {margin-left: auto; margin-right: auto;}
.infographic img {width: 100%; height: 100%;}

#infographic1 {height: 129px; width: 120px; float: none;}
#infographic2 {height: 110px; width: 160px; float: none;}
#infographic3 {height: 112px; width: 120px; float: none;}

.fredsname {font-size: 1.8em; line-height: 1; margin-bottom: -10px; font-weight: normal; font-style:italic;}

/* ===== SOCIAL MEDIA LINKS ===== */
.socail-links {
	width:100%;
	margin: 0px auto;
	float: left;
}
.socail-links ul {
	float: none;
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -10px;
	/*margin-left: -5%; for 4 icons*/
	margin-bottom: 0px;
	padding:0;
}
.socail-links li {
	width: auto;
	/*width: 24%; for 4 icons*/
	display: block;
	float: left;
	margin-right: 1px;
}
.socail-links li a {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	text-decoration: none;
	height: 60px;
	width: 60px;
	
}
.socail-links li a:hover{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#facebook {background-image: url(../img/sm-icon-facebook_up.png);background-repeat: no-repeat;}
#gmail {background-image: url(../img/sm-icon-gmail_up.png);background-repeat: no-repeat;}
#linkedin {background-image: url(../img/sm-icon-linkedin_up.png);background-repeat: no-repeat;}
#twitter {background-image: url(../img/sm-icon-twitter_up.png);background-repeat: no-repeat;}

#facebook a:hover {background-image: url(../img/sm-icon-facebook_over.png);background-repeat: no-repeat;}
#gmail a:hover {background-image: url(../img/sm-icon-gmail_over.png);background-repeat: no-repeat;}
#linkedin a:hover {background-image: url(../img/sm-icon-linkedin_over.png);background-repeat: no-repeat;}
#twitter a:hover {background-image: url(../img/sm-icon-twitter_over.png);background-repeat: no-repeat;}
/* ===== END SOCIAL MEDIA LINKS ===== */

/*====== PHONE ======*/
.contact-phone-container {
	display: block;
	width: 90%;
	height: 70px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.phoneimg {float: left; height: 70px;}
.phoneimg img {height: 100%; width: auto;}
.phonenumber {
	float: left;
	text-decoration: none;
	font-family: "Carrois Gothic", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 2em;
	padding-top: 12px; 
	padding-left: 5%;
	text-align: left;
}
/*====== END PHONE ======*/

/*====== EMAIL ======*/
.contact-email-container {
	display: block;
	width: 90%;
	height: 50px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.emailimg {float: left; height: 50px;}
.emailimg img {height: 100%; width: auto;}
.emailaddress {
	float: left;
	text-decoration: none;
	font-family: "Carrois Gothic", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 1em;
	padding-top: 12px; 
	padding-left: 5%;
	text-align: left;
}
.emailaddress a:link, .phonenumber a:link {color: #ebbf4a; text-decoration: none;}
.emailaddress a:visited, .phonenumber a:visited {color: #ebbf4a; text-decoration: none;}
.emailaddress a:hover, .phonenumber a:hover {color: #a7c8e4; text-decoration: none;}
.emailaddress a:active, .phonenumber a:active {color: #ebbf4a;	text-decoration: none;}
/*====== END EMAIL ======*/

/* ======= FOOTER ======== */
.footer-container {
	width: 100%;
	height: 100%;
	float: left;
	background-color: #024d6a;
	color: #0076a3;
}
.footer-container footer {padding-top: 0px;}
.footer-left {float: left; width: 49%; text-align: left; padding-bottom: 12px;}
.footer-right {float: right; width: 49%; text-align: right; padding-top: 15px; padding-bottom: 12px;}
.footer-right p {font-size: 11px; line-height: normal;}
#location{width:100%;  margin-left: -40px;}
#location ul {list-style: none;float:left;}
#location li {display: block; float:left;}
#location li a {
	line-height: 1;
	background-repeat: no-repeat;
	background-image: url(../img/icon-location_up.png);
	padding-top: 14px;
	padding-left: 43px;
	display: block;
	float: left;
	color: #0076a3;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	height: 35px;
	background-position: left center;
}
#location li a:hover{
	background-repeat: no-repeat;
	background-image: url(../img/icon-location_over.png);
	background-position: left center;
	text-decoration:none;
	color: #3fafda;
}
/* ======= END FOOTER ======== */

/* ======= BACK TO TOP ======== */
#backTop{
    width:35px;
    height:35px;
    padding:10px;
    border-radius:6px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
	display:none;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
#backTop.white{
    margin-right: -20px;
	background:url(../img/uparr-48-b.png) no-repeat center center rgba(255,255,255,0.4);
	border:none;
}
/* ======= END BACK TO TOP ======== */

/* ================ END SECTIONS ================ */




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

.hidedesktopspecial {display: none;}
p {font-size: 1.1em; line-height: 1.4;}

/* ====================
    INTERMEDIATE: Menu
   ==================== */
.header-container {height: 42px;}
.navcontainer {margin-top: 12px; margin-left: 7%;}

nav {width: 100%;}
nav a {
	margin-right: 10px;
	font-size: .8em;
	padding-left: 10px;
	padding-right: 10px;
}	

.top-content-h1 {font-size: 2.4em; padding-bottom: 0px; padding-left: 0;}
.top-content p {font-size: 1em; padding-left: 0;}

/* === CONTACT US BUTTON === */
.contact-btn li {display:block; width: 50%; float: left; margin-right: 15%; margin-left: 18%; margin-bottom: 7%;}
.contact-btn li a {
	padding-right: 6%;
	padding-left: 6%;
	font-size: 1.6em;
}

/* === FRED QUOTE === */
.quote1 {
	padding-left: 12%;
	border-radius: 80px;
	margin-top: 3em;
	background-position: 9px 42px;
}
.quote1tail {margin-top: -140px;}
.quote1 p {
	font-size: 1.2em;
	line-height: 1.3;
}
.quote1white {font-size: 1.3888em;}
.quote1credit p {font-size: .9em;}
/* === END FRED QUOTE === */

/* === FRED QUOTE 2 === */
.quote2 {
	padding-left: 12%;
	margin-top: 3em;
	background-position: 9px 42px;
}
.quote2tail {margin-top: -140px;}
.quote2 p {
	font-size: 1.2em;
	line-height: 1.3;
}
.quote2white {font-size: 1.3888em;}
.quote2credit p {font-size: .9em;}
.fredtext {float: none;}

.fredimageContainer {float: right; max-width: 150px; max-height: 153px;}
.fredimage {float: left; margin-top: -4px; margin-right: -20px; margin-bottom: 5px; padding-left: 15px; /*text-align: left;*/ /*background-color: yellow;*/}

/* === END FRED QUOTE 2 === */

#logo1 {width: 20%; margin-top: 6%; margin-left: 4.5%; margin-right: 2.5%; float: left;}
#logo2 {width: 12%; margin-top: 4%; margin-left: 2.5%; margin-right: 2.5%; float: left;}
#logo3 {width: 20%; margin-top: 7%; margin-left: 2.5%; margin-right: 2.5%; float: left;}
#logo4 {width: 20%; margin-top: 8%; margin-left: 2.5%; margin-right: 2.5%; float: left;} 

#infographic1 {height: 183px; width: 170px;}
#infographic2 {height: 137px; width: 200px;}
#infographic3 {height: 159px; width: 170px;}

.fredsname {font-size: 2.2em;}

/*====== PHONE ======*/
.contact-phone-container {
	display: block;
	width: 44%;
	height: 70px;
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	float: left;
}
.phoneimg {float: left; height: 70px;}
.phoneimg img {height: 100%; width: auto;}
.phonenumber {
	float: left;
	text-decoration: none;
	font-family: "Carrois Gothic", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 1.5em;
	padding-top: 20px; 
	padding-left: 2%;
	text-align: left;
}
/*====== END PHONE ======*/

/*====== EMAIL ======*/
.contact-email-container {
	display: block;
	width: 55%;
	height: 40px;
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
	float: right;
}
.emailimg {float: left; height: 40px;}
.emailimg img {height: 100%; width: auto; padding-top: 12px; }
.emailaddress {
	float: left;
	text-decoration: none;
	font-family: "Carrois Gothic", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 1em;
	padding-top: 24px; 
	padding-left: 2%;
	text-align: left;
}
/*====== END EMAIL ======*/

/* ========= FOOTER ========= */
.footer-right p {font-size: 14px; line-height: normal;}
#location li a {line-height: 1.2; font-size: 14px;}
/* ======= END FOOTER ======== */

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */
    nav ul li {display: inline;}
    .oldie nav a {margin: 0 0.7%;}
	
}

@media only screen and (min-width: 768px) {
.hidedesktop {display: none;}
.header-container {height: 52px;}
.navcontainer {
	margin-top: 16px; 
	margin-left: 38.4%;
}

nav {width: 100%;}

nav a {
	font-size: 1em;	
	padding-left: 12px;
	padding-right: 12px;
}
	
#hero {background-position: -100px center;}
.logo-desktop {
	display: block;
	padding-right: 0px;
	padding-top: 30px;
	padding-left: 70px;
	padding-bottom: 30px;
}
.logo-desktop img {width: 100%; height: 100%;}
.logo-mobile {display: none;}

.lt-ie9 .logo-mobile-IE8 {display: none;}
.lt-ie9 .logo-desktop-IE8 {display: block;}
.lt-ie9 .logo-desktop-IE8 img {width: 100%; height: 100%;}

.top-content-h1 {font-size: 2.8em; padding-bottom: 30px;}
.top-content p {font-size: 1.3em; margin-top: -20px;}

.left-top {
    float: left;
    width: 32%;
	text-align: right;
}
.right-bottom {
	float: right;
	width: 60%;
	text-align: left;
}

/* === CONTACT US BUTTON === */
.contact-btn li {width: 100%; float: left; margin-right: auto; margin-left: auto;}
.contact-btn li a {
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	font-size: 1.7em;
}

/* === FRED QUOTE === */
.quote1 {
	padding-left: 14%;
	background-position: 9px 46px;
}
.quote1 p {font-size: 1.3em;}
.quote1white {font-size: 1.3888em;}
.quote1credit p {font-size: .9em;}
/* === END FRED QUOTE === */

/* === FRED QUOTE 2 === */
.quote2 {
	padding-left: 27%;
	background-position: 17px 234px;
}
.quote2 p {font-size: 1.3em;}
.quote2white {font-size: 1.3888em;}
.quote2credit p {font-size: .9em;}

.fredimageContainer {max-width: 231px; max-height: 236px;}
.fredimage {float: right; margin-top: -9px; margin-right: -25px; margin-bottom: 20px; position: 0; padding-left: 0px; /*background-color: blue;*/}
.fredtext {float: left;}
/* === END FRED QUOTE 2 === */

.clientlogo {float: right; padding-top: 2em; text-align: right;}
.clientlogo img {width: 100%; height: 100%;}

#logo1 {width: 225px; margin-top: 1.7em; margin-right: 0px; float: right;}
#logo2 {width: 118px; margin-top: 0px; margin-right: 0px; float: right;}
#logo3 {width: 227px; margin-top: 0px; margin-right: 0px; float: right;}
#logo4 {width: 226px; margin-top: 0px; margin-right: 0px; float: right;}

.clientrow {margin-top: 3.2em;}
	
#infographic1 {height: 246px; width: 228px; float: right;}
#infographic2 {height: 178px; width: 260px; float: right; margin-top: 6%;}
#infographic3 {height: 201px; width: 215px; float: right; margin-top: 4%;}
	
/*====== PHONE ======*/
.contact-phone-container {
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
}
.phoneimg {float: none; text-align: left;}
.phoneimg img {height: auto; width: auto;}
.phonenumber {
	float: none;
	font-size: 2.4em;
	padding-top: 40px; 
	padding-left: 0;
	text-align: left;
}
/*====== END PHONE ======*/

/*====== EMAIL ======*/
.contact-email-container {
	width: 100%;
	height: 100%;
	margin-bottom: 17%;
}
.emailimg {float: none; text-align: left;}
.emailimg img {height: auto; width: auto;padding-top: 0px; }
.emailaddress {
	float: none;
	font-size: 1.4em;
	padding-top: 48px; 
	padding-left: 0;
	text-align: left;
}
/*====== END EMAIL ======*/	

/*Accomodate for only 2 icons - delete when 4*/
.socail-links li {
	width: 24%;
}	
.socail-links ul {margin-right: -20px; margin-left: 0px;}	
#backTop.white {margin-right: -15px;}
	
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

.wrapper {
	width: 1026px;
	margin: 0 auto;
}

#hero {background-position: center center;}

.top-content-h1 {font-size: 3em; padding-bottom: 35px;}
.top-content p {font-size: 1.4em;}

.contact-btn li a {font-size: 2em;}

/* === FRED QUOTE === */
.quote1 {padding-left: 10%;}
.quote1 p {font-size: 1.5em;}
.quote1credit p {font-size: 1em;}
/* === END FRED QUOTE === */

/* === FRED QUOTE 2 === */
.quote2 {padding-left: 27%; background-position: 37px 284px;}
.quote2 p {font-size: 1.5em;}
.quote2credit p {font-size: 1em;}

.fredimageContainer {max-width: 236px; max-height: 241px;}
.fredimage {float: right; margin-top: -13px; margin-right: -33px; margin-bottom: 20px; /*background-color: green;*/}
/* === END FRED QUOTE 2 === */

.contact-email-container {margin-bottom: 9%;}
.phonenumber {font-size: 3em;}
.emailaddress {font-size: 1.8em;}

#backTop{
    width:35px;
    height:35px;
    padding:10px;
    border-radius:6px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
	display:none;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.socail-links ul {margin-right: 0px; margin-left: 0px;}	

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {display: none !important; visibility: hidden;}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {visibility: hidden;}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

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

    thead {
        display: table-header-group;
    }

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

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

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

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