﻿
/*SMS responsive style sheet*/

/*Frequently used colors*/
.sms_bgc_black{
    background-color: #000;
}
.sms_bgc_white{
    background-color: #fff;
}
.sms_bgc_silver_blue{
    background-color: #778f98; /*Athenique silver blue*/
}
.sms_bgc_mineral_green{
    background-color: #cad39d; /*Athenique mineral green*/
}
.sms_body_text_black{
    color: #000;
}
.sms_body_text_white{
    color: #fff;
}
.sms_pad_top_1rem, .sms_pad_bottom_1rem, .sms_pad_right_1rem, .sms_pad-left1rem {
    padding-top: 1rem;
}
.sms_pad_top_15{
    padding-top: 1.5rem;
}
.sms_width_percent_100{
    width: 100%;
}
.sms_font_size_1{ 
    font-size: 1rem;
}
.sms_font_size_15{ 
    font-size: 1.5rem;
}
.sms_font_size_2{
    font-size: 2rem;
}
.sms_cs_description{
    margin-bottom: -15px;
    width: 100%;
}
.sms_title {
    font-weight: 600;
    font-size: 2rem;
    /*margin-bottom: 2rem;*/
    line-height: 2.5rem;
    text-align: center;
    padding-bottom: 2rem;
}
.sms_body_text, .sms_contact_info {
    /*margin-top: 1.5rem;*/
    font-weight: 400;
    font-size: 1.5rem;
    padding-top: 1%;
    padding-bottom: 1%;
    line-height: 2rem;
    text-align: left;
}
.sms_block_quote {
    font-weight: 400;
    font-size: 1.375rem;
    padding-top: 1%;
    padding-bottom: 1%;
    line-height: 1.625rem;
    text-align: left;
}
.sms_section_header {
    fill: #fff;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
    padding: 1rem 1rem;
}
.sms_article {
    /*margin-top: 1rem;*/
    font-weight: 400;
    font-size: 1.5rem;
    padding-top: 1%;
    padding-bottom: 1%;
    line-height: 2.25rem;
    text-align: left;
    background-color:#000;
    color: #000;
    padding: 5% 5%;
}
.sms_quote_600 {
    font-weight: 600; /*Bolded quote title*/
}
.sms_quote_400 {
    font-weight: 400; /*Unbolded quote body*/
}
.sms_smallcaps_black {
    font-variant: small-caps;
    color: #000;
}
.sms_site_title {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 600;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    /*margin-bottom: 3rem;*/
}
.sms_smallcaps_white {
    font-variant: small-caps;
    color: #fff;
}
p {
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.sms_fw-400 {
    font-weight: 400;
}
.sms_fw-500 {
    font-weight: 500;
}
.sms_fw_600 {
    font-weight: 600;
}
.ac-container{
	width: 100%;
	text-align: left;
}
.ac-container label{
	padding-top: 1rem;
	position: relative;
	z-index: 20;
	display: block;
	height: 5rem;
	cursor: pointer;
	color: #fff;
	line-height: 1.75rem;
	font-size: 1.5rem;
	background: #778f98;
    text-align: center;
}
.ac-container label:hover{
	background: #778f98;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #778f98;
	color: #fff;
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	/*margin-top: -1px;*/
	overflow: hidden;
	/*height: 0px; /*Required to hide text!*/
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	/*font-style: italic;*/
	color: #000;
	line-height: 1.75rem;
	font-size: 1.5rem;
	padding-top: 1rem;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	/*box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}
.sms_contact_info {
    text-align: center;
}
.sms_athenique_gold {
    color: #D4AF37;
}
.sms_border_bottom_white {
    border-bottom: 1px solid #fff;
/*margin-top: 1rem;*/
}
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
a:hover, a:active, a:focus {
  font-weight: 600;
}
.sms_tab_styling {
    background-color:#778f98;
    border-radius: 0px 0px;
    color:#fff; 
    background-color:#778f98; 
    font-size: 1.5rem; 
    border: none; 
    outline: none;
    font-weight:400
}
li.active {
    font-weight: 500;
}
.sms_color_mineral_green{
    color: #cad39d;
}
.sms_color_silver_blue{
    color: #778f98;
}
.sms_color_black{
    color:#000;
}
.sms_color_white{
    color: #fff;
}
