/*
This stylesheet contains semantic tags used across the site, and any classes or IDs that modify them.
*/

/*
Faint-blue: #E3EFF5
Light-blue: #CEE6F0
Moderately lighter blue: #85C2E0
Slightly lighter blue: #5BADD6
Main blue: #3399CC
Slightly darker blue: #287DB4
Mid-blue: #1F5E7E
Dark-blue: #0A1F29
*/

@font-face {
    font-family: 'icons-blank-theme';
    src: url('../magento_icons/Blank-Theme-Icons.eot');
    src: url('../magento_icons/Blank-Theme-Icons.woff2') format('woff2');
    src: url('../magento_icons/Blank-Theme-Icons.woff') format('woff');
    src: url('../magento_icons/Blank-Theme-Icons.ttf') format('truetype');
}

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

a {
    cursor: pointer;
}

body {
    line-height: 1.5rem;
    width: 100%;
    background-color: #FFFFFF;
    color: #222222;
    font-size: 1.07rem;
}

body,
input,
textarea {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    letter-spacing: 0.04rem;
}

body > div {
    overflow-x: hidden;
}

figure {
    padding: 1.5rem 0;
    text-align: center;
    margin: 0 auto;
    max-width: 35rem;
}

h1, h2, h3, h4 {
    margin: 0;
    padding-top: 1.2rem;
}

h1 {
    font-size: 2.1rem;
    line-height: 2.6rem;
    letter-spacing: 0.09rem;
    padding-bottom: 0.75rem;
}

.alternate {
    font-weight: normal;
}

h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.06rem;
    padding-bottom: 0.75rem;
    color: #333333;
}

.section-heading {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

h3 {
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
}

h4 {
    font-size: 1.08rem;
}

img {
    max-width: 100%;
}

iframe, video {
    /* Embedded videos scale */
    max-width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    background-color: #FFFFFF;
    border: 1px solid #3399CC;
    display: inline-block;
    border-radius: 0;
    padding: 0.4rem 0.5rem;
    vertical-align: top;
    line-height: 1.1rem;
    max-width: 30rem;
    font-size: 0.9rem;
    box-sizing: border-box;
}

input[type=email] {
    min-width: 180px;
}

input[type=submit] {
    padding: 0.5rem 2rem;
}

input.largebar {
    width: 80%;
    height: 2.5rem;
}

input:focus {
    /* Mimic Magento 2 */
    box-shadow: 0 0 3px 1px #68A8E0;
}

p {
    padding: 0.5rem 0;
}

p:empty {
    /* Get rid of empty p tags generated by WordPress */
    display: none;
}

hr {
    border: 0;
    border-bottom: 1px solid rgba(10, 10, 10, 0.15);
    padding-top: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #287DB4;
}

a:link, a:hover {
    text-decoration: none;
}

a:hover, a:visited {
    color: #1B5F91;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a.whitelink, .whitelink > a {
    /* White links for use on a blue background. */
    color: #FFFFFF;
}

a.whitelink:hover, .whitelink > a:hover {
    color: #85C2E0;
}

ul, #comments ol, #comments li {
    list-style: none;
    padding-left: 0;
}

ul, ol, #comments li {
    padding: 0;
}

#comments article {
    border: 0;
}

.children {
    /* Eg. children of a comments thread */
    margin-left: 1.5rem;
}

.commentlist > ul {
    /* First .children doesn't have margin-left */
    margin-left: 0;
}

.content ul, .content ol {
    margin-left: 2.5rem;
    padding: 0.5rem 0;
}

.content ul li {
    list-style-type: disc;
}

.content li {
    line-height: 1.7rem;
    padding: 0.15rem 0;
}

pre {
    color: #DDDDDD;
    background-color: #333333;
    padding: 1rem 1.5rem;
    margin: 0.5rem 0;
    overflow: auto;
    box-shadow: 0 2px 8px rgba(11, 11, 11, 0.6);
}

pre table {
    display: table;
}

pre table tr {
    background: 0;
}

table {
    display: block;
    border-collapse: collapse;
    margin: 1rem 0;
    overflow: auto;
    box-shadow: 1px 1px 5px 1px rgba(20, 20, 20, 0.15);
    text-align: center;
    overflow-x: scroll;
}

table.wide th, table.wide td  {
    min-width: 10rem;
}

table li {
    text-align: left;
}

th {
    font-weight: 500;
    background-color: #CEE6F0;
    border: 1px solid #85C2E0;
    padding: 0.5rem;
    line-height: 1.25rem;
    min-width: 3rem;
    text-align: center;
}

td {
    padding: 0.25rem 0.5rem;
}

tr {
    background-color: #FFFFFF;
}

td, table.alternating-rows {
    border: 1px solid #BBBBBB;
}

table.alternating-rows td {
    /* Alternating rows used in corporate timeline. */
    border: 0;
    text-align: left;
    padding: 0.5rem 0.75rem;
}

table.alternating-rows td:first-child {
    font-size: 1.2rem;
}

table.alternating-rows tr:nth-child(even) {
    background-color: #E3EFF5;
}

/* Content wrappers below */
.constrain {
    /* For content with multiple columns or as a wrapper. Same width as header. */
    max-width: 75rem;
    margin: 0 auto;
}

.lowerwidth {
    /* Typically for paragraph heavy pages. Default template width.*/
    max-width: 55rem;
}

.narrow {
    /* Eg. pushing small elements closer together. */
    max-width: 45rem;
}
/* End content wrappers */

.mobile, .mobile-small {
    /* Anything tagged with this will only be visible at smaller screens. */
    display: none;
}

#cookie-notice {
    z-index: 1000;
    border: 1px solid #AAAAAA;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    max-width: 19rem;
    position: fixed;
    bottom: 0;
    right: 0;
}

#promo {
    border: 1px solid #AAAAAA;
    position: fixed;
    box-shadow: 0 0 4px 2px rgba(10, 10, 10, 0.2);
    max-width: 20rem;
    z-index: 1000;
    bottom: 0;
    right: 0;
    background: white;
    padding: 1rem;
}

footer {
    display: inline-block;
    background-color: #CDE3ED;
    margin-bottom: -0.75rem; /* Remove unwanted white from bottom */
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 100;
}

#footerwrapper {
    padding: 2rem 0 0.5rem 1rem;
    max-width: 75rem;
    margin: 0 auto;
    text-align: left;
    color: #0A1F29;
}

.mailchimp-container {
    display: inline-block;
    vertical-align: top;
    padding: 0.5rem 0;
}

#copyright {
    font-size: 0.9rem;
    color: #1F5E7E;
    text-align: center;
}

footer h3, footer h4 {
    padding-top: 0;
}

/* Social media in the footer, now also in Contact Us */
.social-media-links {
    padding-bottom: 0.5rem;
}

.social-media-links ul > li,
.social-media-links a {

    width: 34px;
    height: 35px;
    display: inline-block;
    margin-left: 0;
    list-style-type: none;
    -webkit-transition: 0s;
    transition: 0s;
}

#icn-rss {
    background: url('../images/gumstix_sprites.png') 3px 0;
}

#icn-rss:hover {
    background-position: 3px -36px;
}

#icn-facebook {
    background: url('../images/gumstix_sprites.png') -32px 0;
}

#icn-facebook:hover {
    background-position: -32px -36px;
}

#icn-twitter {
    background: url('../images/gumstix_sprites.png') -66px 0;
}

#icn-twitter:hover {
    background-position: -66px -36px;
}

#icn-youtube {
    background: url('../images/gumstix_sprites.png') -100px 0;
}

#icn-youtube:hover {
    background-position: -100px -36px;
}

#icn-flickr {
    background: url('../images/gumstix_sprites.png') -134px 0;
}

#icn-flickr:hover {
    background-position: -134px -36px;
}

#icn-google-plus {
    background: url('../images/gumstix_sprites.png') -166px 0;
}

#icn-google-plus:hover {
    background-position: -166px -36px;
}

#icn-linkedin {
    background: url('../images/gumstix_sprites.png') -201px 0;
}

#icn-linkedin:hover {
    background-position: -201px -35px;
}

section .social-sharing-links {
    /* In the articles */
    text-align: right;
}

section .social-sharing-links li {
    display: inline-block;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
    /* Override general content list */
    line-height: 10px; /* Fix alignment */
    vertical-align: middle;
}

#return-to-top a {
    position: fixed;
    bottom: 0;
    display: block;
    background-color: rgba(51, 153, 204, 0.8);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 0.5rem 0;
}