@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

.clear {
    clear: both;
}

.rightlink {
    display: block;
    text-align: right;
}

.center {
    display: block;
    margin: auto;
}

html {
    height: 100%;
}

#content p {
    padding: 7px 0;
}

#content ul, #content ol, #ckeditor ul, #ckeditor ol {
    margin-left: 25px;
}

#ckeditor {
    background: #FFFFFF;
    padding: 15px;
}

.CSS1Compat, .cke_panel_frame {
    background: #FFFFFF;
}

#ckeditor p {
    padding: 7px 0;
}

a {
    color: #A62502
}

a:hover {
    color: #000;
}

/*
light tan	#e4ddc8
dark tan	#C7B796
green		#7e8355
green dark	#6C7330
red			#A62502
*/

.graytxt {
    color: #555;
    font-size: 90%;
}

body {
    background: url(images/background_bright.gif) center top #C7B796;
    font-family: 'Rokkitt', serif;
    color: #000;
}

#nav_wrap {
    z-index: 2;
    position: relative;
    height: 78px;
    border-bottom: #7e8355 solid 3px;
    -webkit-box-shadow: 0 0 30px -15px #000;
    box-shadow: 0 0 30px -15px #000;
	box-sizing:initial;
}

.toggleMenu {
    font-family: 'Voltaire', sans-serif;
    display: none;
    background: #8D9165;
    padding: 10px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

#alt_logo_txt {
    display: none;
}

#nav_wrap nav {
    position: relative;
    width: 780px;
    margin: auto;
    padding: 0 20px 0 200px;
	box-sizing:initial;
}

nav ul {
    font-family: 'Voltaire', sans-serif;
    list-style: none;
    padding: 25px 0 0 30px;
    font-size: 0;
    *zoom: 1;
    white-space: nowrap;
}

nav ul li {
    color: #A62502;
    display: inline-block;
    border: #cec19b solid 1px;
    border-left: none;
    border-collapse: collapse;
    position: relative;
    *display: inline;
    zoom: 1;
}

nav ul li a {
    color: #A62502;
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    padding: 2px 10px;
}

.page_sections *, .home_sections *, .landing_page *{
    box-sizing: border-box;
}

nav ul li a:hover, nav ul li.current a, nav ul li.current ul li a:hover, nav ul li.current ul li.current a {
    color: #000;
}

nav ul li.current ul li a {
    color: #A62502
}

nav ul li ul {
    position: absolute;
    left: -9999px;
}

nav ul > li.hover > ul {
    left: 0;
}

nav ul li li.hover ul {
    left: 100%;
    top: 0;
}

nav ul li ul {
    padding: 1px 0 0 0;
    position: absolute;
    left: -9999px;
    z-index: 100;
    width: 200px;
}

nav ul li ul li {
    display: block;
    border-top: 0;
}

nav ul li li a {
    display: block;
    background: #F7F3E8;
    position: relative;
    z-index: 100;
    font-size: 18px;
}
nav ul li li ul  {
    margin-top:-1px;
}
 
nav ul li li li a {
    background: #F9F5ED;
    z-index: 200;
}

nav ul li.navedge_l a {
    background: url(images/nav_lgrad.png) repeat-y top left;
    margin: -2px 0 -2px 0;
    padding: 4px 10px;
}

.navedge_r {
    padding: 2px 0;
    border-right: none;
}

.navedge_r div {
    width: 30px;
    font-size: 22px;
    padding: 4px 10px;
    margin: -4px 0;
    background: url(images/nav_rgrad.png) repeat-y top right;
}

.breadcrumbs {
    text-transform: capitalize;
}

#logo {
    z-index: 999;
    position: absolute;
    top: 0;
    left: -60px;
}

#logo_responsive {
    display: none;
}

#container {
    z-index: 1;
    position: relative;
    margin: auto;
    margin-bottom: 15px;
    width: 1000px;
    -webkit-box-shadow: 0 0 40px -10px #000;
    box-shadow: 0 0 40px -10px #000;
}
header {
    border-bottom: #999 solid 1px;
}

header section {
    border-bottom: #000 solid 1px;
    border-top: #999 solid 1px;
    padding: 0 20px 0 200px;
}

header #logo_text {
    background: #C7B796;
    padding-top: 5px;
    text-align: center;
    color: #A62502;
    font-size: 50px;
    font-weight: bold;
    line-height: 58px;
    border-top: none;
}
#login_btns{
    font-size:0;
}


#tagline {
    padding-top: 30px;
    padding-bottom: 15px;
    position: relative;
}

#tagline #login_btns {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4
}
#tagline #login_btns img {
    height:70px;
}

#tagline #tag_phone {
    float: right;
    margin-top: 45px;
    position: relative;
    z-index: 5
}

#we_offer {
    font-family: 'Medula One', cursive;
    font-size: 24px;
    padding: 10px 80px 20px 90px;
    border-bottom: #000 solid 1px;
}

#we_offer #we_offer_txt {
    float: left;
    text-align: right;
    margin-right: 25px;
    margin-top: 10px;
}

#we_offer p {
    padding-top: 13px;
    line-height: 26px;
    letter-spacing: .5px;
    font-size: 19pt;
}

.starlist {
    list-style: none;
    margin-left: 100px;
    font-family: 'Medula One', cursive;
    font-size: 26px;
    margin-top: 8px;
}

.starlist li {
    padding: 0;
    vertical-align: middle;
    height: 30px;
    line-height: 16px;
}

.starlist li img {
    vertical-align: top;
    margin-right: 15px;
}

img#txt_only165 {
    margin-top: -15px;
}

#apply_now {
    background: url(images/apply_now_back_fullwidth.gif) no-repeat top center;
    height: 371px;
}

#apply_now_content {
    width: 576px;
    padding: 40px 0 0 0;
    margin: auto
}

#apply_now_subcontent {
    padding: 0 50px;
    font-size: 14px
}

#meet_judy {
    background-image: url(images/meet_judi_back.gif);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 60px 15px 50px 15px;
}

#meet_judy .leftcol {
    float: left;
    width: 360px;
    padding-left: 00px;
}

#meet_judy .rightcol {
    float: right;
    width: 260px;
    padding-left: 160px;
}

#meet_judy .leftcol .sideimg {
    float: left;
    margin-left: -160px;
}

#meet_judy .rightcol .sideimg {
    float: left;
    margin-left: -175px;
    margin-top: 30px;
}

.stripe_box {
    width: 253px;
    height: 128px;
    padding: 28px 35px 0 35px;
    float: left;
    margin: 5px;
    background: url(images/stripe_box.gif) no-repeat top left;
    font-size: 14px;
    line-height: 16px;
}

#content .stripe_box p {
    padding: 0;
}

#content {
    padding: 10px 0;
    color:#643F21;
}

#content .pad {
    padding: 15px 65px;
}

.page_w_image #content .pad {
    padding-left: 370px;
}

.page_w_image #content .pad .sidebarimg {
    float: left;
    margin-left: -365px;
}

footer {
    padding: 15px 15px 0 15px;
    font-size: 12px;
}

footer .rightcol {
    float: right;
    width: 45%;
    text-align: right;
}

footer .leftcol {
    float: left;
    width: 55%;
    text-align: left;
}

footer .insuranceimg {
    width: 150px;
    float: left;
}

footer .insurancetxt {
    font-size: 12px;
    padding: 38px 0 0 5px;
}

.lightertan {
    background: #F1EFE6;
    color:#643F21;
}
.lightertan_w_quote {
    padding: 20px 100px;
    background: #e4ddc8;
    background-image: url(/images/quoteopen.png), url(/images/quoteclose.png);
    background-position: 5% 20%, 95% 80%;
    background-repeat: no-repeat, no-repeat;
    color:#643F21;
}
.lighttan {
    background: #e4ddc8;
    color:#643F21;
}

.darktan {
    background: #C7B796;
}
.sectionmaroon{
    background:#5B211D;
    color: #fff;
    font-size:14pt;
    font-weight:normal;
}
.sectionmaroon a{
    color: #fff;
}
.sectionmaroon a:hover{
    color: #C7B796;
}
.sectionmaroon h2{
    color:#e4ddc8;
    font-size:35pt;
    font-family:"Medula One", cursive;
    margin-bottom:10px;
}
.sectionmaroon h3{
    color: #fff;
    font-size:25pt;
    font-family:"Medula One", cursive;
    margin-bottom:10px;
}

.sectionmaroon_split .pad{
	display:table;
	padding:0 !important;
}
.sectionmaroon_split .pad .sectionleftcol{
	display:table-cell;
	background: #F1EFE6;
	float:none;
	padding:50px 65px;
	color: #666;
}
.sectionmaroon_split .pad .sectionleftcol h2.green-heading{
	top: -76px;
	margin-bottom: -50px;
	position:relative;
}
.sectionmaroon_split .pad .sectionrightcol{
	display:table-cell;
	float:none;
	padding:50px 65px;
}
.sectionmaroon_split .sectionrightcol{
    background:#5B211D;
    color: #fff;
    font-size:14pt;
    font-weight:normal;
}
.sectionmaroon_split .sectionrightcol a{
    color: #fff;
}
.sectionmaroon_split .sectionrightcol a:hover{
    color: #C7B796;
}
.sectionmaroon_split .sectionrightcol h2{
    color:#e4ddc8;
    font-size:35pt;
    font-family:"Medula One", cursive;
    margin-bottom:10px;
}
.sectionmaroon_split .sectionrightcol h3{
    color: #fff;
    font-size:25pt;
    font-family:"Medula One", cursive;
    margin-bottom:10px;
}











#container.landing-wrap {
    z-index: 1;
    position: relative;
    margin: auto;
    margin-bottom: 0;
    width: 1000px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.landing-container{
    margin: auto;
    width: 1000px;
}

section .landing-container > .pad {
    padding: 50px 0px;
}


.landing_page #content .pad {
    padding: 55px 0 0 0;
}
.landing_page{
	font-size:18px;
	font-weight:600;
}
.landing_page h1{
	font-size:34px;
	margin-bottom:15px;
}

.sectionorange{
    background:rgba(219,59,1,.94);
    color: #fff;
    font-size:14pt;
    font-weight:normal;
}
.sectionorange a{
    color: #fff;
}
.sectionorange a:hover{
    color: #C7B796;
}
.sectionorange h2{
    color:#fff;
    font-size:33px;
    font-family: 'Rokkitt', serif;
    margin-bottom:5px;
}
.sectionorange h3{
    color: #fff;
    font-size:26px;
    font-family: 'Rokkitt', serif;
	font-weight:600;
    margin-bottom:15px;
}
.sectionorange .green-button{
    font-family: 'Rokkitt', serif;
	font-size:26px;
	font-weight:bold;
	padding:10px 25px;
}

.checkbox-graphic-text{
	font-size:33px;
	font-weight:bold;
	padding: 10px 10px 10px 80px;
	margin-left: -10px;
	background: url(/images/white_check.png) no-repeat 0 20px;
}
.checkbox-graphic-text .larger-text{
	font-size:60px;
	font-weight:600;
}

.red_rounded_box{
	padding: 15px 25px;
	border-radius: 10px;
	color: white;
	font-size: 120%;
	margin-top: 10px;
	background: #9A1D11;
	text-align: center;
	font-weight: bold;
}

.red_rounded_box h2{
	font-size:24pt;
	margin-top:0;
}

.tan_rounded_box{
	background: #E6E0CA url(/images/red_hand.gif) no-repeat 35px 35px;
	border-radius: 10px;
	padding: 20px 85px 20px 105px;
	min-height: 320px;
}

.quote_box {
	padding: 120px 0px 120px 30px;
	background-position: 5% 20%, 95% 80%;
	background-repeat: no-repeat, no-repeat;
	color: #9A1D11;
	position: relative;
	font-size: 22px;
}
.quote_box::before {
  content: '“';
  font-size: 400px;
  font-family: 'Rokkitt', serif;
  color: #8E916A;
  opacity: .10;
  position: absolute;
  top: 140px;
  left: 0;
  line-height: 10px;
}

.quote_box::after {  
  content: '”';
  font-size: 400px;
  font-family: 'Rokkitt', serif;
  color: #8E916A;
  opacity: .10;
  position: absolute;
  right: 0;
  bottom: -30px;
  line-height: 10px;
}
.twocolumn_list{
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}


h1 {
    font-size: 22pt;
    font-weight: bold;
    line-height: 90%;
    margin-top: 8px;
	margin-bottom: 10px;
}

.stripe_box h1 {
    font-size: 27px;
}

h2 {
    font-size: 19pt;
    font-weight: bold;
    margin-top: 8px;
	margin-bottom: 10px;
}

h3 {
    font-size: 17pt;
    font-weight: bold;
	margin-bottom: 10px;
}

h4 {
    font-size: 17px;
    font-weight: bold;
    color: #A62502;
}

h5 {
    font-family: 'Medula One', cursive;
    color: #A62502;
    font-size: 23px;
    line-height: normal;
    padding-bottom: 8px;
}

h6 {
    font-weight: bold;
}

hr{
    color:#C7B796;
    background:#C7B796;
    height:3px;
    border:none;
    margin:10px 0;
}
ul{
    padding:0 0 20px 30px;
}


section.gallery {
    padding: 15px;
}



.btn{
    background: #A62502;
    color:white;
    font-weight:bold;
    font-size:14pt;
    padding:6px 15px;
    border:none;
    margin-bottom:10px;
}
.btn:hover{
    background: black;
    color:white;
}
.btn_small{
    background: #A62502;
    color:white;
    font-weight:normal;
    font-size:10pt;
    padding:2px 8px;
    border:none;
    margin-bottom:0;
}
.btn_small:hover{
    background: black;
    color:white;
}

input[type='text'],input[type='password'],input[type='email'], select{
    margin-bottom:10px;
    padding:10px;
}

.gallery .pic_container {
    display: inline-block;
    margin: 9px;
    width: 100px;
    text-align: center;
}

.gallery a.pic_container img {
    border: transparent solid 2px;
	border-radius:5px;
}

.gallery a.pic_container:hover img {
    border: #000 solid 2px;
}

.breadcrumbs {
    padding-bottom: 10px;
}

#content .rwd-table {
    width: 100%;
}

#content .rwd-table tr th {
    background: #8D9165;
    color: #E4DDC8;
    padding: 5px;
    line-height: 120%;
    font-size: 160%;
    font-weight: bold;
}

#content .rwd-table tr td {
    padding: 8px;
    line-height: 120%;
}

#content .rwd-table tr:nth-child(even) td {
    background: #EAE5D5;
}

#content .rwd-table tr:nth-child(odd) td {
    background: #F2EFE6;
}


/* MEMBER STUFF */
.row{
}
.row:after{
    content: "";
    display: table;
    clear: both;
}
.col-50{
    width:49%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.member-field{
    clear: both;
    padding:5px 10px;
    border-top:#c1baa4 solid 1px;
}
.member-field input[type='text'],.member-field input[type='email'],.member-field input[type='password'],.member-field select{
    margin-bottom:0;
}
.member-field:nth-child(even){
    background:#d1c9b1;
}
.member-field:after{
    content: "";
    display: table;
    clear: both;
}
.member-field .label{
    float: left;
    width:30%;
    font-weight:bold;
}

.member-field .data{
    float: left;
    width:55%;
}
.fullwidth .member-field .label{
    float: left;
    width:25%;
    font-weight:bold;
}

.fullwidth .member-field .data{
    float: left;
    width:75%;
}


.additional-wrap{
    padding:10px;
    border: solid 5px #efeadc;
    margin-bottom:15px;
}
.additional-wrap .removebtn{
    background:#6C7330;
    color:white;
    padding:3px 5px;
    display: inline-block;
    margin-bottom:3px;
    float: right;
    text-decoration:none;
}
.add-insured{
    background:#6C7330;
    text-decoration:none;
}

.card-wrapper{
    padding:20px 0
}
.jp-card .jp-card-front,
.jp-card .jp-card-back {
    background: #AFA184;
}

.chck-form {
    margin-left: 40px;
}
.chck-form label{
    display: block;
    margin-bottom:10px;
}
.chck-form label input{
    margin-left:-30px;
    float: left;
}

.hiddenform{
    display: none;
}


.req{
    color:red;
}
.validate-wrap{
    display: inline-block;
    position: relative;
}
label.error{
    color: white;
    background: red;
    padding: 0 4px;
    position: absolute;
    bottom: -14px;
    left: 0;
    white-space: nowrap;
    z-index: 2;
    font-size: 13px;
}
input.error, textarea.error, select.error{
    border:solid 1px red;
    background:#ffeeee;
}

.specialty-checkbox{
    width:32%;
    display: inline-block;
}

p {
    margin-bottom: 15px;
}

section > .pad{
    padding: 50px 65px;
	font-size:12pt;
}
.green-button{
    background:#8D9265;
    color:white;
    border:solid 1px white;
    border-radius:5px;
    padding:5px 10px;
    text-decoration:none;
    font-family:"Medula One", cursive;
    font-size:22pt;
    margin: 20px 0 0 0;
    display:inline-block;
}
.green-button:hover{
    color:black !important;
    background: #a3a86f;
}

.green-heading {
    background: #8D9265;
    color: white;
    border-radius: 5px;
    width: 100%;
    margin-top: -72px;
    padding: 10px 20px;
    line-height: 0.9em;
    margin-bottom: 25px;
}


.sectionleftcol {
    float: left;
    padding-right:20px;
    width: 66%;
}
.sectionleftcol.twothird {
    width: 66%;
}
.sectionleftcol.onethird {
    width: 33%;
}
.sectionleftcol.fifty {
    width: 50%;
}

.sectionrightcol {
    float: right;
    padding-left:20px;
    width: 33%;
}
.sectionrightcol.twothird {
    width: 66%;
}
.sectionrightcol.onethird {
    width: 33%;
}
.sectionrightcol.fifty {
    width: 50%;
}


.letter-list a{
    text-decoration: none;
}
.letter-list .letter{
    width: 3.3%;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 16pt;
    color:#BCB49F;
    font-weight: bold;
}
.letter-list .selected .letter{
    color:#A72602;
}
hr.whitehr{
    background:white;
    border-color:white;
    color:white;
}
.letter-view-item.selected {
    display:flex;
}
.letter-view-item {
    display: none;
    border-bottom: 2px solid white;
    padding: 14px;
    align-items: center;
}
.letter-view-header {
    width: 10%;
    font-size: 20pt;
}
.letter-view-list {
    column-count: 3;
    width: 90%;
}

@media screen and (max-width: 600px) {
	.letter-view-list {
		column-count: 1;
		width: 100%;
	}
	.letter-list a {
	  margin: 6px 10px 6px 0;
	  white-space:nowrap;
	}
	.letter-list .letter {
		width:auto;
	}
}
section:after{
    content: "";
    clear: both;
    display: table;
}
.none-found{
    opacity: 0.5;
    font-style: italic;
}


.formatted-table{
	border:none;
}
.formatted-table tr th{
	border:none;
	background:#8D9265;
	color:white;
	padding:5px 15px;
}
.formatted-table tr td{
	border:none;
	background:#f9f9f7;
	padding:5px 15px;
}
.formatted-table tr:nth-child(odd) td{
	background:#F1EFE6;
}

.form-element input {
  width: 100%;
  border: none;
  border:solid 1px #8D9265;
  border-radius: 5px;
}

.form-element textarea {
  width: 100%;
  border: none;
  border:solid 1px #8D9265;
  border-radius: 5px;
}


.home_sections .sectionmaroon h3{
    font-family: 'Rokkitt', serif;
	font-size: 21pt;
}

.hp-grid{
	display:flex;
	margin: 30px -40px 0 -40px;
}

.hp-grid-item{
	width:25%;
	text-align:center;
	padding:10px;
	
}
.hp-grid-item img{
	max-width:100%;
	
}
.hp-grid-item a{
	text-decoration:none;
	font-weight:bold;
	color:black;
	font-size:14pt;
}
.hp-grid-item a i{
	color:#8D9265;
	font-size:12pt;
}




.insurance-tbl th{
	color:white;
	background:#8D9265;
	padding:5px 25px 5px 5px;
	font-size:120%;
	white-space:nowrap;
}
.insurance-tbl tbody tr td{
	padding:5px;
	background:#e4ddc8;
}
.insurance-tbl tbody tr:nth-child(odd) td{
	background:#F1EFE6;
}
.tablewrap{
	overflow:auto;
}

@media screen and (max-width: 767px) {
#nav_wrap ul ul ul li a {
    padding-left: 31px;
    background: #fff !important;
}
}

@media screen and (max-width: 600px) {
	
.hp-grid{
	display:block;
	margin: 0;
}

.hp-grid-item{
	margin:auto;
	width:300px;
	max-width:100%;
	text-align:center;
	padding:10px;
	
}
	
.col-50{
    width:100%;
    float: none;
    padding: 10px;
    box-sizing: border-box;
}

	#content .pad{
		padding:15px 25px;
	}
	section > .pad{
		padding:25px;
	}
    body {
        background: none;
    }

    .lightertan_w_quote{
        background: #e4ddc8;
        padding: 0;
    }


    .sectionleftcol {
        float: none;
        padding-right:0px;
        width: auto;
    }
    .sectionleftcol.twothird {
        width: auto;
    }
    .sectionleftcol.onethird {
        width: auto;
    }
    .sectionleftcol.fifty {
        width: auto;
    }

    .sectionrightcol {
        float: none;
        padding-left:0px;
        width: auto;
    }
    .sectionrightcol.twothird {
        width: auto;
    }
    .sectionrightcol.onethird {
        width: auto;
    }
    .sectionrightcol.fifty {
        width: auto;
    }


    .specialty-checkbox{
        width:100%;
        display: inline-block;
    }

    #logo {
        position: relative;
        margin: auto;
        left: auto;
        top: auto;
        max-width: 50%;
        display: none;
    }

    #logo_responsive {
        display: block;
        float: left;
        width: 150px;
        max-width: 32%;
        margin-top: 10px;
    }

    #container {
        width: 100%;
        margin-bottom: 0;
    }

    header section {
        padding: 10px;
    }

    header #logo_text {
        display: none;
    }

    header #tagline {
        height: auto;
        padding-top: 0;
    }

    #tagline #tag_phone {
        float: right;
        display: block;
        margin: auto;
        max-width: 60%;
    }

    #tagline #benifits_txt {
        display: none;
    }

    #tagline #login_btns {
        position: relative;
        float: right;
        width: auto;
        text-align: right;
        max-width: 68%;
    }

    #tagline #login_btns img {
        max-width: 31%;
        vertical-align: top;
    }

    #tagline #login_btns img#btn_apply {
        max-width: 32%;
    }

    #tagline #login_btns img#btn_login {
        max-width: 30%;
    }

    #tagline #login_btns img#btn_renew {
        max-width: 31%;
    }

    .page_w_image #content .pad {
        padding-left: 15px;
    }

    .page_w_image #content .pad .sidebarimg {
        display: none;
    }

    #we_offer {
        padding: 10px;
    }

    #we_offer #we_offer_txt {
        float: none;
        max-width: 30%;
        margin: 0;
        padding: 0;
    }

    #we_offer p {
        padding-top: 5px;
    }

    #apply_now {
        background: none #E4DDC8;
        height: auto;
    }

    #apply_now_content {
        width: auto;
        padding: 10px 0 0 0;
        text-align: center;
    }

    #apply_now_content #apply_now_img {
        max-width: 90%;
    }

    #apply_now_subcontent {
        padding: 0;
    }

    .starlist {
        margin-left: 0;
        font-size: 20px;
    }

    .starlist li {
        text-align: left;
        padding-left: 10px;
        clear: both;
        height: auto;
        padding-bottom: 10px;
    }

    .starlist li img {
        max-width: 65%;
        float: left;
    }

    .stripe_box {
        float: none;
        margin: 10px auto;
    }

    #meet_judy {
        padding-top: 80px;
    }

    #meet_judy .leftcol {
        float: none;
        width: auto;
        padding-left: 0;
        margin-top: 15px;
    }

    #meet_judy .rightcol {
        float: none;
        width: auto;
        padding-left: 160px;
        margin-top: 15px;
    }

    #meet_judy .leftcol .sideimg {
        float: left;
        margin-left: -160px;
    }

    #meet_judy .rightcol .sideimg {
        float: left;
        margin-left: -175px;
    }

    footer .leftcol {
        float: none;
        width: auto;
        text-align: center;
        font-size: 12px;
    }

    footer .rightcol {
        float: none;
        width: auto;
        text-align: center;
        font-size: 12px;
    }

    #nav_wrap {
        height: auto;
        background: #C7B796;
        line-height: 22px;
    }

    #alt_logo_txt {
        max-width: 75%;
        margin: -8px 0 0 10px;
        display: inline-block;
        vertical-align: middle;
    }

    #nav_wrap nav {
        width: auto;
        padding: 0;
        height: auto;
    }

    nav ul {
        padding: 0;
        white-space: normal;
    }

    nav ul li {
        margin: 0;
        border-left: #cec19b solid 1px;
        display: block;
        width: auto;
        background: #E4DDC8;
    }

    nav ul li a {
        display: block;
        padding: 8px 10px;
    }

    nav ul li.navedge_r {
        display: none;
    }

    nav ul li.navedge_l a {
        background: none;
        padding: 10px;
    }

    nav ul li ul {
        position: relative;
        display: none;
        width: 100%;
    }

    nav ul li.hover ul {
        display: block;
    }
	
    nav ul li.hover ul li ul {
        display: none;
    }
    nav ul li.hover ul li.hover ul {
        display: block;
    }

    nav ul li ul li {
        border-left: none;
        border-bottom: none;
        border-right: none;
        border-top: 1px solid #CEC19B;
        text-indent: 10px;
    }

    .active {
        display: block;
    }

    nav > li {
        display: block;
    }

    nav ul {
        display: block;
        width: 100%;
    }

    nav > li.hover > ul, nav li li.hover ul {
        position: static;
    }

    nav ul > li > .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    nav ul li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    .responsive_tbl {
        max-width: 100%;
        width: 100% !important;
    }

    .responsive_tbl td {
        display: block;
        width: 100% !important;
    }

    .responsive_tbl td table td {
        display: table-cell;
    }

    table {
        width: 100% !important;
    }

    #content .rwd-table tr td {
        padding: 0 8px;
    }

    .rwd-table {
        margin: 0;
        min-width: 200px;
        background: #EAE5D5;
    }

    .rwd-table tr {
        border: #EAE5D5 solid 8px;
        border-top: none;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
        padding: 0 0 0 5px;
    }

    .rwd-table td:first-child {
        padding-top: .5em;
    }

    .rwd-table td:last-child {
        padding-bottom: .5em;
    }

    .rwd-table td.data-th:before {
        content: attr(data-th) " ";
        font-weight: bold;
        display: block;
        background: #8D9165;
        color: #E4DDC8;
        font-size: 160%;
        padding: 10px;
        margin: 10px -9px 10px;
    }

    .rwd-table td.data-th:first-child:before {
        margin-top: -2px;
    }

    .rwd-table th, .rwd-table td {
        text-align: left;
    }
	
	section > .pad {
		padding: 50px 25px !important;
	}
	img{
		max-width:100%;
		height:auto !important;
	}
	.sectionmaroon_split .pad{
		display:block;
	}
	.sectionmaroon_split .pad .sectionleftcol, .sectionmaroon_split .pad .sectionrightcol{
		display:block;
		padding: 50px 25px;
	}
	.sectionmaroon_split .pad .sectionleftcol h2.green-heading{
		top:0;
		margin-bottom:10px;
	}
	
	#container.landing-wrap{
	  margin: auto;
	  width: auto;
	}
	.landing-container {
	  margin: auto;
	  width: auto;
	}
	.landing_page #content .pad {
	  padding: 40px 30px;
	}
	section .landing-container > .pad {
		padding: 50px 30px;
	}
	.tan_rounded_box{
		min-height: 0;
		margin-bottom: 20px;
	}
	
}	