@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto);
* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    box-sizing: border-box;
}

body {
    width: 100%;
    max-width: 70.0rem;
    margin: 2rem auto;
    background-color: #F2F2F2;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

p a {
    line-height: 1.5;
}

span {
    display: inline-block;
}

blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    /*Font*/
    font-family: Georgia, serif;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #000000;
    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
    /*Borders - (Optional)*/
    border-left-style: solid;
    border-left-width: 15px;
    border-right-style: solid;
    border-right-width: 2px;
}

blockquote::before {
    content: "\201C";
    /*Unicode for Left Double Quote*/
    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    /*Positioning*/
    position: absolute;
    left: 10px;
    top: 5px;
}

blockquote::after {
    /*Reset to make sure*/
    content: "";
}

blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

blockquote a:hover {
    color: #666;
}

blockquote em {
    font-style: italic;
}

/*Sunflower Color Palette*/

blockquote.sunflower {
    border-left-color: #ffcd69;
    border-right-color: #f6ba59;
}

.content {
    padding: 1rem 10% 2rem 10%;
}

.flex__container {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
}

.flex__item--1 {
    padding: 0 1rem 0 0;
    flex: 1 50%;
}

.flex__item--2 {
    padding: 0 0 0 1rem;
    flex: 1 50%;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.b-r-u-1 {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 700;
}

.b-r-u-2 {
    color: #FF0000;
    font-size: 1.8rem;
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.text-top {
    margin-top: 2.0rem;
}

.text-bottom {
    margin-bottom: 2.0rem;
}

.bold {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 2.0rem;
    line-height: 1.1;
    font-family: inherit;
}

.thin {
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #CCCCCC;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #CCCCCC;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 2px;
}

.thick {
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-left-color: #CCCCCC;
    border-left-style: solid;
    border-left-width: 5px;
    border-right-color: #CCCCCC;
    border-right-style: solid;
    border-right-width: 5px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 5px;
}

.imagegallery {
    list-style-image: initial;
    list-style-position: initial;
    margin: 2rem 0;
}

.imagegallery li {
    float: left;
    margin: 0 10px 10px 0;
    list-style-type: none;
}

.imagegallery li img {
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #FFFFFF;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 2px;
    box-shadow: #FFFFFF 2px 2px 4px;
}

.panel {
    position: absolute;
    top: 2rem;
    left: 0;
    display: none;
    background: #000000;
    border: 1px solid #111111;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 37.5rem;
    height: auto;
    padding: 1.875rem 1.875rem 1.875rem 3.125rem;
    opacity: .90;
    filter: opacity(90%);
    -ms-filter: "progid : DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: 2;
}

.panel a,
.panel a:visited {
    margin: 0;
    padding: 0;
    color: #FF0000;
    text-decoration: none;
    border-bottom: 1px solid #FF0000;
}

.panel a:hover,
.panel a:visited:hover {
    margin: 0;
    padding: 0;
    color: #800080;
    text-decoration: none;
    border-bottom: 1px solid #800080;
}

.panel blockquote p {
    color: #000000;
}

a.trigger {
    position: absolute;
    display: block;
    text-decoration: none;
    top: 2rem;
    left: 0;
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #fff;
    padding: 20px 40px 20px 15px;
    font-weight: 400;
    background: #333333 url(plus.png) 85% 55% no-repeat;
    border: 1px solid #444444;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 2;
}

a.trigger:hover {
    position: absolute;
    display: block;
    top: 2rem;
    left: 0;
    text-decoration: none;
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #fff;
    padding: 20px 40px 20px 20px;
    font-weight: 400;
    background: #222222 url(plus.png) 85% 55% no-repeat;
    border: 1px solid #444444;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

a.active.trigger {
    background: #222222 url(minus.png) 85% 55% no-repeat;
}

.bg {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1200px;
    position: fixed;
    top: 0;
    width: 100%;
}

.button {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 1px solid #00c7ec;
    border-radius: 5px;
    line-height: 2em;
    padding-left: 1em;
    padding-right: 1em;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.button:hover {
    color: white;
    box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.5);
    background-color: #00c7ec;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.button:hover:before {
    -webkit-animation: shine 0.5s 0s linear;
    -moz-animation: shine 0.5s 0s linear;
    animation: shine 0.5s 0s linear;
}

.button:active {
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}

.button:before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: white;
    box-shadow: 0 0 15px 3px white;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

@-webkit-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}

@-moz-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}

@-o-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}

@keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}

.table-fill {
    width: 100%;
    font-size: 1.5rem;
    border-collapse: collapse;
    animation: float 5s infinite;
    border-radius: 3px;
    background: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    margin: 2rem 0;
}

th {
    font-weight: 400;
    padding: 24px;
    text-align: left;
    vertical-align: middle;
    color: #d5dde5;
    border-right: 2px solid #343a45;
    border-bottom: 4px solid #9ea7af;
    background: #1b1e24;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    ;
}

th:first-child {
    border-top-left-radius: 3px;
}

th:last-child {
    border-right: none;
    border-top-right-radius: 3px;
}

tr {
    font-weight: 400;
    color: #666b85;
    border-top: 2px solid #c1c3d1;
    text-shadow: 0 1px 1px rgba(256, 256, 256, .1);
    border-bottom: 2px solid #c1c3d1;
}

tr:hover td {
    color: #fff;
    border-top: 1px solid #22262e;
    border-bottom: 1px solid #22262e;
    background: #4e5066;
}

tr:first-child {
    border-top: none;
}

tr:last-child {
    border-bottom: none;
}

tr:nth-child(odd) td {
    background: #ebebeb;
}

tr:nth-child(odd):hover td {
    background: #4e5066;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

td {
    font-weight: 400;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    border-right: 2px solid #c1c3d1;
    background: #fff;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .1);
}

td:last-child {
    border-right: 0;
}

th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

th.text-right {
    text-align: right;
}

td.text-left {
    text-align: left;
}

td.text-center {
    text-align: center;
}

td.text-right {
    text-align: right;
}

/* Mobile view  */

header {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    z-index: 1;
}

header nav ul {
    background-color: #2C53D2;
    display: none;
    flex: 1;
}

ul {
    list-style-type: none;
}

ul.square {
    list-style-type: square;
    list-style-position: inside;
    color: #FFFFFF;
}

.nav__item {
    position: relative;
}

.nav__link {
    display: block;
    font-weight: 700;
    padding: 1.5rem;
    text-decoration: none;
}

.nav__link span.toggle {
    background-color: #FF0000;
    border-radius: 3rem;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 2px 8px;
    text-transform: lowercase;
}

.nav__item:hover {
    background-color: #7995F2;
}

.nav__item--sub:hover {
    background-color: #7995F2;
}

.nav__item:hover i {
    color: #000000;
}

.nav__item i {
    margin-right: 1rem;
}

.children {
    background-color: #2C53D2;
    border-radius: 1.5rem;
    display: none;
    overflow: hidden;
    position: absolute;
    right: 5%;
    width: 120%;
    line-height: 4rem;
    z-index: 1;
}

.children .nav__item--sub {
    display: block;
    width: 100%;
    padding: 0 1rem;
}

.nav__link--sub {
    color: #FFFFFF;
    display: block;
    width: 100%;
}

.logo {
    height: 120px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.photo {
    width: 0;
}

.name {
    flex: 1;
}

#navToggle {
    background-color: #FF0000;
    position: absolute;
    right: 2rem;
    top: 0;
}

#navToggle:hover {
    background-color: #7995F2;
    cursor: pointer;
}

#navToggle>a {
    color: #FFFFFF;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem 2.5rem;
    text-decoration: none;
}

#navToggle:hover>a {
    color: #FFFFFF;
}

/* Desktop screens */

@media all and (min-width: 900px) {
    #navToggle {
        display: none;
    }
    .toggle {
        display: none;
    }
    header>nav>ul {
        color: #FFFFFF;
        display: flex !important;
        flex-flow: row wrap;
        justify-content: space-around;
    }
    .nav__link {
        display: block;
        padding: 1.25rem;
    }
    .children {
        right: -25%;
    }
    .children li {
        display: block;
        width: 100%;
    }
}

@media all and (max-width: 900px) {
    .flex__item--1 {
        flex: 1 100%;
    }
    .flex__item--2 {
        flex: 1 100%;
    }
}

/* Typography definition part begins */

body {
    font-family: Open Sans;
    font-size: 1.5rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1.5em;
}

a {
    font-weight: normal;
    text-decoration: underline;
}

.content p {
    font-family: Open Sans;
    margin: 1rem 0;
}

h1 {
    font-family: Open Sans;
    font-size: 2.5rem;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
}

h2 {
    font-family: Open Sans;
    font-size: 1.8rem;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
}

h3 {
    font-family: Open Sans;
    font-size: 1.5rem;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
}

.panel p {
    font-family: Roboto;
    font-size: 1.5rem;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 400;
}

.panel h1 {
    font-family: Roboto;
    font-size: 2.0rem;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 700;
}

.panel .sunflower p {
    font-size: 1.3rem;
}

/* Color definition part begins */

a:link {
    color: #FF0000;
}

a:visited {
    color: #0000FF;
}

a:hover {
    color: #800080;
}

a.button {
    color: white;
}

a.nav__link {
    color: #FFFFFF;
}

a.nav__link--sub {
    color: #FFFFFF;
}

header {
    color: #FFFFFF;
    background-color: #4b61a8;
}

.content {
    color: #000000;
    background-color: #DADFF2;
}

.name .h1 {
    color: #FFFFFF;
}

img.thin {
    float: right;
    margin: 1.0rem;
}

/*color accessibility*/

img {
    color: #000000;
    background-color: #FFFFFF;
}

/* Responsive typography */

html {
    font-size: 10px;
}

@media screen and (min-width: 320px) {
    html {
        font-size: calc(10px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 16px;
    }
}