/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/

@font-face {
    font-family: Montserrat-Light;
    src: url("../fonts/Montserrat-Light.woff");
}

/* 
--------------------------
- Default Typography
--------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #000;
    letter-spacing: 1.5px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: 'Raleway', sans-serif;
}
h1 {
    font-size: 36px;
    line-height: 70px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
h4 {
    font-size: 18px;
    line-height: 27px;
}
h5 {
    font-size: 16px;
    line-height: 24px;
}
h6 {
    font-size: 14px;
    line-height: 24px;
}
p {
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #404040;
    letter-spacing: 0px;
    line-height: 27px;
}
p img {
    margin: 0;
}
span {
    font-family: 'Montserrat', sans-serif;
}

/* em and strong */

em {
    font: 15px/30px;
}
strong,
b {
    font: 15px/30px;
}
small {
    font-size: 11px;
    line-height: inherit;
}

/*  blockquotes */

blockquote {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    padding: 30px;
    position: relative;
    margin-bottom: 25px;
}
blockquote:before {
    content: "\201C";
    opacity: 0.5;
    font-size: 80px;
    line-height: 0px;
    margin: 0;
    font-family: arial, sans-serif;
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
}
blockquote p {
    font-family: 'Montserrat', serif;
    font-weight: 300;
    padding: 0;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 26px;
    color: #747474;
}
blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
    color: #8B9798;
    border: none
}

/* abbreviations */

abbr {
    color: #444;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}
abbr:hover {
    cursor: help;
}

/* links */

a,
a:visited {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #f26522;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}
a:hover,
a:active,
a:focus {
    color: #f26522;
    text-decoration: none;
    outline: 0;
}
p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

/* list */

ul,
ol {
    margin-bottom: 24px;
    margin-top: 12px;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 6px 0 6px 30px;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}
li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #404040;
    letter-spacing: 0px;
    line-height: 27px;
}
ul.large li {}
li p {}

/* definition list */

dl {
    margin: 12px 0;
}
dt {
    margin: 0;
    color: #11ABB0;
}
dd {
    margin: 0 0 0 20px;
}

/* 
--------------------------
- Custom Typography
--------------------------
*/

.section-title,
.section-title-4,
.section-title-6,
.section-title-7,
.section-title-8 {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
}
.section-title h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400!important;
    color: #373737;
    letter-spacing: 0;
    line-height: 30px;
}
.section-title h4.small-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400!important;
    color: #333333;
    letter-spacing: 0;
    line-height: 30px;
}
.section-title h1 {
    font-size: 36px;
    font-weight: 300!important;
    color: #4e4e4e;
    letter-spacing: 0;
    line-height: 52px;
}
.section-title-3 h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400!important;
    color: #f26522;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 42px;
}
.section-title-4 h1 {
    font-size: 50px;
    line-height: 45px;
    /*text-transform: capitalize;*/
    font-weight: bold !important;
    color: #f26522;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.section-title-4 h4 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300!important;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 76px;
}
.section-title-5 h1 {
    font-size: 36px;
    font-weight: 400!important;
    color: #4e4e4e;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.section-title-5 h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300!important;
    color: #333333;
    letter-spacing: 0;
}
.section-title-6 h1 {
    font-size: 36px;
    font-weight: 300!important;
    color: #4e4e4e;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.section-title-6 h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400!important;
    text-transform: uppercase;
    color: #f26522;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.section-title-7 h5 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400!important;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0;
    padding-bottom: 10px;
}
.section-title-7 h3 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 400!important;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 0;
}
.section-title-8 h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0;
    color: #000000;
}
.section-title-8 {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    margin-bottom: 80px;
}
.section-title-8 p {
    width: 800px;
    margin: auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
}
.form-title h2 {
    font-size: 24px;
    font-weight: 400!important;
    text-transform: uppercase;
    text-align: center;
    color: #f26522;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 90px;
}
