/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/


/* 
--------------------------
- Default Typography
--------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #3d3d3d;
    letter-spacing: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 2rem;
    line-height: 70px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
h2 {
    font-size: 1.77rem;
    line-height: 40px;
    margin-bottom: 20px;
}
h3 {
    font-size: 1.33rem;
    line-height: 30px;
    margin-bottom: 20px;
}
h4 {
    font-size: 1.11rem;
    line-height: 27px;
}
h5 {
    font-size: 0.88rem;
    line-height: 24px;
}
h6 {
    font-size: 0.77rem;
    line-height: 24px;
}
p {
    margin: 0 0 20px 0;
    font-family: 'Poppins', sans;
    font-weight: 300;
    font-size: 1rem;
    color: #3d3d3d;
    letter-spacing: 0px;
    line-height: 30px;
}
p img {
    margin: 0;
}
span {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
}

/* em and strong */

em {
    font: 15px/30px;
}
strong,
b {
    font: 15px/30px;
}
small {
    font-size: 11px;
    line-height: inherit;
}

/*	blockquotes */

blockquote {
    margin: 10px 0px;
    padding: 20px 20px 20px 40px;
    position: relative;
    border-left: 0px;
    background: #f9f9f9;
}
blockquote:before {
    content: "\201C";
    opacity: 0.5;
    font-size: 80px;
    line-height: 0px;
    margin: 0;
    font-family: arial, sans-serif;
    position: absolute;
    top: 40px;
    left: 12px;
}
blockquote p {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    padding: 0;
    font-size: 1.28rem;
    line-height: 36px;
}
blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 1.28rem;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
    color: #8B9798;
    border: none
}

/* abbreviations */

abbr {
    color: #444;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}
abbr:hover {
    cursor: help;
}

/* links */

a,
a:visited {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #03a9f4;
    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: #3d3d3d;
    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 {
    line-height: 18px;
    margin-bottom: 0px;
}
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-1 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 90px;
}
.section-title-1 .title {
    font-family: 'Raleway', sans-serif;
    font-size: 2.33rem;
    font-weight: 300;
    margin-bottom: 30px;
    padding-bottom: 35px;
    display: block;
    position: relative;
    z-index: 0;
}
.section-title-1 .title:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 8px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: -1;
    background: #03a9f4;
}
.section-title-2 {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}
.section-title-2 .title {
    font-family: 'Raleway', sans-serif;
    font-size: 2.33rem;
    font-weight: 300;
    margin-bottom: 50px;
    padding-left: 30px;
    display: block;
    position: relative;
    z-index: 0px;
}
.section-title-2 .title:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 8px;
    height: 35px;
    background: #03a9f4;
    z-index: -1;
}
.section-title-2 .caption {
    display: block;
    padding-left: 30px;
}
.section-title-3 {
    width: 100%;
    height: auto;
}
.section-title-3 .title {
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 48px;
    display: block;
    padding-left: 40px;
    position: relative;
    z-index: 0;
}
.section-title-3 .title:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: #03a9f4;
}
.section-title-4 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
}
.section-title-4 .title {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
