/* Malo */
body {
    font-family: sans-serif;
}

p {
    padding: 0px 0px 15px;
}

.cleared:after, .form_row:after {
    display: block;
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    display: block;
    clear: both;
    width: 0;
    height: 0;
}

.ui-sortable .module iframe {
    padding: 30px !important;
      box-sizing: border-box !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dp, .dp20, .dp25, .dp33, .dp40, .dp50, .dp60, .dp66, .dp75, .dp80 {
    float: left;
}

.dp20 {
    width: 20%;
}

.dp25 {
    width: 25%;
}

.dp33 {
    width: 33.33%;
}

.dp40 {
    width: 40%;
}

.dp50 {
    width: 50%;
}

.dp60 {
    width: 60%;
}

.dp66 {
    width: 66.66%;
}

.dp75 {
    width: 75%;
}

.dp80 {
    width: 80%;
}

.padding {
    padding: 1em;
}

.listless {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* -------------------- Custom Code Container ----------------------*/
.ui-sortable .customcodeContainer {
    /* position: relative; */
}

    .ui-sortable .customcodeContainer:before {
        position: absolute;
        content: "< Custom Code />";
        background: #8cc63fcc;
        color: #fff;
        padding: 10px;
        border: dashed 1px #fff
    }

/***	Forms
------------------------------------------------------***/

/*ti Provider registration form*/
form#registrationForm {
    max-width: 320px;
    margin: 5% auto 8%;
    padding: 15px 30px 50px;
    border: solid 1px silver;
}

    form#registrationForm input, form#registrationForm label {
        display: block;
        width: 100%;
        margin: 5px;
        padding: 7px;
    }

    form#registrationForm label {
        font-weight: 300;
        font-size: 21px;
    }

    form#registrationForm input {
        border: solid 1px silver;
    }

    form#registrationForm [type='submit'] {
        margin-top: 30px;
        background: #020202;
        border-color: #020202;
        text-transform: uppercase;
        color: #fff;
    }

    form#registrationForm:before {
        content: "Register";
        font-size: 38px;
        text-align: center;
        width: 90%;
        display: block;
        border-bottom: solid 2px silver;
        padding-bottom: 10px;
        margin: 0px auto 25px
    }
/*end ti provider registration form*/

/*request password reset form*/
fieldset#passwordReset div:first-of-type:before {
    content: "Email Address";
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom:5px;
}

fieldset#passwordReset legend{
    font-size:27px;
}

fieldset#passwordReset label {
    display: none;
}

fieldset#passwordReset input{
    margin-bottom:10px
}


fieldset#passwordReset input[type=text]{
    width:100%;
    padding:3px 8px;
}

fieldset#passwordReset input[type=submit]{
    border:none;
    padding:6px 25px;
    background:#000;
    color:#fff;
}
/*end request password reset form*/

/*--- Global Styling ---*/

.titanform .form_row {
    margin-bottom: .6em;
}

.titanform .required label:before {
    content: '*';
    color: #900;
    padding-right: .25em;
}

/*--- Inline Style ---*/
.titanform .inline_labels label {
    position: relative;
    float: left;
    width: 25%;
    margin: 0 2% 0 0;
    padding: .1em 0 0;
    text-align: right;
}

.titanform .inline_labels input[type='text'], .titanform .inline_labels input[type='password'], .titanform .inline_labels textarea, .titanform .inline_labels .custom_inputs {
    width: 70%;
}

/*--- Inside Block Style ---*/
.titanform .inside_block_labels label {
    display: block;
    float: none;
    width: 90%;
    margin: 0 0 .4em;
    text-align: left;
}

.titanform .inside_block_labels input[type='text'], .titanform .inside_block_labels input[type='password'], .titanform .inside_block_labels select, .titanform .inside_block_labels textarea, .titanform .inside_block_labels .custom_inputs {
    float: left;
    margin-right: 1em;
}

.titanform .button_row {
    padding-left: 70%;
}

/* Login Form */
#loginForm {
    max-width: 320px;
    margin: 20px auto;
    padding: 30px 0;
}

#logOn legend {
    font-weight: 700;
    font-size: 1.5em;
}

fieldset#logOn label[for=userName], fieldset#logOn label[for=password] {
    display: block;
    margin-bottom: 12px;
}

fieldset#logOn label {
    font-weight: 300;
    color: #909090;
    font-size: 13px;
}

.buttonHolder {
    margin-bottom: 20px;
}

#logOn a {
    font-size: 12px;
}

#logOn .submitButton {
    border: none;
    color: #ffffff;
    background: #000;
    padding: 2px 29px 4px;
    font-weight: 300;
}

#logOn input[type=text], #logOn input[type=password] {
    border: solid 1px silver;
    padding: 2px 5px 3px;
}

/* Form Entry */

#mainContentSection #formEntryTable {
    margin: 0px auto 0px auto;
    padding: 20px 0 30px;
}

    #mainContentSection #formEntryTable td {
        padding: 2px 5px 2px 5px;
        text-align: center;
    }

#mainContentSection #formEntryDetails {
    padding: 30px;
}

    #mainContentSection #formEntryDetails dl {
        margin: 0;
        padding: 0;
    }

        #mainContentSection #formEntryDetails dl dt {
            margin: 5px 0;
            border-bottom: solid 1px #000;
            font-weight: bold;
        }

        #mainContentSection #formEntryDetails dl dd {
            margin: 5px 0 5px 15px;
        }

/* For Transparent Flash */
object:hover, embed:hover {
    border: 0px solid;
}

#content .section {
    padding: 0px 0px 10px 0px;
}

.tabBody h3 {
    padding: 0px 0px 5px 0px;
}

/*jQuery UI Overrides*/
.ui-front {
    z-index: 1001!important;
}

:focus, *:focus, HTML * {
    outline: none;
}

/*Form Entry Navigation*/
#entries .pagingList li {
    display: inline;
}

    #entries .pagingList li a {
        background: #000;
        color: #fff;
        min-width: 33px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        margin: 1px;
        border-radius: 3px;
    }

#entries a.paging.current {
    background: orange;
}

#entries a.paging:hover {
    background: orange;
}

#entries #formEntryTable tr:nth-child(even) {
    background: #E8E8E8;
}
/*End form entry navigation*/

body#tinymce { /* to fix the editor if the body has a different color or bg image */
    background-image: none;
    background-color: whitesmoke;
}

button.ui-dialog-titlebar-close:before {
    content: "x";
    z-index: 9999;
    color: #000;
    position: absolute;
    top: -4px;
    left: 3px;
}

textarea#CssBlock {
    width: 100%;
    min-height: 500px;
}

/*manage titanium users*/
div#editUserModal * {
    display: block;
    float: none;
    width: auto;
    text-align: left;
    height: auto;
    font-size: 14px;
}

div#editUserModal fieldset {
    border-top: dotted 1px #707070;
    border-bottom: dotted 1px #707070;
    padding: 10px 0px 20px;
    margin: 15px 0px 15px;
}


div#editUserModal ul li {
    border-top: dotted 1px #707070;
}

    div#editUserModal ul li input {
        border-radius: 20px;
        font-size: 10px;
    }

div#editUserModal ul li {
    display: grid;
    max-width: 200px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(1, minmax(20px,25px));
    justify-items: start;
    align-items: center;
    grid-gap: 10px;
}

div#editUserModal .updateUserGroupMembershipButton, div#editUserModal .updateUserEmailButton, div#editUserModal .updateUserPasswordButton {
    background: #8CC63F;
    border: none;
    cursor: pointer;
}

    div#editUserModal .updateUserGroupMembershipButton:hover, div#editUserModal .updateUserEmailButton:hover, div#editUserModal .updateUserPasswordButton:hover {
        background: #797979;
        color: #fff;
    }

/*users/groups admin ------------------------------------*/
#editUserModal .textInput {
    width: 100%;
    height: unset;
    background: #292929;
    padding: 5px;
    margin: 15px 0px 20px;
}

#editUserModal input {
    width: unset;
    height: unset;
    margin: 5px 0px;
    padding: 3px;
    font-size: 12px;
    float: unset;
    border: none;
}

    #editUserModal input[type=text] {
        width: 50%;
    }

#editUserModal label {
    float: unset;
    width: 100%;
    text-align: unset;
    display: block;
}

#editUserModal input[type=button] {
    background: #8BC53D;
    color: #292929;
    padding: 3px 10px 4px;
    min-width: 100px;
    cursor: pointer;
}

#editUserModal input[value='Remove From'] {
    background-color: #b73939;
    color: #fff;
}

#editUserModal .textInput:last-of-type {
    margin-bottom: 0px;
}

#editUserModal ul {
    list-style: none;
    font-size: 14px;
    background: #000;
}

    #editUserModal ul li {
        display: grid;
        grid-template-columns: 4fr 1fr;
        grid-template-rows: minmax(25px,35px);
        align-items: center;
        padding: 0px 10px;
    }

        #editUserModal ul li:nth-child(odd) {
            background: #1b1b1b;
        }

/*edit group*/
#addRole .textInput, #addRole .selectInput, #addRole .radioInput {
    width: 100%;
    height: unset;
    background: #292929;
    padding: 5px;
    margin: 15px 0px 20px;
}

#addRole select {
    font-size: 12px;
    margin: 5px 0px;
}

#addRole input {
    width: unset;
    height: unset;
    margin: 5px 0px;
    padding: 3px;
    font-size: 12px;
    float: unset;
    border: none;
}

    #addRole input[type=text], #addRole select {
        width: 50%;
    }

#addRole label {
    float: unset;
    width: 100%;
    text-align: unset;
    display: block;
}

#addRole input[type=button] {
    background: #8BC53D;
    color: #292929;
    padding: 3px 10px 4px;
}

#addRole .textInput:last-of-type {
    margin-bottom: 0px;
}



@font-face{font-family:'Glyphicons Halflings';font-display:swap;src:url(/assets/fonts/glyph/glyphicons-halflings-regular.woff2) format('woff2'),url(/assets/fonts/glyph/glyphicons-halflings-regular.woff) format('woff'),url(/assets/fonts/glyph/glyphicons-halflings-regular.ttf) format('truetype')}

html{
    font-size:62.5%;
}

#bgImage {
    overflow-x: hidden; /* Hides the horizontal scrollbar at the bottom of the screen */
}

#preHeader {
    font-size: 3.1rem;
    padding: 8px 0px;
}

    #preHeader a {
        color:#fff;
    }

@media screen and (min-width:768px){
    #preHeader {
        display: none;
    }
}

/* -------------------- Header -------------------- */
header {
    padding: 10px 0px;
}

.headerPhone {
	text-align: right;
	font-size: 19px;
}

#promoBanner {
    display:grid;
}

.promoBannerContent{
    display:grid;
}

    .promoBannerContent *{
        padding:0px;
        margin:0px;
    }

    #promoBanner .promoBannerContent {
        animation: rise;
        animation-duration: 9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        transform: translateY(120%);
    }

@keyframes rise {
    0% {transform: translateY(120%)}
    10% {transform: translateY(120%)}
    20% {transform: translateY(0%)}
    80% {transform: translateY(0%)}
    90% {transform: translateY(-140%)}
    100% {transform: translateY(-140%)}
}

#phone {
    font-size: 2.4rem;
}


.AccountStatus { /* for sites that enable the account login in the config */
    font-size: 1rem;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* -------------------- Nav -------------------- */
#mainNav {
    font-size:17px;
    text-transform: uppercase;
    font-weight: 500;
	border: none;
	border-radius: 0px;
	color: #504a4a;
	padding: 30px; 
}

#mainNav.navbar-default {
    background-color: #fff;
}

#logo img {
    padding: 10px 0px 10px 10px;
}


#mainNav.navbar{
    margin-bottom:unset;
}

#mainNav .navbar-nav > .open > a, #mainNav .navbar-nav > .open > a:focus, #mainNav .navbar-nav > .open > a:hover {
    color: #303030;
    background-color: #efefef;
}

#mainNav .dropdown-menu{
    border:none;
    border-radius:0px;
}

#mainNav .dropdown-menu>li>a{
    font-weight:300;
}

#mainNav .caret {
    margin-left: 5px;
}


#mainNav .navbar-collapse{
    border:none;
}

@media(min-width:768px) {
    #mainNav .navbar-nav {
        /*padding-right: 10px;*/
    }

    #mainNav #nav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

	#mainNav .navbar-nav > li {
		padding: 15px 7px;
	}
	
    #mainNav .navbar-nav > li > a {
        color: #504a4a;
		padding: 10px 15px;
    }

        #mainNav .navbar-nav > li > a:hover {
            color: #fff;
            background: #70849e;
        }
		
	#mainNav .navbar-nav .last {
		padding-right: 0px;
	}

	#mainNav .navbar-nav > li.page-166.last a {
		color: #ffffff;
		background: #70849e;
	}
}

@media(max-width:767px){
    nav#mainNav {
        font-size: 2.5rem;
        font-weight:400;
    }

        nav#mainNav .navbar-nav {
        }

        nav#mainNav li {
            padding: 10px 0px;
        }

        #logo img{
            margin:auto;
        }

    #mainNav .dropdown-menu {
        text-align: center;
        font-size:1.8rem;
        font-weight:300;
    }
}


/* -------------------- Page -------------------- */

.mainJumbotron .container-fluid, .mainJumbotron {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

.formTitle { /* Title element of forms */
    font-size: 2.7rem;
    font-weight: normal;
}

body {
    font-family: Montserrat, sans-serif;
}

/* Use this to change the default site font size for the site so it doesn't affect titanium admin interfaces*/
.module {
    font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    margin-top: 0px;
}

h1{
    font-size: 47px;
	font-weight: 700;
}

h2 {
    font-size: 3.4rem;
}

h3 {
    font-size: 32px;
}

h4{
    font-size:2.2rem;
	font-weight: 500;
}

h5{
    font-size:2rem;
}

h6{
    font-size:1.8rem;
}

a {
    color: #cf5430;
}

    a:hover {
        color: #000000;
    }

.carousel-control.left, .carousel-control.right {
	background-image: none;
}
	
.btn{
    border-radius:0px;
    padding:.6em 2em .7em;
}

.btn-primary, .bg-primary { /* Set the primary colors for specific elements such as call to action button in header */
    color: #ffffff;
    background-color: #cf5430;
	border:none;
	border-radius: 0px;
}

    .btn-primary:hover {
        background-color: #000;
    }

.btn-default, .bg-default {
    color: #ffffff;
    background-color: #575757;
	border: none;
}

    .btn-default:hover {
        background-color: #000;
		color: #fff;
    }

.btn-ghost-light {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0px;
}

	.btn-ghost-light:hover {
		background-color: #fff;
		color: #000;
	}

.btn-ghost-dark {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	border-radius: 0px;
}

	.btn-ghost-dark:hover {
		background-color: #000;
		color: #fff;
	}

.heroText {
    line-height: 75px;
    margin-bottom: 30px;
	font-size: 88px;
	font-weight: 700;
}

.topHeroText {
	font-size: 61px;
	font-weight: 500;
}

.amenPadding {
	padding: 200px 0px 50px;
}

.service {
	padding: 10px;
}

/* ------------------ Accordion styles -----------------------------*/
.panel-heading a, .panel-default > .panel-heading {
    color: #fff;
    font-size: 1.4rem;
}

.panel-default > .panel-heading {
	background-color: #1d1e1c;
}


.module .panel-default {
	border: solid 1px #181817;
}

.pageHeader h1 { /* this is a class used for the page header h1 */
    font-weight: 100;
    max-width: 1170px;
    margin: auto;
    font-size: 5.5rem;
    padding-bottom: 2px;
}

/* -------------------- Footer -------------------- */
footer {
    background: #475465;
    color: #8d8d8d;
    padding: 30px 0px;
	margin: 50px 0px 0px;
}

    footer a {
        color: #8d8d8d;
    }

        footer a:hover {
            color: #fff;
        }

    footer ul li {
        list-style: none;
        border-bottom: dotted 1px rgba(255,255,255,.3);
        padding: 1px 6px;
    }

footer {
    font-size: 1.4rem;
}

    footer h5 {
        text-transform: uppercase;
        color:#fff;
        border-bottom: dotted 1px rgba(255,255,255,.7);
        padding-bottom: 5px;
    }

    footer ul {
        padding: 0;
    }

    footer input.form-control, footer textarea.form-control {
        background: transparent;
        padding: 4px 4px;
        margin: 0px 0px 3px 0px;
        border-radius: 0px;
        line-height: 1.2em;
        height: unset;
        border: solid 1px rgba(255,255,255,.3);
    }

    footer button.btn {
        border-radius: 0;
        padding: 3px 15px 4px;
    }

.footerContact {
	padding: 15px 0px;
}
	
.social {
	text-align: center;
}
	
.social i {
    width: 36px; /*sets the width of the circle*/
    height: 36px; /*sets the height of the circle*/
    font-size: 20px; /*sets the size of the icon itself*/
    padding: 8px 0px; /*sets the positioning of the icon within the circle*/
    box-sizing: border-box; /*keeps the dimensions of the circle*/
    text-align: center; /*centers the icon in the circle*/
    margin: 0px 1px; /*gives spacing between the icons*/
}

.bottomRow {
	padding: 30px 0px;
	font-size: 1.4rem;
}

/* ---------------- icon styles -------------------*/
.iconLink i {
    padding: 5px 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border: solid 1px #cccccc;
    margin-right: 2px;
    transition:all .3s;
}

.iconLink .fa-file-excel {
    color: #3fa024;
}
a.iconLink:hover .fa-file-excel {
    background: #3fa024;
}


.iconLink .fa-file-pdf {
    color: #c70e0e;
}

a.iconLink:hover .fa-file-pdf {
    background: #c70e0e;
}


.iconLink .fa-file-word {
    color: #159ae8;
}
a.iconLink:hover .fa-file-word {
    background: #159ae8;
}


.iconLink .fa-file-powerpoint {
    color: #D24625;
}
a.iconLink:hover .fa-file-powerpoint {
    background: #D24625;
}

.iconLink .fa-file-audio {
    color: #34495E;
}
a.iconLink:hover .fa-file-audio {
    background: #34495E;
}

.iconLink .fa-file-video {
    color: #F39C12;
}
a.iconLink:hover .fa-file-video {
    background: #F39C12;
}

.iconLink .fa-file-archive {
    color: #8E44AD;
}
a.iconLink:hover .fa-file-archive {
    background: #8E44AD;
}

a.iconLink:hover .fas {
    color: #fff;
    border-color: transparent;
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* -------------------- Responsive Device CSS -------------------- */

/* Desktops */

@media screen and (min-width:768px) {
    ul.dropdown-menu li:hover > ul.dropdown-menu
    {
        display: block;
        position: absolute;
        top: -8px;
        left: 159px;
    }

    #phone .phoneIcon {
        display: none;
    }
}

@media screen and (min-width:1170px) {		
	nav .mainNav {		
		max-width:1170px;		
		margin:0px auto;		
	}		
}

/* 4k screens */
@media screen and (min-width:1920px) {
	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
			width: 100%;
		}
}

/* Laptops */
@media screen and (max-width:1280px) {
	#mainNav #nav-container {
		display: unset;
	}
	
	.amenPadding {
		padding: 100px 0px 50px;
	}
}

/* Tablets */
@media screen and (max-width:991px) {
    .container {
        width: 100%;
    }

    /*This is to fix the horizontal scroll issue caused by the AOS (animate on scroll) framework that positions items off to the side before fading in*/
    html, body {
    max-width:100%;
    overflow-x:hidden;
    }
    /*end aos horizontal scroll fix*/
	
	.heroText {
		font-size: 8.7vw;
	}
	
	.topHeroText {
		font-size: 6.3vw;
	}
	
	.amenities {
		background: #e1e9f3 !important;
	}
	
	.amenPadding {
		padding: 50px 0px;
	}
}

/* Portrait Tablets */
@media screen and (max-width:768px) {
	.siteLogo img {
		margin: 0 auto;
	}
	
	.headerPhone {
		padding: 20px 0px;
		text-align: center;
	}
	
    #mainNav {
		position: relative !important;
		padding: 0px;
	}
	
	/*#mainNav.navbar-default {
		background-color: #504a4a !important;
	}*/

	
	nav .navbar-nav {
        float: none;
		text-align:center;
    }

    #phone .phoneNo{
        display: none;
    }
	
	.carousel-caption {
		top: 10% !important;
	}
	
	.heroText {
		line-height: unset;
		margin-bottom: 0px;
	}
	
	.service {
		text-align: center;
	}
}

/* Smartphones */
@media screen and (max-width:360px) {
    header {
        text-align: center;
    }

    nav.navbar-nav {
        float: none;
    }
}

/* -- End Device CSS -- */