
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

/*Reset Table*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Reset phone */

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/* Reset Box Sizing */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 2. Typography
================================================== */


/* Global Font Style  */

html {
    overflow-y: scroll;
    font-size: 100%;
    line-height: 1.650em;
}
body {
    background: rgb(247, 244, 255);
    font-family: "open_sansregular", Arial, sans-serif;
    color: rgb(29, 29, 29);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
}

/* Typography */

ul, ol, dl, p, table, form, pre, hr {
    margin: 0 0 22px 0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.25em;
    margin-bottom: 26px;
    letter-spacing: -0.04em;
}
p {
    font-size: 92%;
    word-spacing: 0.1rem;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 160%;
}
h3 {
    font-size: 130%;
}
h4 {
    font-size: 115%;
}
h5 {
    font-size: 108%;
}
em, i {
    font-style: italic;
    line-height: inherit;
}
strong, b {
    font-weight: bold;
    line-height: inherit;
}
hr {
    border: 0 rgb(180, 180, 180) dotted;
    border-top-width: 0.04em;
    clear: both;
    height: 1px;
    margin: 20px 0 28px;
    box-shadow: 0 0 16px rgb(221, 221, 221);
}
blockquote {
    background: rgb(249, 249, 249);
    border-left: 10px solid rgb(204, 204, 204);
    margin: 1.8em 10px;
    padding: 28px;
    quotes: "\201C""\201D";
}
blockquote:before {
    color: rgb(204, 204, 204);
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}

/* Default Links */

a, a:visited {
    text-decoration: underline;
    outline: 0;
}
a:hover {
    text-decoration: none;
    outline: 0;
}
a, a i {
    transition: all 0.2s cubic-bezier(.85,.19,.34,1.5);
}
/* Default Lists */

ul, ol {
    list-style: none;
    margin-left: 20px;
}
ol {
    list-style: decimal;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 8px 0 8px 30px;
}
li {
  //border-left: rgb(200, 200, 200) 2px solid;
  padding: 4px 8px;
  margin-bottom: 6px;
  font-family: "NunitoLight",Arial,sans-serif;
  letter-spacing: -0.018em;
}
/* Text Alignment */

.align_right {
    text-align: right;
}
.align_centre {
    text-align: center;
}

/* 3. Images
================================================== */

img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 3px;
    border: 1px solid rgba(120, 73, 218, 0.25);
}
.home-image img {
    border: none;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 2px solid rgb(252, 248, 255);
}
/* Fig caption */

figure {
    padding: 0;
    display: table;
}
figure img {
    display: block;
    width: 100%;
}
figcaption {
   font-family: 'Raleway',sans-serif;
    color: white;
    background: rgb(100, 83, 136);
    padding: 10px 0 10px 20px;
    margin-bottom: 20px;
    font-size: .760em;
    border-radius: 2px;
}

/* 4. Feature Components
================================================== */
/* SlickNav Overrides */

.slicknav_menu {
    font-size: 115%;
    background: rgb(100, 83, 136);
}
.slicknav_btn {
    background-color: rgb(100, 83, 136);
}
.slicknav_menu .slicknav_menutxt {
    font-size: 90%;
}
.slicknav_nav .slicknav_row {
    margin: 0;
    margin-bottom: 1px;
    padding: 8px 12px;
    padding-right: 0;
}
.slicknav_nav ul {
    margin: 0;
}
.slicknav_nav li {
  margin: 0;
  padding: 0;
  background: rgba(253, 250, 244, 0.2);
}
.slicknav_nav li li {
  background: initial;
  border-left: 6px solid rgb(99, 82, 136);
  border-bottom: 1px solid rgb(99, 82, 136);
  border-top: 1px solid rgb(99, 82, 136);
}
.slicknav_nav .slicknav_item a {
    padding: 6px 0;
}
.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 1em;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    margin-top: -8px;
    border-left: solid 2px rgb(99, 82, 136);
}
.slicknav_nav li a {
    padding: 8px 12px;
    color: rgb(253, 250, 244);
    text-transform: uppercase;
}
.slicknav_nav .slicknav_row:hover {
    background: initial;
    color: rgb(253, 250, 244);
}
/* Media */

iframe {
    width: 100%;
}

/* CD (caret direction)scroll to top */

.scroll-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(100, 83, 136, 0.8) url(../g/top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.scroll-top.cd-is-visible, .scroll-top.cd-fade-out, .no-touch .scroll-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.scroll-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.no-touch .scroll-top:hover {
    background-color: rgb(178, 55, 55);
    opacity: 1;
}

/* Buttons */

a.button {
    border-radius: 3px;
    font-size: 85%;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin-right: 4px;
    margin-left: 1px;
}

/* 7. Responsive Classes
================================================== */

.show-on-phones, .show-on-tablets, .hide-on-desktops, #menu li ul {
    display: none !important;
}
.show-on-desktops {
    display: inherit !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hide-on-desktops, .show-on-tablets {
        display: inherit !important;
    }
    .show-on-desktops, .hide-on-tablets {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hide-on-desktops, .show-on-phones {
        display: inherit !important;
    }
    .show-on-desktops, .hide-on-phones {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .hide-on-tablets-portrait {
        display: none !important;
    }
}
