/*************************\
  Standard Elements
\*************************/

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    color: #191919;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #329da0;
}

a:hover {
    color: #01C0A1;
}

hr {
    margin: 3rem 0 0 0;
    clear: left;
    width: 100%;
    border: none;
    border-top: 1px solid #191919;
    height: 1px;
}

img {
    max-width: 100%;
}

nav ul {
    padding: 0;
}

    nav li {
        display: inline-block;
    }

    nav li:after {
        content: ' | ';
    }

    nav li:last-of-type:after {
        content: '';
    }

label {
    font-weight: 400;
	font-size: 18px;
}

option:disabled {
    color: #191919;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
   color: #191919;
   opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
   color: transparent;
}


::placeholder {
  color: #191919;
  opacity: 1; /* Firefox */
}


h1 {
    font-size: 35px;
    color: #191919;
    margin: 10px 0 25px;
}

h2 {
    font-size: 30px;
	font-family: 'Montserrat SemiBold', sans-serif;
}

h3 {
    font-size: 25px;
    border-left: 3px solid #191919;
    padding: 0 0 0 20px;
    margin-top: 40px;
}

p {
	font-size: 13px;
	margin: 0px;
}

/*************************\
  Header
\*************************/

.header {
    margin: 0 auto;
}



/*************************\
  Structure
\*************************/

.site {
    overflow: hidden;
}

.container {
    max-width: 100%;
    width: 1280px;
    margin: 0 auto;
    padding: 0;
}


/*************************\
  Main page content
\*************************/

.main {
    overflow: hidden;
}

.flow_text {
	margin: 0px;
	padding-top: 20px;
	font-size: 18px !important;
	font-family: 'Montserrat-Medium', sans-serif !important;
	
}

.topline {
    border-top: 1px solid #4b5544;
    padding-top: 8px;
    margin-bottom: 30px;
}

.bottomline {
    margin-top: 15px;
    border-top: 1px solid #eaccdb;
    padding-top: 20px;
}

.bottomline > div {
    height: 22px;
}

.bottomline > div:first-child {
    font-size: 10px;
    position: relative;
    padding-top: 10px;
}

.bottomline > div:last-child {
    text-align: right;
}


.disclaimer .checkable__text {
    color: #191919;
    font-size: 13px;
}

.disclaimer .checkable__text a {
    color: #329da0;
}


/*************************\
  Footer
\*************************/

.footer {
    margin: 30px auto;
    text-align: center;
    font-size: 1.6rem;
}

.footer a {
    color: inherit;
}


@media (min-width: 550px) {
    .two.columns {
        width: 19%;
    }

    .ten.columns {
        width: 80%;
        margin-left: 1%;
    }

    .radio.columns {
        width: 50px;
    }
}


/*************************\
  Substitutes & Overrides
\*************************/


input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
button {
    background: transparent;
    border-radius: 0;
    border-color: #D7DBCF;
	background-color: #F5F5F5;
    height: 50px;
    padding: 5px 20px;
	font-size: 18px;
	color: #191919;
}

select {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
select:focus {
    /*border: 1px solid #fff;*/
}

input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary,
button.button-primary{
    background-color: #329DA0;
    border-color: #329DA0;
    height: 50px !important;
    padding: 5px 30px;
    line-height: 22px;
    text-transform: none;
    color: #fff;
	font-family: 'Montserrat-Medium', sans-serif;
	-webkit-border-radius: 30px !important;
	border-radius: 30px !important;
	
}

button > span {
    font-size: 9px;
    position: relative;
    bottom: 2px;
}

input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:active,
input[type="reset"].button-primary:active,
input[type="button"].button-primary:active,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    background-color: #01C0A1;
    border-color: #01C0A1;
    /*color: #3767cb;
    background-color: transparent;
    border-color: #3767cb;*/
}

input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 5rem;
    padding: 0 30px;
    color: #191919;
    text-align: center;
    font-weight: 400;
    line-height: 5rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #555;
    cursor: pointer;
    box-sizing: border-box;
}

select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.select {
    position: relative;
}

label.checkbox,
label.radio {
    text-transform: initial;
}

.dropdown {
    position: absolute;
    right: 40px;
    top: 30px;
    cursor: pointer;
    pointer-events: none;
}

/*.dropdown:before {
    content: '\f13a';
	font-family: FontAwesome;
    position: absolute;
    top: -17px;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 38px;
  line-height: 45px;
	color: #329DA0;
}*/

.dropdown:before {
    content: url("../images/dropdown.png");
	position: absolute;
	width: 34px;
    height: 34px;
    top: -2px;
  right: -30px;
    
}

.dropdown:after {
     content: url("../images/dropdown.png");
	position: absolute;
	width: 34px;
    height: 34px;
    top: -2px;
  right: -30px;
    
}




/*************************\
  Helpers
\*************************/

.top-margin {
    margin-top: 10px;
}

.mobile {
    display: none;
}

.smallprint {
    font-size: 1.3rem;
    margin-top: 3rem;
}

.disabled {
    color: #808080;
}




/*************************\
  Media Queries
\*************************/

@media only screen and (max-width: 960px) {

    .container,
    .site {
        width: 100%;
    }

}

@media only screen and (max-width: 768px) {

    .main,
    .intro {
        width: 100%;
    }

}

@media only screen and (max-width: 670px) {

    .desktop {
        display: none;
    }

    .mobile {
        display: initial;
    }

}




/*************************\
  Form Errors
\*************************/

.error-message {
    max-height: 0;
    font-size: 13px;
	line-height: 20px;
    color: #ED254E;
    text-align: left;
    overflow: hidden;
    transition: all 0.3s ease-in;
	margin-bottom: 0px;
}

.error-message.show {
    max-height: 20px;
	margin-bottom: 1rem;
	
    /*margin-top: 1rem;*/
}

.salut_error {
	height: 20px !important;
}

input[type="text"].error,
input[type="email"].error,
input[type="select"].error,
textarea.error,
select.error {
    border: 1px solid #ED254E !important;
    /*margin-top: 0.5rem;*/
}
