/* Move down content because we have a fixed navbar that is 50px tall */

/* ADDED UNIVERSAL STYLING */

a, 
a:hover,
a:active,
a:visited {
	color: #00a998;
	cursor: pointer;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4f2683;
    font-weight: 500;
}

/* Top and bottom margins for rows, disabled margins bootstrap.css line 1593 */
.form-top {
	margin-top: 40px;
}

.form-bottom {
	margin-bottom: 40px;
}

.top {
	margin-top: 80px;
}

.bottom {
	margin-bottom: 80px;
}

@media(max-width:768px) { 
	.top {
		margin-top: 40px;
	}

	.bottom {
		margin-bottom: 40px;
	}
}

.col-md-1 {
    width: 2.5%;
}

.btn-green {
    font-size: 14px;
    color: #ffffff;
    border: #484850 solid 1px;
    background: #00a79c; /* Browser fallback */
    background: rgba(0, 167, 165, 1);
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-width: 160px;
    height: 35px;
	line-height: 150%;
}

.btn-green:hover {
    background: #00a79c; /* Browser fallback */
    background: rgba(0, 167, 165, .8);
    color: #ffffff;
    text-decoration: none;
}

.btn-green,
.btn-green a, 
.btn-green:active,
.btn-green:visited {
	color: #ffffff;
}

/* Black alternative button for P3 for PC to match Mac App Store badge - grabbed from btn-green above */

.btn-black {
    font-size: 14px;
    color: #ffffff;
    border: #484850 solid 1px;
    background: #000000; /* Browser fallback */
    background: rgba(0, 0, 0, 1);
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-width: 165px;
    height: 40px;
	line-height: 200%;
}

.btn-black:hover {
    background: #000000; /* Browser fallback */
    background: rgba(0, 0, 0, .8);
    color: #ffffff;
    text-decoration: none;
}

.btn-black,
.btn-black a, 
.btn-black:active,
.btn-black:visited {
	color: #ffffff;
}

/* Mac App Store badge button - grabbed from btn-green above */
/*
.btn-mas {
    background: url('/media/1244/download_on_the_mac_app_store_badge_us-uk_165x40.png'); 
/* Browser fallback
	min-width: 165px;
    height: 40px;
	outline:0;
    box-shadow:none;
}
*/
/*
.btn-mas:hover {
    background: url('/media/1271/mas-shine.jpg'); 
	min-width: 165px;
    height: 40px;
	outline:0;
    box-shadow:none;
}*/
/*
.btn-mas,
.btn-mas a, 
.btn-mas:active,
.btn-mas:visited {
	color: #ffffff;
}

*/
/* END */

body {
    color: #696969;
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 100;
}

/* BODY FONT SIZES */
.container, .container-fluid {
    font-size: 16pt;
}

@media(max-width:992px) {
    .container, .container-fluid {
        font-size: 15pt;
    }
}

/* Responsive font sizes */
@media(max-width:767px) {
    .container, .container-fluid {
        font-size: 14pt;
    }

    .topBackgroundLoggedIn, .topBackground {
        text-align: center;
    }

        .topBackgroundLoggedIn .navbar-form, .topBackground .navbar-form {
            padding: 0px 0px;
            margin: 0px 0px;
        }

            .topBackground .navbar-form .smallNav {
                line-height: normal;
            }

    .secondaryNav {
        display: none;
    }
}

@media(max-width:480px) {
    .container, .container-fluid {
        font-size: 13pt;
    }
}

/* END FONT SIZES */


@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

.nav2 {
    margin-top: 50px;
}

.form-control-small {
    display: block;
    width: 100%;
    height: 24px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-control-small-Searchbox {
    display: block;
    width: 138px;
    height: 24px;
    padding: 3px 6px;
    font-size: 10px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #341f61;
    background-image: none;
    border: 1px solid #5f4f7f; 
    background-image: url(/graphics/SearchBox.png);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-small-SearchboxLoggedIn {
    display: block;
    width: 138px;
    height: 24px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #e5e2df;
    background-image: none;
    border: 1px solid #c0bdbb;
    background-image: url(/graphics/SearchboxLoggedIn.png);
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}


.jumbotron {
    padding: 0;
    margin: 0;
}

.container {
    padding: 0;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-left: 0px;
    padding-right: 0px;
}

/*
.row {
    padding: 0;
    margin: 0;
}
*/

@media (min-width: 767px) {
    .mainLogo {
        padding-top: 0;
        margin-left: -3px;
        margin-bottom: -111px;
        z-index: 100;
        position: absolute;
    }
}

@media (max-width: 767px) {
    .mainLogo {
        margin: 10px 0px 15px 0px;
    }

    .navbar-header {
        background-repeat: no-repeat;
        background-position: 15px 50%;
    }
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0px;
}

.btnFooter {
    font-weight: normal;
    font-size: 14pt;
    color: #ffffff;
    border: #ffffff solid 1px;
    background: #00a998; /* Browser fallback */
    background: rgba(0, 169, 152, 1);
    text-decoration: none;
    border-radius: 0px;
    margin: 15px 0;
    max-width: 230px;
    height: 66px;
    line-height: 350%;
}

.btnFooter:hover, .btnFooter:visited {
	color: #ffffff;
	background: #00a998; /* Browser fallback */
	background: rgba(0, 169, 152, .8);
	text-decoration: none;
}


@media only screen and (max-width : 992px) {
    .btnFooter {
        max-width: 495px;
    }
}

.clear {
    clear: both;
}

.navbar-default {
    background-color: inherit;
    border-width: 0px;
    margin: 0;
    padding: 0;
}

.smallNav {
    color: #FFFBFB;
    font-size: 13px;
	font-weight: 300;
    line-height: 51px;
}

    .smallNav a,
    .smallNav:link,
    .smallNav:hover,
    .smallNav:visited {
        color: #ffffff;
    }

.topNavTextLinks {
    padding-left: 25px;
    border: red 1px solid;
}

.smallNavLoggedIn {
    color: #000000;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 15px;
    /*border: 1px solid #6b489d; */
    
}

    .navbar-default .navbar-nav > li > a:hover {
        font-size: 15px;
        color: #ffffff;
		background: #4E2683; /* Browser fallback */ 
		background: rgba(78, 38, 131, 0.8);
        /*background: rgba(193, 186, 203, 0.8); */
        /*background: #eeeeee;*/
    }

.secondaryNav {
    margin-right: 25px;
}

    .secondaryNav .navbar-nav > li > a {
        color: #17004C;
    }


/* SECOND FOOTER */

.footer-content {
	margin-top: 23px; 
	margin-bottom: 12px;
}

/* Add padding to bottom on column for tablet/mobile view */

.footer-nav {
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10pt;
    line-height: 1.75em;
    color: #58585b;
}

.footer-nav a {
	color: #58585b;
}

.footer-nave ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-nav ul li a {
    text-decoration: none;
    color: #58585b;
    padding: 0;
}

.footer-nav:visited {
   color: #58585b;
}

.footer-nav ul li a:hover, .footer-nav ul li .current {
    color: #58585b;
    background-color: #5FD367;
}

.footerHeader {
    color: #58585b;
    font-weight: 600;
    letter-spacing: .75px;
}

#site-map {
	width: 18%;
}

.footerTwoColumn {
    margin-right: 75px;
    margin-bottom: 34px;
    font-size: 10pt;
    line-height: 1.6em;
    letter-spacing: .30px;
    color: #58585b;
}

@media(max-width: 1068px) and (min-width: 993px) {
	.footerTwoColumn {
		margin-right: 45px;
	}
  
}

.footer-link {
    margin-right: 75px;
    font-size: 10pt;
    font-weight: 400;
    line-height: .6em;
    letter-spacing: .30px;
    color: #2d67df;
}

.footer-link a,
.footer-link a:link,
.footer-link a:hover,
.footer-link a:visited {
	color: #2d67df;
}

@media(max-width: 993px)  { /* Add spacing between columns on tablet/mobile view */
	.footerTop .col-md-3 {
		margin-bottom: 30px;
	}
	
	.footerTwoColumn { /* Decrease margin btween TRY PURPLE content and links on table/mobile */
		margin-bottom: 10px;
	}
}

.footerThirdColumn {
    margin-bottom: 25px;
    font-size: 10pt;
    line-height: 1.5em;
    letter-spacing: .30px;
    color: #58585b;
}

.footerThirdColumnTwo {
    font-size: 10pt;
    line-height: 1.6em;
    letter-spacing: .30px;
    color: #58585b;
}

.footerSmall {
    color: white;
    display: table-cell;
    height: 100px;
    padding: 25px 0px;
    vertical-align: middle;
}

.footerSmall #part1 {
	line-height: 1em;
	font-size: 12pt;
}

.footerSmall #part2 {
	line-height: .6em;
	font-size: 10pt;
}

/* Increase line height when lines break */
@media only screen and (max-width: 650px) {
	.footerSmall #part2 {
		line-height: 1.2em;
	}
}

.footerSmall a,
.footerSmall a:link,
.footerSmall a:hover,
.footerSmall a:visited {
	color: white;
	text-decoration: none;
}

.homepageBoxText {
    display: table-cell;
    height: 66px;
    vertical-align: middle;
    text-align: center;
    min-width: 230px;
    font-weight: bold;
    align-content: center;
    margin: 0;
    color: #000000;
}

.homepageBox {
    height: 66px;
    margin-top: 12px;
    background-color: #91cdc5;
    border: none;
    display: inline-block;
    min-width: 75%;
    border: #b2e5e0 solid 2px;
    text-align: center;
}

.homepageBox a {
	color: #000000;
}

.topIcons {
    width: 298px;
	background: #18024C;
    /*float: right;*/
}

    .topIcons ul.socialIcons, .topIcons ul.socialIcons li, .topIcons ul.socialIcons ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .topIcons ul.socialIcons {
        vertical-align: auto;
    }

        .topIcons ul.socialIcons li {
            float: left;
        }

        .topIcons ul.socialIcons a {
            display: block;
            float: left;
            width: 42px;
            height: 42px;
            padding: 0;
            margin: 0 0 0 0;
            text-indent: -9999px;
            overflow: hidden;
            background: transparent url(../graphics/Social_Media_Buttons.png) no-repeat 0 0;
        }

			/* Added 3px to each background-position */

            .topIcons ul.socialIcons a.twitter {
                background-position: -42px 0;
            }

            .topIcons ul.socialIcons a.instagram {
                background-position: -84px 0;
            }

            .topIcons ul.socialIcons a.youtube {
                background-position: -127px 0;
            }

            .topIcons ul.socialIcons a.googleplus {
                background-position: -169px 0;
            }

            .topIcons ul.socialIcons a.linkedin {
                background-position: -212px 0;
            }

            .topIcons ul.socialIcons a.flickr {
                background-position: -252px 0;
                width: 46px;
            }



.bottomIcons ul.socialIcons, .bottomIcons ul.socialIcons li, .bottomIcons ul.socialIcons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bottomIcons ul.socialIcons {
    vertical-align: auto;
}

    .bottomIcons ul.socialIcons li {
        float: left;
    }

    .bottomIcons ul.socialIcons a {
        display: block;
        float: left;
        width: 32px;
        height: 32px;
        padding: 0;
        margin: 0 0 0 0;
        text-indent: -9999px;
        overflow: hidden;
        background: transparent url(../graphics/Footer-Icons.png) no-repeat 0 0;
    }

        .bottomIcons ul.socialIcons a.twitter {
            background-position: -32px 0;
        }

        .bottomIcons ul.socialIcons a.youtube {
            background-position: -64px 0;
        }

        .bottomIcons ul.socialIcons a.flickr {
            background-position: -158px 0;
        }

        .bottomIcons ul.socialIcons a.linkedin {
            background-position: -127px 0;
        }

        .bottomIcons ul.socialIcons a.googleplus {
            background-position: -96px 0;
        }

.jumbotron {
    background-color: transparent;
}

.outer {
    text-align: center;
    height: 100%;
}

    .outer img {
        margin-bottom: 50px;
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 50px;
    }


.insideImage {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px;
}

.btn-success {
    background-color: #8b72b0;
}

    .btn-success:hover {
        background-color: #8b72b0;
    }


.forgotPassword {
    height: 10px;
    line-height: 0;
    padding: 0;
    margin: 0;
    margin-top: 4px;
}

a.forgotPasswordLink {
	font-size: 11px;
    color: #fff;
    text-decoration: none;
    line-height: 0;
    font-weight: 300;
}

    a.forgotPasswordLink:hover {
        text-decoration: none;
    }

.socialElement {
    margin-left: 260px;
}

.socialElementLoggedIn {
    margin-left: 250px;
}

.topPurpleBarVertical {
    position: absolute;
    margin-top: 12px;
}


.topTanBarVertical {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.round-button {
    width: 25px;
}

.round-button-circle {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    border: 0px solid #cfdcec;
    overflow: hidden;
    background: #6b489d;
    box-shadow: 0 0 0px gray;
}

    .round-button-circle:hover {
        background: #30588e;
    }

.round-button a {
    display: inline-block;
    float: left;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: #e2eaf3;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

.topBackground {
    background-color: #17004c;
    position: relative;
}

.topBackgroundLoggedIn {
    background-color: #e5e2df;
    position: relative;
}

.passwordTextBox {
    margin-top: 13px;
}

.navbar-form {
    margin-top: 0;
    margin-bottom: 0;
}

a.loggedInNavLink {
    color: #000000 !important;
    font-size: 13px;
	font-weight: 300;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}

    a.loggedInNavLink:hover {
        text-decoration: none;
    }

.loggedInSpan {
    margin-top: 3px;
}

@media (min-width: 767px) {
    .container {
        padding-left: 10px;
    }
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.asterisk {
    color: red;
}

.contactLeadForm {
    background-color: #ffffff;
    min-height: 250px;
    width: 255px;
}

    .contactLeadForm p {
        text-align: left;
        font-size: 14px;
    }

.contactLeadFormOutside {
    /*background-color: #ffffff;
    opacity: 0.8;*/
    margin: 0;
    padding: 0;
}

.contactLeadForm {
    background-color: #ffffff;
    padding: 10px 30px 10px 30px;
}

.homepageLeadForm {
    background-color: #ffffff;
    padding: 10px 30px 10px 30px;
}


.homepageLeadFormSubmit {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #000000;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);*/
    background: #6b489d;
    color: #FFF;
    padding: 6px 30px 6px 30px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0 auto;
}

a:hover.homepageLeadFormSubmit {
    color: #ffffff;
    /*color: #000000;*/
    text-decoration: none;
}

.homepageLeadFormInput {
    background-color: #e5e2df;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 14px;
    border: solid 1px #e5e2df;
}

.homepageLeadForm h4 {
    margin: 0 0 10px 0;
    color: #000000;
}

.homepageLeadFormOutside {
    background-color: #ffffff;
    opacity: .8;
    margin: 0;
    padding: 0;
	/* width: 358px */
}

.homepageLeadFormInside {
}

.contactPanelInside {
}

input.button, .button a, .button span, .button input {
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    border: #000000 solid 1px;
    text-decoration: none;
    background: #00a998; /* Browser fallback */
    background: rgba(0, 169, 152, 1.0);
    margin: 15px 0;
    max-width: 230px;
    height: 40px;
    font-size: 15px;
    color: #fff;
}

.smallNavSpan {
    color: #ffffff;
    font-size: 13px;
	font-weight: 300;
    margin-left: 10px;
    margin-right: 10px;
}

#sticky-holder {
    position: relative;
}

#sticky {
    /*background:#ada;*/
    position: absolute;
    top: 0px;
    width: 100%;
}

input[type=submit] {
	display: inline-block;
	font-size: 14px;
    color: #ffffff;
    border: #484850 solid 1px;
    background: #00a79c;
    background: rgba(0, 167, 165, 1);
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    min-width: 160px;
    height: 35px;
    line-height: 150%;
	font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media(min-width: 780px) {
	.lowerNavBar {
		background-color: #6b489d;
	    opacity: 0.80;
	    z-index: 99;
	    position: relative;
	}
  
}

@media(max-width: 780px) {
	.lowerNavBar {
		background-color: #6b489d;
	}
  
}


/* full width workaround - P70 and P3 Mobile banners */
.full-widthP {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}