/*@Editor-classes
Responsive table|table.responsive
Button - primary|a.button-primary
Button - primary large|a.button-primary-large
Button - secondary|a.button-extra-light
@Editor-classes*/

@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;src:local('Montserrat Thin'),url(Montserrat_100.woff) format('woff')}@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;src:local('Montserrat UltraLight'),url(Montserrat_200.woff) format('woff')}@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;src:local('Montserrat Light'),url(Montserrat_300.woff) format('woff')}@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;src:local('Montserrat Regular'),url(Montserrat_400.woff) format('woff')}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;src:local('Montserrat Medium'),url(Montserrat_500.woff) format('woff')}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;src:local('Montserrat SemiBold'),url(Montserrat_600.woff) format('woff')}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;src:local('Montserrat Bold'),url(Montserrat_700.woff) format('woff')}@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;src:local('Montserrat ExtraBold'),url(Montserrat_800.woff) format('woff')}@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;src:local('Montserrat Black'),url(Montserrat_900.woff) format('woff')}

html {
    font-size: 10px;
}

body {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #313140;
    line-height: 21px;
    line-height: 2.1rem;
    font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4 {
    margin-top: 0;
    word-break: break-word;
    margin-bottom: 0.6em;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    /* line-height: 1.2em; */
}

h1 {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 40px;
    line-height: 4rem;
}

h2 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 34px;
    line-height: 3.4rem;
}

h3 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 26px;
    line-height: 2.6rem;
}

h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 22px;
    line-height: 2.2rem;
}

/* h5 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
}
 */


p {
    margin-top: 0;
    /*clear: both;*/ /* removed due to MCCPW-471 */
    margin-bottom: 1.6em;
}

/*p:after {*/
/*    display: table;*/
/*    clear: both;*/
/*    content: '';*/
/*}*/ /* removed due to MCCPW-471 */

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

p + h1,
p + h2,
p + h3,
p + h4 {
    margin-top: 1.3em;
}


/* LI */

li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
}


/* LI UL */

li > ul {
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
}


/* A */

a {
    font-size: 15px;
    font-size: 1.5rem;
    color: #0068a7;
    text-decoration: underline;
}



a:visited {
    /* color: #5c2b99; */
}


a:hover {
    text-decoration: none;
    color: #69696a;
}

a:focus {
    /*outline: 1px solid #5cafe4;*/
    /* background-color: #fffed6; */
    /* padding: 0px; */
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}


/* Responsive Table */

table.responsive {
    width: 100%;
    max-width: 100%;
    margin: 1em 0;
    border-top: 0;
    border-collapse: collapse;
}

table.responsive tr {
    display: table-row;
    font-size: 0.9em;
    line-height: 20px;
    vertical-align: middle;
}

table.responsive tr:first-child {
    border-top: 4px solid #f3f7fa;
}

table.responsive tbody tr:first-child {
    border-top: none;
}

table.responsive tbody tr:nth-child(odd) {
    background-color: #f3f7fa;
}

table.responsive th {
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
}

table.responsive td {
    padding: 16px;
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
    color: #3e3e3e;
    vertical-align: top;
}

ol {
    padding-left: 8%;
    /* box-sizing: border-box; */
}

ul {
    padding-left: 8%;
}

/* a.button-primary is styled to be the same as a.button element */
a.button-primary {
    background-color: #007bc7;
    color: #ffffff;
    border: 0;
    display: inline-block;
    padding: 10px 27px;
    font-weight: 500;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
    min-height: 18px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

a.button-primary:hover,
a.button-primary:focus {
    background-color: #0066a5;
}

/* a.button-primary-large is styled to be the same as a.button.large-button element */
a.button-primary-large {
    background-color: #007bc7;
    color: #ffffff;
    border: 0;
    display: inline-block;
    padding: 15px 38px;
    font-weight: 500;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
    min-height: 18px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

a.button-primary-large:hover,
a.button-primary-large:focus {
    background-color: #0066a5;
}

/* a.button-secondary is styled to be the same as a.button.extra-button.light-extra-button element */
a.button-extra-light {
    color: #007cc8;
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin: 6px 30px 0 0;
    padding: 4px 1px;
    font-weight: 500;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
    line-height: 1;
    min-height: 20px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

a.button-extra-light:hover,
a.button-extra-light:focus {
    border-bottom: 2px solid #007cc8;
}

a.button-extra-light:after {
	content: "";
	display: inline-block;
	position: absolute;
    background-repeat: no-repeat;
    background-image: url("maroondah-sprite.png?v=1.1"); /* DESK-7827 */
    width: 15px;
    height: 14px;
    background-position: -42px -387px;
    right: -20px;
    top: 6px;
}