/* EXPAND THE VOTE */

html {
    box-sizing: border-box;
}

*, 
*: before,
*: after {
    box-sizing: inherit;
}

/* NORMALIZE */

html  {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

summary {
    display: list-item;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

progress {
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

em {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

figure {
    margin: 1em 40px;
}

img {
    border-style: none;
}

code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea,
optgroup {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* BODY */

html,
body {
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    color: inherit;
}




/* CALL TO ACTION BAR */

.cta-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
}

.cta-bar div {
    padding: 0 1rem;
}

.cta-bar a {

    color: #fff;
}

.icon {
    width: 1rem;
    margin: 0;
    padding: 0;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
}




/* HEADER */

.header {
    padding: 2rem;
    background-color: #2d8ea4;
    color: #fff;
    text-align: center;
}

.page-wrapper {
    width: 100%;
    margin: 0;
}

.page-container {
    margin: 0 auto;
    max-width: 40rem;
    padding: 3rem 2rem;
}

@media only screen and (max-width: 60rem) {
    .page-container {
        max-width: 100%;
    }
}

.page-blue {
    background-color: #2d8ea4;
}

.page-black {
    background-color: #333;
    color: #fff;
}

.page-pink {
    background-color: #f8efe5;
}

.page-white {
    background: #fff;
}

.mikestyle-button {
    border: none;
    display: inline-block;
    padding: 1.25rem 1.5rem 1.25rem;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background-color: #2d8ea4;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 16px;
    margin-bottom: 1rem;
}

.button-white {
    background-color: #fff;
    color: #000;
}



.page-container.expand-width{
    max-width: 80rem;    
}

.flexstyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 1rem 0;
}

.flexstyle-column {
    width: calc(50% - 4rem);
    padding: 0 2rem;
}

    @media only screen and (max-width: 60rem) {
        .flexstyle-column {
           width: 100%;
           padding: 0;
        }
    }

.flex-alignment {
    text-align: center;
}

    @media only screen and (max-width: 60rem) {
        .flex-alignment {
            text-align: left;
        }
    }






/* FONTS */

h1,h2,h3,h4,h5,h6,
li,
.cta-bar a {
    font-family: "Lato", sans-serif;
    margin: 0;
    font-weight: 700;
    line-height: 1.25;
    font-style: normal;
}

h1 { font-size: 1.750rem; margin-bottom: 1rem; }
h2 { font-size: 1.750rem; }
h3 { font-size: 1.250rem; }
h4 { font-size: 1.1215rem; }
h5 { font-size: 1.000rem; }
h6 { font-size: 0.875rem; }

p {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    margin: 0 0 2rem;
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: 400;
    font-style: normal;
}

.subheader {
    font-size: 1.5rem;
    line-height: 2.3755rem;
    font-style: italic;
}




/* LISTS */

ul {
    margin: 0 0 2rem;
    padding: 0 2rem;
}

li {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    list-style: none;
}

@media only screen and (max-width: 60rem) {
    li {
        list-style: disc;
    }
}

li a {
    color: #2d8ea4;
    text-decoration: none;
}


/* VIDEO */

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 2rem;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}













