@import "Fonts.css";

body,
.htmlarea-content-body {
    font-family: 'Laila', 'Arial', sans-serif;
    font-size: 15px;
    color: #535353;
    font-weight: normal;
    font-style: none;
}

td {
    vertical-align: top;
}

:focus {
    outline: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

var {
    font-family: 'Arial', sans-serif;
    font-style: italic;
}

dfn {
    font-family: 'Arial', sans-serif;
    font-style: italic;
}

b, strong {
    font-weight: normal;
    font-family: 'Laila Bold';
}

i, em {
    font-style: normal;
    font-family: 'Laila Light';
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

a {
    text-decoration: underline;
    color:#cc2650;
}

a:hover,
a:focus {
    text-decoration: none;
    color:#cc2650;
}

.button-pink,
a.button-pink,
span.button-pink,
input.button-pink,
button.button-pink {
    display:inline-block;
    color:white;
    background:#cc2650;
    border:2px solid #cc2650;
    padding:3px 20px 0;
    text-decoration: none;
    cursor:pointer;
    min-height: 32px;
    margin: 0 6px 6px 0;
}

.button-pink:hover,
.button-pink:focus,
a.button-pink:hover,
a.button-pink:focus,
span.button-pink:hover,
span.button-pink:focus,
input.button-pink:hover,
input.button-pink:focus,
button.button-pink:hover,
button.button-pink:focus,
button.button-pink.active,
button.button-pink.active:hover,
button.button-pink.active:focus {
    border:2px solid #cc2650;
    background:#ffffff;
    color:#cc2650;
}

.button-grey,
a.button-grey,
span.button-grey,
input.button-grey,
button.button-grey {
    display:inline-block;
    border:2px solid #535353;
    background:#ffffff;
    color:#535353;
    padding:3px 20px 0;
    text-decoration: none;
    cursor:pointer;
    min-height: 32px;
    margin: 0 6px 6px 0;
}

.button-grey:hover,
.button-grey:focus,
a.button-grey:hover,
a.button-grey:focus,
span.button-grey:hover,
span.button-grey:focus,
input.button-grey:hover,
input.button-grey:focus,
button.button-grey:hover,
button.button-grey:focus,
button.button-grey.active,
button.button-grey.active:hover,
button.button-grey.active:focus {
    color:white;
    background:#535353;
    border:2px solid #535353;
}

.button-black,
a.button-black,
span.button-black,
input.button-black,
button.button-black {
    display:inline-block;
    color:white;
    background:#000000;
    border:2px solid #000000;
    padding:3px 20px 0;
    text-decoration: none;
    cursor:pointer;
    min-height: 32px;
    margin: 0 6px 6px 0;
}

.button-black:hover,
.button-black:focus,
a.button-black:hover,
a.button-black:focus,
span.button-black:hover,
span.button-black:focus,
input.button-black:hover,
input.button-black:focus,
button.button-black:hover,
button.button-black:focus,
button.button-black.active,
button.button-black.active:hover,
button.button-black.active:focus {
    border:2px solid #000000;
    background:#ffffff;
    color:#000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Laila Bold';
    font-weight: normal;
    color:#cc2650;
    line-height:1.2em;
    margin:.4em 0;
}

h4, h5, h6 {
    line-height:1.5em;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 22px;
    font-family: 'Black Jack';
    color:#535353;
}

h3 {
    font-size: 20px;
    color:#535353;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
    color:#535353;
}

h6 {
    font-size: 15px;
    color:#535353;
    font-family: 'Laila', 'Arial', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color:#cc2650;
    text-decoration: underline;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
    color:#cc2650;
    text-decoration: none;
}

h3 a {
    color:black;
    text-decoration: underline;
}

h3 a:hover,
h3 a:focus {
    color:black;
    text-decoration: none;
}

h2 a, h5 a {
    color:#535353;
    text-decoration: underline;
}

h2 a:hover,
h5 a:hover,
h2 a:focus,
h5 a:focus {
    color:#535353;
    text-decoration: none;
}

p, ul, ol {
    line-height: 1.8em;
    margin:1em 0 2em;
}

ul li {
    list-style-type: none;
}

ul li,
ol li {
    line-height: 1.4em;
    margin:10px 0;
}

ul li:before {
    content: "\e934";
    font-family: 'icomoon';
    display:inline-block;
    font-size:17px;
    margin:0 18px 0 -34px;
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

hr {
    position: relative;
    margin: 40px 0;
    display: block;
    height:1px;
    width:100%;
    clear: both;
    border:none;
    border-top:1px solid #CCCCCC;
    overflow: visible;
}

hr:before {
    content: "";
    left: 50%;
    position: absolute;
    width: 70px;
    height: 40px;
    top: -20px;
    margin-left: -35px;
    display: block;
    background: #F8F6EE;
}

hr:after {
    content: "\e931";
    font-family: "icomoon";
    position:absolute;
    left:50%;
    color:#CCCCCC;
    font-size: 32px;
    top:-20px;
    width: 70px;
    height: 40px;
    margin-left: -35px;
    display: block;
    text-align: center;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    body,
    .htmlarea-content-body {
        font-size: 17px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 17px;
    }

    ul li:before {
        font-size:22px;
        margin:0 12px 0 -34px;
    }

}