/*
Theme Name: Microsoft EU Policy Perspectives Blog
Theme URI: http://webdevstudios.com/
Author: WebDevStudios
Author URI: http://webdevstudios.com/
Description: Framework created for the Microsoft Themes
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: wds_ms
Domain Path: /languages/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Microsoft Framework is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/**
 * Media Queries using Sass List Maps
 *
 */
/* Define our breakpoints in $breakpoints variable and assign key value pairs in ems.
 * If default font-size is 16px, then:
 *
 */
/* Microsoft Brand Colors
----------------------------------------------*/
/* Layout/Element Semantic Colors
----------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'SegoeUI';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot");
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.ttf") format("truetype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.svg#web") format("svg");
}
@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: 'SegoeUIHeavy';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot");
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.ttf") format("truetype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.svg#web") format("svg");
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: 'SegoeUIBold';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.eot");
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.ttf") format("truetype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.svg#web") format("svg");
}
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: 'SegoeUIMed';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot");
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.ttf") format("truetype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.svg#web") format("svg");
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'ms-icons';
  src: url("fonts/ms-icons.eot?hngpku");
  src: url("fonts/ms-icons.eot?#iefixhngpku") format("embedded-opentype"), url("fonts/ms-icons.woff?hngpku") format("woff"), url("fonts/ms-icons.ttf?hngpku") format("truetype"), url("fonts/ms-icons.svg?hngpku#ms-icons") format("svg");
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'ms-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ms-icons_add-to-cart:before {
  content: "\e600";
}

.icon-ms-icons_added-to-cart:before {
  content: "\e601";
}

.icon-ms-icons_call-circle:before {
  content: "\e602";
}

.icon-ms-icons_call:before {
  content: "\e603";
}

.icon-ms-icons_cancel-circle:before {
  content: "\e604";
}

.icon-ms-icons_cancel:before {
  content: "\e605";
}

.icon-ms-icons_cart:before {
  content: "\e606";
}

.icon-ms-icons_chat-circle:before {
  content: "\e607";
}

.icon-ms-icons_chat:before {
  content: "\e608";
}

.icon-ms-icons_check-circle:before {
  content: "\e609";
}

.icon-ms-icons_check:before {
  content: "\e60a";
}

.icon-ms-icons_collapse-circle:before {
  content: "\e60b";
}

.icon-ms-icons_collapse:before {
  content: "\e60c";
}

.icon-ms-icons_download-circle:before {
  content: "\e60d";
}

.icon-ms-icons_download:before {
  content: "\e60e";
}

.icon-ms-icons_dropdown-circle:before {
  content: "\e60f";
}

.icon-ms-icons_dropdown:before {
  content: "\e610";
}

.icon-ms-icons_edit-circle:before {
  content: "\e611";
}

.icon-ms-icons_edit:before {
  content: "\e612";
}

.icon-ms-icons_email-circle:before {
  content: "\e613";
}

.icon-ms-icons_email:before {
  content: "\e614";
}

.icon-ms-icons_expand-circle:before {
  content: "\e615";
}

.icon-ms-icons_expand:before {
  content: "\e616";
}

.icon-ms-icons_globe:before {
  content: "\e617";
}

.icon-ms-icons_help-circle:before {
  content: "\e618";
}

.icon-ms-icons_help:before {
  content: "\e619";
}

.icon-ms-icons_items-in-cart:before {
  content: "\e61a";
}

.icon-ms-icons_next-circle:before {
  content: "\e61b";
}

.icon-ms-icons_next:before {
  content: "\e61c";
}

.icon-ms-icons_pause-circle:before {
  content: "\e61d";
}

.icon-ms-icons_pause:before {
  content: "\e61e";
}

.icon-ms-icons_play-circle:before {
  content: "\e61f";
}

.icon-ms-icons_play:before {
  content: "\e620";
}

.icon-ms-icons_prev-circle:before {
  content: "\e621";
}

.icon-ms-icons_prev:before {
  content: "\e622";
}

.icon-ms-icons_refresh-circle:before {
  content: "\e623";
}

.icon-ms-icons_refresh:before {
  content: "\e624";
}

.icon-ms-icons_save-circle:before {
  content: "\e625";
}

.icon-ms-icons_save:before {
  content: "\e626";
}

.icon-ms-icons_search-circle:before {
  content: "\e627";
}

.icon-ms-icons_search:before {
  content: "\e628";
}

.icon-ms-icons_settings-circle:before {
  content: "\e629";
}

.icon-ms-icons_settings:before {
  content: "\e62a";
}

.icon-ms-icons_trash-circle:before {
  content: "\e62b";
}

.icon-ms-icons_trash:before {
  content: "\e62c";
}

.icon-ms-icons_undo-circle:before {
  content: "\e62d";
}

.icon-ms-icons_undo:before {
  content: "\e62e";
}

.icon-ms-icons_up-level-circle:before {
  content: "\e62f";
}

.icon-ms-icons_up-level:before {
  content: "\e630";
}

.icon-ms-icons_upload-circle:before {
  content: "\e631";
}

.icon-ms-icons_upload:before {
  content: "\e632";
}

/*--------------------------------------------------------------
Icons
--------------------------------------------------------------*/
@font-face {
  font-family: 'ms-icons';
  src: url("fonts/ms-icons.eot?ptogcs");
  src: url("fonts/ms-icons.eot?#iefixptogcs") format("embedded-opentype"), url("fonts/ms-icons.woff?ptogcs") format("woff"), url("fonts/ms-icons.ttf?ptogcs") format("truetype"), url("fonts/ms-icons.svg?ptogcs#ms-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'ms-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\2261";
}

.icon-down-big:before {
  content: "\7e";
}

.icon-add-cart-plus:before {
  content: "\61";
}

.icon-add-cart-check:before {
  content: "\62";
}

.icon-phone:before {
  content: "\63";
}

.icon-phone-circle:before {
  content: "\64";
}

.icon-close:before {
  content: "\65";
}

.icon-close-circle:before {
  content: "\66";
}

.icon-add-cart-circle:before {
  content: "\67";
}

.icon-comment:before {
  content: "\68";
}

.icon-comment-circle:before {
  content: "\69";
}

.icon-check:before {
  content: "\6a";
}

.icon-check-circle:before {
  content: "\6b";
}

.icon-minus:before {
  content: "\6c";
}

.icon-minus-circle:before {
  content: "\6d";
}

.icon-download:before {
  content: "\6e";
}

.icon-download-circle:before {
  content: "\6f";
}

.icon-expand:before {
  content: "\70";
}

.icon-expand-circle:before {
  content: "\71";
}

.icon-edit:before {
  content: "\72";
}

.icon-edit-circle:before {
  content: "\73";
}

.icon-envelope:before {
  content: "\74";
}

.icon-envelope-circle:before {
  content: "\75";
}

.icon-plus:before {
  content: "\76";
}

.icon-plus-circle:before {
  content: "\77";
}

.icon-earth:before {
  content: "\78";
}

.icon-question:before {
  content: "\79";
}

.icon-question-circle:before {
  content: "\7a";
}

.icon-cart-circle:before {
  content: "\41";
}

.icon-arrow-right:before {
  content: "\42";
}

.icon-pause:before {
  content: "\44";
}

.icon-pause-circle:before {
  content: "\45";
}

.icon-play:before {
  content: "\46";
}

.icon-play-circle:before {
  content: "\47";
}

.icon-arrow-left:before {
  content: "\48";
}

.icon-arrow-left-circle:before {
  content: "\49";
}

.icon-refresh:before {
  content: "\4a";
}

.icon-refresh-circle:before {
  content: "\4b";
}

.icon-save:before {
  content: "\4c";
}

.icon-save-circle:before {
  content: "\4d";
}

.icon-search:before {
  content: "\4e";
}

.icon-search-circle:before {
  content: "\4f";
}

.icon-settings:before {
  content: "\50";
}

.icon-settings-circle:before {
  content: "\51";
}

.icon-trash:before {
  content: "\52";
}

.icon-trash-circle:before {
  content: "\53";
}

.icon-back:before {
  content: "\54";
}

.icon-back-circle:before {
  content: "\55";
}

.icon-up-level:before {
  content: "\56";
}

.icon-up-level-circle:before {
  content: "\57";
}

.icon-upload:before {
  content: "\58";
}

.icon-upload-circle:before {
  content: "\59";
}

.icon-arrow-right-circle:before {
  content: "\43";
}

.icon-feed:before {
  content: "\e600";
}

.icon-feed2:before {
  content: "\e601";
}

.single .post-info, .wp-caption-text,
.gallery-caption, .widget .button-full {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
  color: #505050;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "SegoeUI", "Segoe UI", sans-serif;
  line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.5;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
}

h2, h3, h4, h5, h6 {
  font-family: "SegoeUIMed", "Segoe UI", sans-serif;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
}

h3 {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
}

h5 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 30px;
  line-height: 3rem;
}

h6 {
  font-size: 18px;
  font-size: 1.8rem;
}

body h1 {
  font-family: "SegoeUI", "Segoe UI", sans-serif;
}

hr {
  margin-bottom: 1.5em;
  height: 1px;
  border: 0;
  background-color: #ccc;
}

/* Text elements */
p {
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b, strong {
  font-family: "SegoeUIBold", "Segoe UI", sans-serif;
  font-weight: normal;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  border-bottom: 1px solid #426ab2;
  border-top: 1px solid #426ab2;
  color: #002050;
  font-family: "SegoeUI", "Segoe UI", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 100;
  line-height: 38px;
  line-height: 3.8rem;
  margin: 37px 0 30px;
}
blockquote p {
  margin: 0 1.5em;
  padding: 0.6em 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  overflow: auto;
  margin-bottom: 1.6em;
  padding: 1.6em;
  max-width: 100%;
  background: #eee;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.6;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  position: relative;
  height: 0;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-family: "SegoeUIBold", "Segoe UI", sans-serif;
}

img {
  max-width: 100%;
  /* Adhere to container width. */
  height: auto;
  /* Make sure images are scaled correctly. */
}

button,
input,
select,
textarea {
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  padding: 6px 20px 6px;
  border: none;
  border-radius: 0;
  background: #004185;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  background-color: #00B294;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  width: 98%;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

/* Links */
a {
  color: #426ab2;
  text-decoration: none;
}
a:visited {
  color: #426ab2;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #004185;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignleft img {
  width: 100%;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar */
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  display: table;
  content: '';
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Sprites */
.sprite {
  background: url(images/sprites.png) 0 0 no-repeat;
}

@media (max-width: 768px) {
  .thumbnail {
    margin-top: 7px;
  }

  .hentry .alignleft {
    width: 45%;
    margin-right: 2.5em;
  }

  .featured .alignleft,
  .sticky .alignleft {
    float: none;
    display: block;
    margin: 0 0 20px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hentry .alignleft {
    width: 100%;
    margin: 0 0 15px;
  }

  .back-to-top {
    background: #e1e1e1 url(images/icon-backtotop.png) no-repeat 10px 10px;
    padding: 10px 20px 10px 30px;
    top: -20px;
  }
}
@media (max-width: 440px) {
  .term-archive-header {
    width: 100%;
  }
}
#search-taxonomy-filter {
  padding: 1em 0;
}

.gallery-caption {
  font-size: inherit;
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
.site-header-wrap {
  background: #002050;
  color: #FFFFFF;
  height: 105px;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 64em) {
  .site-header-wrap {
    height: auto;
  }
}
.logged-in .site-header-wrap {
  top: 46px;
  top: 4.6rem;
}
.site-header-wrap aside,
.site-header-wrap ul {
  margin: 0;
}

.site-header {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (min-width: 64em) {
  .site-header {
    max-width: 970px;
    max-width: 97rem;
  }
}

.header-left {
  max-width: 100%;
  width: 100%;
}

.header-right {
  padding: 10px 10px 5px;
  padding: 1rem 1rem 0.5rem;
  box-sizing: border-box;
  clear: both;
  display: none;
  float: right;
  max-width: none;
}
@media (min-width: 64em) {
  .header-right {
    padding: 3px 0 0;
    padding: 0.3rem 0 0;
    clear: none;
    display: block;
    height: 92px;
    max-width: 200px;
    position: relative;
    width: 100%;
  }
}
.header-right.open {
  background: #edf1f7;
  display: block;
  height: 81px;
  position: absolute;
  top: 105px;
  width: 100%;
  z-index: 9;
}

.site-branding {
  padding: 0 0 0 10px;
  padding: 0 0 0 1rem;
  float: left;
}
@media (min-width: 64em) {
  .site-branding {
    max-width: 50%;
    padding: 0;
  }
}

/*--------------------------------------------------------------
Header Items
--------------------------------------------------------------*/
.header-logo {
  background: url(images/logo.png) no-repeat left top;
  display: block;
  margin: 11px 0 25px;
  height: 24px;
  width: 102px;
}

.site-title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.site-title a,
.site-title a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.site-header #MicrosoftTranslatorWidget {
  height: auto;
}
.site-header #MicrosoftTranslatorWidget #LauncherLogoImage,
.site-header #MicrosoftTranslatorWidget #LauncherWithSpan {
  display: none;
}
.site-header #MicrosoftTranslatorWidget #LauncherTranslatePhrase {
  background: #008272 !important;
  border: none;
  color: #FFFFFF;
  font-weight: 500;
  height: auto;
  padding: 6px 15px;
  position: absolute;
  right: 10px;
  text-decoration: none;
}
@media (min-width: 64em) {
  .site-header #MicrosoftTranslatorWidget #LauncherTranslatePhrase {
    bottom: -2px;
    bottom: -0.2rem;
    right: 0;
  }
}
.site-header #MicrosoftTranslatorWidget #LauncherTranslatePhrase:hover {
  background: #00B294 !important;
}
.site-header #MicrosoftTranslatorWidget #TranslateSpan {
  font-size: 12px;
  font-size: 1.2rem;
}
.site-header #WidgetLauncher {
  height: auto;
  margin: 0;
}
@media (min-width: 64em) {
  .site-header #WidgetLauncher {
    margin: 5px;
    margin: 0.5rem;
  }
}

#WidgetFloaterPanels {
  top: 177px !important;
  top: 17.7rem !important;
}
.admin-bar #WidgetFloaterPanels {
  top: 223px !important;
  top: 22.3rem !important;
}
@media (min-width: 85.375em) {
  #WidgetFloaterPanels {
    top: 95px !important;
    top: 9.5rem !important;
  }
  .admin-bar #WidgetFloaterPanels {
    top: 126px !important;
    top: 12.6rem !important;
  }
}

.menu-toggle {
  font-size: 32px;
  font-size: 3.2rem;
  height: 32px;
  height: 3.2rem;
  right: 10px;
  right: 1rem;
  top: 10px;
  top: 1rem;
  width: 32px;
  width: 3.2rem;
  cursor: pointer;
  display: block;
  position: absolute;
}
@media (min-width: 64em) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle.open {
  background-position: 0 -32px;
}
.menu-toggle.open:before {
  content: '\e60b';
}

/*--------------------------------------------------------------
Social Links
--------------------------------------------------------------*/
@media (min-width: 64em) {
  .social-links {
    margin-left: 10px;
    margin-left: 1rem;
  }
}
.social-links li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
  margin-right: 1rem;
}
.social-links a,
.social-links a:visited {
  color: #FFFFFF;
  font-size: 22px;
  font-size: 2.2rem;
}
.social-links a:hover {
  color: #edf1f7;
}

.open .social-links {
  float: left;
  margin: 0;
}
.open .social-links a {
  color: #426ab2;
}
.open .social-links a:hover {
  color: #004185;
}

/*--------------------------------------------------------------
Header Search
--------------------------------------------------------------*/
#dismiss {
  display: none;
}

.header-search {
  right: 0;
  top: 4px;
  top: 0.4rem;
  clear: both;
  float: right;
  height: 46px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 500;
}
@media (min-width: 64em) {
  .header-search {
    position: absolute;
    max-width: none;
    width: 52px;
  }
}
.header-search.open {
  width: 100% !important;
}
.header-search #animate-search {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #003483;
  background: #002050 url(images/icon-search.png) no-repeat center center;
  height: 35px;
  position: absolute;
  right: 0;
  width: 39px;
  z-index: 1000;
}
.header-search #animate-search:hover {
  background-color: #001637;
}
.header-search .search-form .search-field {
  float: right;
  margin: 0;
  width: 0;
}
.header-search .search-submit {
  margin-top: 2px;
  margin-top: 0.2rem;
  position: absolute;
  right: 0;
  top: -2px;
}
.header-search #dismiss {
  cursor: pointer;
  height: 17px;
  margin: 10px 10px 0 0;
  position: absolute;
  right: 40px;
  width: 17px;
  z-index: 1000;
}

.search-form .search-field {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  height: 35px;
  height: 3.5rem;
  margin-right: 10px;
  margin-right: 1rem;
  padding: 3px 3px 2px 10px;
  padding: 0.3rem 0.3rem 0.2rem 1rem;
  border: 1px solid #003483;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-weight: 500;
  -webkit-appearance: none;
}
.search-form .search-submit {
  background: #002050 url(images/icon-search.png) no-repeat center center;
  border: 1px solid #003483;
  box-shadow: none !important;
  height: 37px;
  overflow: hidden;
  padding: 0;
  text-indent: 2000%;
  white-space: nowrap;
  width: 41px;
}
.search-form .search-submit:hover {
  background-color: #001637;
  border-color: #003483;
}

/*--------------------------------------------------------------
Announcement Bar
--------------------------------------------------------------*/
.announcement {
  width: 980px;
  height: 39px;
  margin: 0 auto;
}
.announcement .highlight {
  text-align: center;
  width: 149px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 10px 0px;
  background: #ef512e;
  color: white;
  float: left;
}
.announcement .message {
  float: left;
  padding: 5px 0px 0px 11px;
}
.announcement .message h4 {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}
.announcement a h4 {
  color: #515151;
}
.announcement .col-11 {
  padding: 0px;
  margin: 0px;
}
.announcement .col-1 {
  padding: 0px;
  margin: 0px;
}

.announcement_wrap {
  background: #f0f0f0;
  overflow: hidden;
}
.has-announcement.filtering .announcement_wrap {
  position: relative;
  top: 47px;
}
.announcement_wrap #dismiss {
  color: #002050;
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  height: 15px;
  padding: 12px 0 0;
  position: relative;
  width: 15px;
}
.announcement_wrap #dismiss:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
/* Navigation
---------------------------------------------------------*/
.main-navigation {
  padding: 10px 10px 5px;
  padding: 1rem 1rem 0.5rem;
  clear: none;
  display: none;
  float: left;
  max-width: 100%;
  padding: 0;
  width: auto;
}
@media (min-width: 64em) {
  .main-navigation {
    display: table;
    height: 105px;
    margin-left: 3.50515%;
    padding: 0;
    width: 50%;
  }
}
.main-navigation.active {
  display: block;
}
@media (min-width: 64em) {
  .main-navigation .menu,
  .main-navigation > div {
    display: table-cell;
    vertical-align: bottom;
  }
}

.main-navigation ul {
  list-style-type: none;
}
@media (min-width: 64em) {
  .main-navigation li {
    margin-right: 1em;
  }
}

.main-navigation .menu {
  list-style: none;
}
.main-navigation .menu > li {
  display: inline-block;
}
.main-navigation .menu > li:hover, .main-navigation .menu > li:active, .main-navigation .menu > li.active {
  background-color: #edf1f7;
}
.main-navigation .menu > li:hover a, .main-navigation .menu > li:active a, .main-navigation .menu > li.active a {
  color: #000000;
}
.main-navigation .menu > li > a {
  color: #FFFFFF;
  display: block;
  padding: 10px 10px 15px;
}
.main-navigation .menu .current-menu-item,
.main-navigation .menu .current-menu-ancestor,
.main-navigation .menu .current-menu-parent,
.main-navigation .menu .current_page_parent,
.main-navigation .menu .current_page_ancestor,
.main-navigation .menu .current-page-ancestor,
.main-navigation .menu .main-navigation .active {
  background-color: #edf1f7;
}
.main-navigation .menu .current-menu-item > a,
.main-navigation .menu .current-menu-ancestor > a,
.main-navigation .menu .current-menu-parent > a,
.main-navigation .menu .current_page_parent > a,
.main-navigation .menu .current_page_ancestor > a,
.main-navigation .menu .current-page-ancestor > a,
.main-navigation .menu .main-navigation .active > a {
  color: #000000;
}

.main-navigation ul ul {
  background: #edf1f7;
  display: none;
  float: left;
  left: 0;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99999;
}
.main-navigation ul ul:before {
  position: absolute;
  top: 0;
  right: -2000px;
  bottom: 0;
  left: -2000px;
  z-index: -1;
  background: #edf1f7;
  content: '';
}
.main-navigation ul ul a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.main-navigation ul ul a:hover {
  text-decoration: underline;
}
.main-navigation ul ul li {
  box-sizing: border-box;
  margin: 0 0 10px;
}
.main-navigation ul ul li:last-of-type {
  margin-bottom: 0;
}

.main-navigation li.drop > a:before .sub-menu:hover {
  content: '\f056';
}

.main-navigation ul ul.sub-menu:after {
  background: #cad6e7;
  bottom: 0;
  content: '';
  height: 1px;
  left: -2000px;
  position: absolute;
  right: -2000px;
  z-index: -1;
}

.main-navigation ul ul ul {
  top: 0;
  left: 100%;
}

.main-navigation ul li.active > ul {
  display: block;
}

/*--------------------------------------------------------------
Main Navigation Responsive
--------------------------------------------------------------*/
.main-navigation.open {
  background: #edf1f7;
  border-bottom: 1px solid #002050;
  display: block;
  padding-top: 10px;
  position: absolute;
  top: 186px;
  width: 100%;
  z-index: 9;
}
.main-navigation.open .menu > li > a {
  color: #000000;
}
.main-navigation.open .menu .active > a {
  background: #002050;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.main-navigation.open li {
  width: 100%;
}
.main-navigation.open a {
  color: #000000;
}

.open .sub-menu {
  margin-bottom: 10px;
  position: relative;
  padding: 0 10px 10px;
}

/*--------------------------------------------------------------
Social Links
--------------------------------------------------------------*/
.social-links {
  float: right;
  margin-right: 52px;
}
.social-links li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
  margin-right: 1rem;
}
.social-links a,
.social-links a:visited {
  color: #FFFFFF;
  font-size: 22px;
  font-size: 2.2rem;
}
.social-links a:hover {
  color: #edf1f7;
}

/* Footer
---------------------------------------------------------*/
.site-footer {
  position: relative;
  padding: 30px 20px;
  background: #e1e1e1;
}
.site-footer a {
  color: #666;
  text-decoration: none;
}
.site-footer a:hover {
  color: #00B294;
}

.footer-logo {
  bottom: 30px;
  position: absolute;
  right: 20px;
  text-align: right;
}
.footer-logo p {
  clear: both;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "SegoeUIMed", "Segoe UI", sans-serif;
  margin-bottom: 0;
}

.copyright-logo {
  background: url(images/footer-logo.png) no-repeat right top;
  display: block;
  float: right;
  height: 18px;
  margin-bottom: 5px;
  width: 85px;
}

.footer-menu {
  clear: both;
  list-style: none;
  margin: 0;
  padding-bottom: 60px;
  width: 100%;
}
@media (min-width: 48em) {
  .footer-menu {
    padding-bottom: 0;
  }
}
.footer-menu li {
  display: inline-block;
  padding-right: 20px;
}
.footer-menu .page_item_has_children,
.footer-menu .menu-item-has-children {
  padding: 10px 0;
}
.footer-menu a {
  font-size: 12px;
  font-size: 1.2rem;
}

.footer-widgets {
  overflow: hidden;
  margin: 0 auto 50px;
  max-width: 980px;
  /* Grid Edit */
}
.footer-widgets .widget {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}
.footer-widgets h4 {
  margin: 0 0 6px 0;
}
.footer-widgets .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home .footer-widgets .col-4,
.footer-widgets .col-4 {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 48em) {
  .home .footer-widgets .col-4,
  .footer-widgets .col-4 {
    margin: 0 1.5%;
    padding: 0 0 0 60px;
    width: 31.25%;
  }
}
.home .footer-widgets .col-4:first-child,
.footer-widgets .col-4:first-child {
  margin-left: 0;
}
.home .footer-widgets .col-4:last-child,
.footer-widgets .col-4:last-child {
  margin-right: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .copyright-logo {
    background: url(images/footer-logo@2x.png) no-repeat left top;
    background-size: contain;
  }
}
.site-content {
  margin: 40px auto;
  padding: 0 20px;
  max-width: 980px;
}

@media (min-width: 48em) {
  .page-template-template-custom-filter-php main > article {
    margin-right: 1.5em;
    width: 100%;
  }
}

#primary .all-posts {
  float: none;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
}
@media (min-width: 64em) {
  #primary .all-posts {
    float: left;
    margin-bottom: 0;
    width: 64%;
  }
}

#secondary {
  clear: both;
  float: none;
  padding: 0;
  width: 100%;
}
@media (min-width: 64em) {
  #secondary {
    clear: none;
    float: right;
    width: 31.333%;
  }
}

.sort-wrap,
.showall-wrap {
  margin-bottom: 20px;
  font-weight: 500;
}

.sort-wrap {
  color: #000;
  vertical-align: top;
}

.sort-wrap ul {
  position: absolute;
  z-index: 200;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  background: #fff;
  list-style-type: none;
}

.sort-wrap:hover ul {
  margin: -1px;
  border: 1px solid #e1e1e1;
}

.sort-wrap li {
  display: none;
}

.sort-wrap li.selected {
  display: inline-block !important;
  padding-right: 14px;
  background: url(images/arrow-dropdown.png) no-repeat right center;
}

.sort-wrap:hover li {
  display: block;
}

.sort-wrap a {
  color: #000;
  text-decoration: none;
}

.showall-wrap {
  text-align: right;
}

a.show-all-link {
  color: #004185;
  text-decoration: none;
}

a.show-all-link:hover {
  text-decoration: underline;
}

.filter-wrap {
  position: relative;
  top: -4px;
  text-align: right;
  font-weight: 500;
}

.filter-wrap {
  display: inline;
  list-style-type: none;
  margin-left: 5px;
}

.filter-wrap .term-filters li {
  display: inline;
}

.filter-wrap .term-filters a {
  display: inline-block;
  padding: 0 10px;
  color: #000;
  line-height: 30px;
}

.filter-wrap .term-filters .active {
  background: #505050;
  color: #fff;
}

@media (max-width: 950px) {
  .filter-wrap {
    position: static;
    padding-right: 120px !important;
    vertical-align: top;
  }

  .filter-wrap .term-filters {
    position: absolute;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    width: 110px;
    background: #fff;
    text-align: left;
  }

  .filter-wrap .term-filters:hover {
    margin: -1px;
    border: 1px solid #ccc;
  }

  .filter-wrap .term-filters li {
    display: block;
  }

  .filter-wrap .term-filters a {
    display: none;
    padding: 0;
    line-height: inherit;
  }

  .filter-wrap .term-filters:hover a {
    display: block;
  }

  .filter-wrap .term-filters .active {
    display: block;
    background: #fff url(images/arrow-dropdown.png) no-repeat right center;
    color: #000;
  }

  .filter-wrap .term-filters:hover .active {
    background-image: inherit;
  }

  .filter-wrap .term-filters:hover li:first-child {
    background: #fff url(images/arrow-dropdown.png) no-repeat right center;
  }
}
.paging-wrap {
  text-align: center;
  font-size: 18px;
}
.paging-wrap a {
  text-decoration: none;
}
.paging-wrap .page-numbers {
  padding: 0 10px;
}
.paging-wrap .prev, .paging-wrap .next {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 2px;
  padding: 0;
  width: 14px;
  height: 10px;
  background: url(images/arrow-left.png) no-repeat left center;
  text-indent: -200%;
  white-space: nowrap;
}
.paging-wrap .next {
  background-image: url(images/arrow-right.png);
}
.paging-wrap .current {
  display: inline-block;
  height: 30px;
  background: #e1e1e1;
  color: #004185;
  line-height: 30px;
}

.entry-header {
  margin-bottom: 1.2em;
  position: relative;
}
.entry-header .addthis_toolbox {
  float: none;
  margin: 0;
}
@media (min-width: 48em) {
  .entry-header .addthis_toolbox {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}
.entry-header .addthis_toolbox a {
  margin-left: 5px;
}

.page h1.entry-title {
  line-height: 40px;
}

.entry-title {
  line-height: 1;
  margin-bottom: .325em;
}
.blog .entry-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
.single .entry-title {
  margin-bottom: 0;
}
.entry-title a {
  color: #004185;
}
.entry-title a:hover {
  color: #426ab2;
}

.home h1.entry-title {
  font-size: 27px;
  line-height: 1.1;
}

.entry-meta {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  width: 80%;
}
.entry-meta .author-title a {
  color: #505050;
  font-style: italic;
}
.entry-meta .addthis_toolbox {
  float: none;
  margin: 0;
}

.search .search-title {
  padding: 0;
}
.search article {
  overflow: hidden;
  position: relative;
}
.search article h3 {
  font-family: "SegoeUI", "Segoe UI", sans-serif;
}

.hentry {
  margin: 0 0 2em;
}

.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.home .site-content .entry-title a {
  color: #004185;
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none;
}
.home .site-content .entry-title a:hover {
  color: #426ab2;
}
.home .site-content .entry-meta {
  font-size: 13px;
  font-size: 1.3rem;
}

.home-sticky-wrap {
  background: #edf1f7;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 3.5% 8px;
}
@media (min-width: 64em) {
  .home-sticky-wrap {
    padding: 30px 0 8px 0;
  }
}
.home-sticky-wrap .home_addthis_toolbox {
  padding: 0;
  float: left;
  margin: 5px 0 0 0;
}
.home-sticky-wrap h1 {
  font-size: 27px;
}
.home-sticky-wrap .left-col,
.home-sticky-wrap .right-col {
  float: none;
  margin: 0;
  width: 100%;
}
.home-sticky-wrap .left-col {
  margin: 0;
}
@media (min-width: 40em) {
  .home-sticky-wrap .left-col {
    float: left;
    margin-right: 2.34694%;
    width: 42.7551%;
  }
}
.home-sticky-wrap .left-col img {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 40em) {
  .home-sticky-wrap .left-col img {
    margin: 0;
  }
}
@media (min-width: 40em) {
  .home-sticky-wrap .right-col {
    float: left;
    margin: -4px 0 0 0;
    width: 51.02041%;
  }
}

.home-sticky-wrap .owl-controls {
  left: 50%;
  margin-left: -490px;
  position: absolute;
  top: 50%;
  width: 980px;
}

.home-sticky-wrap .owl-prev,
.home-sticky-wrap .owl-next {
  display: block;
  height: 32px;
  line-height: 1;
  position: absolute;
  opacity: .5;
  text-align: center;
  width: 32px;
}
.home-sticky-wrap .owl-prev:before,
.home-sticky-wrap .owl-next:before {
  font-size: 32px;
  font-size: 3.2rem;
  color: #426ab2;
  display: block;
  font-family: FontAwesome;
}
.home-sticky-wrap .owl-prev:hover,
.home-sticky-wrap .owl-next:hover {
  opacity: .7;
}
.home-sticky-wrap .owl-prev {
  right: 102%;
}
.home-sticky-wrap .owl-prev:before {
  content: '\f137';
}
.home-sticky-wrap .owl-next {
  left: 102%;
}
.home-sticky-wrap .owl-next:before {
  content: '\f138';
}

.home-sticky {
  max-width: 980px;
  margin: 0 auto;
}

.video-play {
  color: #505050;
  font-size: 58px;
  font-size: 5.8rem;
  left: 50%;
  margin-left: -25px;
  margin-top: -29px;
  opacity: .7;
  position: absolute;
  top: 50%;
}

.entry-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content h1,
.entry-content h3 {
  margin-bottom: 0.3em;
}
.entry-content h2 {
  margin-bottom: 0.2em;
}
.entry-content td,
.entry-content th {
  border-bottom: 1px solid #e1e1e1;
}

.entry-summary p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.entry-summary a {
  color: inherit;
}
.entry-summary .read-more {
  color: #426ab2;
}
.entry-summary .read-more:hover {
  color: #004185;
}

.search-title {
  margin-bottom: 0.75em;
  padding-left: 10px;
  font-size: 24px;
  font-size: 2.4rem;
}

.search-term {
  color: #004185;
}

#search-term {
  font-weight: 500;
}

.search-entry .entry-summary {
  margin-top: 0.5em;
}

.search-entry p {
  margin-bottom: 1em;
}

article.search-post {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.entry-share-col .addthis_toolbox {
  margin: 60px 0 0;
}

@media (max-width: 475px) {
  .entry-share-col {
    display: none;
  }
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.attachment-box-thumbnail {
  clear: both;
  display: block;
  margin-bottom: 5px;
}

.entry-header-term {
  position: absolute;
  top: 20px;
  right: 50px;
  left: 20px;
  overflow: hidden;
  height: 40px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.35294117647059;
}

.entry-featured-category-wrap,
.term-archive-header-wrap {
  position: relative;
  margin-bottom: 20px;
  height: 80px;
}

.entry-featured-category-box,
.term-archive-header {
  position: absolute;
  left: -160px;
  height: 80px;
  background: #004185;
  line-height: 80px;
}

@media (max-width: 1260px) {
  .entry-featured-category-wrap,
  .term-archive-header-wrap {
    position: static;
  }

  .entry-featured-category-box,
  .term-archive-header {
    left: 0;
  }
}
.term-archive-header {
  padding-left: 160px;
}

.entry-featured-category-wrap .back-link {
  display: inline-block;
  margin-left: 10px;
  padding-left: 40px;
  width: 110px;
  height: 28px;
  background: url(images/arrow-back.png) no-repeat;
  color: #fff;
  text-decoration: none;
  line-height: 28px;
  opacity: 0.45;
}

.entry-featured-category {
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
}

/* Single post styles */
.single article {
  padding: 0;
  width: 100%;
}
@media (min-width: 64em) {
  .single article {
    padding: 0 10px 0 0;
    width: 66.666666667%;
  }
}
.single article.comment-body {
  padding: 0;
  width: 100%;
}
.single .entry-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
}
.single .featured-image {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.single .featured-image img {
  float: left;
  width: 100%;
}
.single .entry-meta {
  background: #f0f0f0;
  float: left;
  position: relative;
  width: 100%;
}
header .single .entry-meta a {
  color: #737373;
}
.single .entry-header .entry-meta {
  margin-bottom: 1em;
  padding-top: 6px;
  padding-bottom: 6px;
}
.single .post-info {
  float: left;
  padding-left: 5px;
  padding-top: 4px;
  padding-right: 5px;
  width: 100%;
}
@media (min-width: 22.5em) {
  .single .post-info {
    width: 75%;
  }
}
.single .entry-content {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1.5em;
}
.single .entry-content li {
  margin-bottom: .6em;
}

footer.entry-meta {
  clear: both;
  margin-bottom: 30px;
  padding: 0;
}
footer.entry-meta h2 {
  background: #004185;
  color: #fff;
  display: inline-block;
  font-family: "SegoeUI", "Segoe UI", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
  padding: .65em 13px;
}

.back-to-top-wrap {
  right: 0px;
  position: absolute;
  width: 70px;
  height: 65px;
  margin-top: -101px;
}

.back-to-top {
  background: #ededed url(images/icon-backtotop.png) no-repeat 50% 8px;
  color: #505050;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  height: 33px;
  padding: 32px 12px 5px 12px;
  line-height: 13px;
  line-height: 1.3rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 45px;
}

#tag-wrap {
  float: left;
}

.tag-list {
  display: inline;
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.tag-list li {
  display: inline-block;
  margin-right: 4px;
}
.tag-list a {
  background: transparent;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  text-transform: lowercase;
}

#footer-share {
  font-size: 13px;
  font-size: 1.3rem;
  background: #f0f0f0;
  box-sizing: border-box;
  float: right;
  height: 40px;
  min-width: 225px;
  padding: 5px 0 0;
}
@media (min-width: 64em) {
  #footer-share {
    border-left: 1px solid #FFFFFF;
  }
}
#footer-share > span {
  color: #505050;
  float: left;
  padding: 7px 10px 7px 20px;
}

@media (max-width: 770px) {
  .entry-header-term {
    position: static;
    float: left;
    width: 250px;
  }

  article .entry-upper-head:after {
    display: table;
    clear: both;
    content: '';
  }

  article.col-10 {
    width: 97%;
  }
}
/* Social Icon styles */
.entry-meta .social-icons-wrap {
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
}
.entry-meta .social-icons-wrap ul {
  margin: 0;
}
.entry-meta .social-icons-wrap li {
  float: left;
  height: 30px;
  list-style-type: none;
  margin: 0 6px 0 0;
  width: 30px;
}
.entry-meta .social-icons-wrap a {
  color: #fff;
  display: block;
  line-height: 30px;
  text-align: center;
}
.entry-meta .social-icons-wrap .facebook {
  background: #537cbe;
}
.entry-meta .social-icons-wrap .facebook:hover {
  background: #3d63a1;
}
.entry-meta .social-icons-wrap .twitter {
  background: #76cdf0;
}
.entry-meta .social-icons-wrap .twitter:hover {
  background: #48bceb;
}
.entry-meta .social-icons-wrap .linkedin {
  background: #0e85c9;
}
.entry-meta .social-icons-wrap .linkedin:hover {
  background: #0b6599;
}
.entry-meta .social-icons-wrap .email {
  background: #9B4F96;
}
.entry-meta .social-icons-wrap .email:hover {
  background: #793e75;
}

.site-main {
  clear: both;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  -ms-box-sizing: border-box;
}
@media (max-width: 475px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 100%;
  }
}

.row {
  overflow: hidden;
}

.col-1 {
  width: 8.333333333%;
}

.col-2 {
  width: 16.666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333333%;
}

.col-5 {
  width: 41.666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333333%;
}

.col-8 {
  width: 66.666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333333%;
}

.col-11 {
  width: 91.666666667%;
}

.col-12 {
  width: 100%;
}

@media (max-width: 768px) {
  .col-4 {
    width: 50%;
  }

  .col-3 {
    width: 50%;
  }

  div.showall-wrap.col-4.post-wrap {
    top: 0;
    right: 0 !important;
  }

  div.sort-wrap.col-8.post-wrap {
    width: 50%;
  }

  div.filter-wrap.col-9 {
    width: 100%;
  }

  body.search-results .entry-main-section.col-8 {
    width: 90.3%;
  }

  .announcement_wrap {
    display: none;
  }
  .announcement_wrap .announcement {
    width: 100%;
  }
  .announcement_wrap #dismiss {
    padding: 16px 10px 0px 0px;
  }
}
.related-posts-bar {
  border-top: 1px solid #dadada;
  position: relative;
  clear: both;
  padding: 0 0 35px;
}

.related-posts-bar h3 {
  background: #004185;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "SegoeUI", "Segoe UI", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin: -1px 0 25px;
  padding: .65em 13px;
  text-align: center;
}

.related-posts-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.related-posts-list li {
  padding: 0 20px 0 0;
}

.related-post {
  margin-bottom: 20px;
}
.related-post .post-title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #004185;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  text-decoration: none;
}
.related-post .post-title:hover {
  color: #426ab2;
}
.related-post p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 15px;
  line-height: 1.5rem;
  margin: 0 0 1px 0;
}
.related-post .read-more {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
}
.related-post a,
.related-post .read-more {
  color: #426ab2;
  text-decoration: none;
}
.related-post a:hover,
.related-post .read-more:hover {
  color: #004185;
}

.related-post-thumb {
  display: block;
  margin: 0 10px 10px 0;
}

@media (max-width: 440px) {
  .related-posts-bar h3 {
    padding-left: 0;
    text-align: center;
  }

  .related-post {
    width: 100%;
    text-align: center;
  }

  .related-post a {
    display: block;
  }

  .related-post-thumb {
    margin: 0 auto 10px;
  }
}
@media (max-width: 770px) {
  .related-post {
    width: 31%;
  }
}
/* Author
---------------------------------------------------------*/
.author-bio-box {
  overflow: hidden;
  margin: 40px 0 0 0;
  width: 100%;
}
.archive.author .author-bio-box {
  margin: 10px 0 3em;
}
.author-bio-box img {
  float: left;
  line-height: 1;
  margin: 0 2.1% 0 0;
  max-width: 109px;
}
.author-bio-box h4 {
  clear: none;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: -2px;
  margin-bottom: 0;
}
.author-bio-box h4 a:hover {
  text-decoration: none;
}
.author-bio-box h5 {
  clear: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.75em;
}
.author-bio-box h6 {
  color: #505050;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.author-bio-box p {
  margin-bottom: 0;
}
.author-bio-box .bio-title-container {
  min-width: 75%;
}
.archive.author .author-bio-box .bio-title-container {
  min-width: 81%;
}

.archive.author h2 {
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 1em;
}

.author-avatar {
  float: left;
  line-height: 1;
  margin: 0 1.5% 0 0;
  max-width: 109px;
}

.author-description {
  border: 1px solid #edf1f7;
  overflow: hidden;
  padding: 15px 16px 14px;
}

.entry-header-term-access,
.entry-header-term-excel,
.entry-header-term-exchange,
.entry-header-term-infopath,
.entry-header-term-lync,
.entry-header-term-onenote,
.entry-header-term-outlook,
.entry-header-term-powerpoint,
.entry-header-term-project,
.entry-header-term-publisher,
.entry-header-term-visio,
.entry-header-term-word {
  background-repeat: no-repeat;
  text-indent: -200%;
  white-space: nowrap;
}

.entry-header-term-access {
  background-image: url(images/archive-terms/access.png);
}

.entry-header-term-excel {
  background-image: url(images/archive-terms/excel.png);
}

.entry-header-term-exchange {
  background-image: url(images/archive-terms/exchange.png);
}

.entry-header-term-infopath {
  background-image: url(images/archive-terms/infopath.png);
}

.entry-header-term-lync {
  background-image: url(images/archive-terms/lync.png);
}

.entry-header-term-onenote {
  background-image: url(images/archive-terms/onenote.png);
}

.entry-header-term-outlook {
  background-image: url(images/archive-terms/outlook.png);
}

.entry-header-term-powerpoint {
  background-image: url(images/archive-terms/powerpoint.png);
}

.entry-header-term-project {
  background-image: url(images/archive-terms/project.png);
}

.entry-header-term-publisher {
  background-image: url(images/archive-terms/publisher.png);
}

.entry-header-term-visio {
  background-image: url(images/archive-terms/visio.png);
}

.entry-header-term-word {
  background-image: url(images/archive-terms/word.png);
}

.search-featured-term {
  font-size: 14px;
  font-size: 1.4rem;
}

.search-featured-term-access,
.search-featured-term-excel,
.search-featured-term-exchange,
.search-featured-term-infopath,
.search-featured-term-lync,
.search-featured-term-onenote,
.search-featured-term-outlook,
.search-featured-term-powerpoint,
.search-featured-term-project,
.search-featured-term-publisher,
.search-featured-term-visio,
.search-featured-term-word {
  overflow: hidden;
  height: 40px;
  background-repeat: no-repeat;
  text-indent: -200%;
  white-space: nowrap;
}

.search-featured-term-access {
  background-image: url(images/search-terms/access.png);
}

.search-featured-term-excel {
  background-image: url(images/search-terms/excel.png);
}

.search-featured-term-exchange {
  background-image: url(images/search-terms/exchange.png);
}

.search-featured-term-infopath {
  background-image: url(images/search-terms/infopath.png);
}

.search-featured-term-lync {
  background-image: url(images/search-terms/lync.png);
}

.search-featured-term-onenote {
  background-image: url(images/search-terms/onenote.png);
}

.search-featured-term-outlook {
  background-image: url(images/search-terms/outlook.png);
}

.search-featured-term-powerpoint {
  background-image: url(images/search-terms/powerpoint.png);
}

.search-featured-term-project {
  background-image: url(images/search-terms/project.png);
}

.search-featured-term-publisher {
  background-image: url(images/search-terms/publisher.png);
}

.search-featured-term-visio {
  background-image: url(images/search-terms/visio.png);
}

.search-featured-term-word {
  background-image: url(images/search-terms/word.png);
}

.entry-featured-category-excel,
.entry-featured-category-access,
.entry-featured-category-excel,
.entry-featured-category-exchange,
.entry-featured-category-infopath,
.entry-featured-category-lync,
.entry-featured-category-onenote,
.entry-featured-category-outlook,
.entry-featured-category-powerpoint,
.entry-featured-category-project,
.entry-featured-category-publisher,
.entry-featured-category-visio,
.entry-featured-category-word {
  overflow: hidden;
  width: 140px;
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: -2000%;
  white-space: nowrap;
}

.featured-category-box-access {
  background: #b90e17;
}

.featured-category-box-excel {
  background: #007233;
}

.featured-category-box-exchange {
  background: #0071c5;
}

.featured-category-box-infopath {
  background: #511c74;
}

.featured-category-box-lync {
  background: #0071c6;
}

.featured-category-box-onenote {
  background: #662d91;
}

.featured-category-box-outlook {
  background: #0071bc;
}

.featured-category-box-powerpoint {
  background: #f04e23;
}

.featured-category-box-project {
  background: #0caa59;
}

.featured-category-box-publisher {
  background: #00887d;
}

.featured-category-box-visio {
  background: #436ab3;
}

.featured-category-box-word {
  background: #0054a6;
}

.entry-featured-category-access {
  background-image: url(images/featured-terms/access.png);
}

.entry-featured-category-excel {
  background-image: url(images/featured-terms/excel.png);
}

.entry-featured-category-exchange {
  width: 160px;
  background-image: url(images/featured-terms/exchange.png);
}

.entry-featured-category-infopath {
  background-image: url(images/featured-terms/infopath.png);
}

.entry-featured-category-lync {
  background-image: url(images/featured-terms/lync.png);
}

.entry-featured-category-onenote {
  width: 160px;
  background-image: url(images/featured-terms/onenote.png);
}

.entry-featured-category-outlook {
  background-image: url(images/featured-terms/outlook.png);
}

.entry-featured-category-powerpoint {
  width: 180px;
  background-image: url(images/featured-terms/powerpoint.png);
}

.entry-featured-category-project {
  background-image: url(images/featured-terms/project.png);
}

.entry-featured-category-publisher {
  width: 170px;
  background-image: url(images/featured-terms/publisher.png);
}

.entry-featured-category-visio {
  background-image: url(images/featured-terms/visio.png);
}

.entry-featured-category-word {
  background-image: url(images/featured-terms/word.png);
}

@media (max-width: 440px) {
  .entry-featured-category-box {
    width: 100%;
  }

  .entry-featured-category-wrap .back-link {
    width: 90px;
  }

  .entry-featured-category-box.featured-category-box-powerpoint .back-link {
    width: 70px;
  }

  .entry-featured-category-publisher {
    width: 150px;
  }

  .entry-featured-category-exchange {
    width: 150px;
  }

  .entry-featured-category-office-web-apps {
    padding-right: 0;
    width: 150px;
    font-size: 20px;
    font-size: 2rem;
  }

  .entry-featured-category-onenote {
    width: 150px;
  }

  .entry-featured-category-powerpoint {
    width: 170px;
  }
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.wp-caption {
  margin-top: .35em;
}

.wp-caption,
.gallery-caption {
  background: #edf1f7;
}

.wp-caption,
.gallery-item {
  border: none;
  color: #004185;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
  padding: 0;
}
.wp-caption img[class*="wp-image-"],
.gallery-item img[class*="wp-image-"] {
  width: 100%;
  max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
  display: inline-block;
  font-family: "SegoeUIMed", "Segoe UI", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
  margin: 0;
  padding: 12px 17px 14px;
  text-align: center;
  width: 100%;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  max-width: 100%;
  height: auto;
  border: none;
}

.site-main .gallery dd {
  margin: -5px 0 0 0;
}

.site-main .gallery-columns-4 .gallery-item img {
  border: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

.ms-gallery .next {
  margin-right: -.4em;
}

.comments-area {
  clear: both;
  position: relative;
}

.comments-head {
  margin-bottom: 10px;
  padding: 45px 0;
  height: 40px;
  border-bottom: 1px solid #cdcdcd;
  line-height: 1;
}

.comments-count {
  position: relative;
  top: -12px;
  color: #004185;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}

.comments-count-sub {
  display: block;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.add-comment-wrap {
  padding-right: 0;
  text-align: right;
}

.comment-list, .comment-list .children {
  margin: 0;
  list-style-type: none;
}

.comment-list .children {
  padding-left: 8.333333333%;
  background: url(images/icon-childcomment.png) no-repeat 6% 0;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-body {
  padding: 20px;
}

.comment-time {
  font-style: italic;
}

.bypostauthor > .comment-body {
  margin-bottom: 10px;
  background: #e1e1e1;
}

.comment-content {
  margin-right: 220px;
}

.comment.depth-1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
}
.comment.depth-1:last-child {
  border: none;
}

.comment-right {
  float: right;
  padding-left: 100px;
  width: 120px;
}

.comment-actions {
  margin-top: 20px;
}

.comment-actions a {
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 28px;
  width: 32px;
  height: 32px;
  background: url(images/icon-reply.png) no-repeat;
  text-indent: 200%;
  white-space: nowrap;
}

.comment-actions .report a {
  background-image: url(images/icon-report.png);
}

.comment-actions .report span {
  line-height: 30px;
}

.comment-author, .logged-in-as {
  margin-bottom: 10px;
  font-size: 18px;
}

.comment-author a {
  line-height: 1;
}

.comment-author img, .logged-in-as img {
  vertical-align: middle;
}

.comment-respond {
  position: relative;
  top: -15px;
  z-index: 10;
  display: none;
  overflow: hidden;
  padding-top: 10px;
  background: #fff;
}

.comment-form-comment {
  margin: 0;
  padding-left: 0;
}

.comment-form-comment textarea {
  border-radius: 0;
}

.comment-respond .form-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

#cancel-comment-reply-link {
  position: absolute;
  bottom: 0;
  left: 78%;
  color: #505050;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 770px) {
  .comments-head {
    height: auto;
  }

  .comments-title.col-9 {
    float: none;
    margin-bottom: 1em;
  }

  .add-comment-wrap.col-2 {
    padding-right: 4%;
    width: 76%;
  }

  .comment-respond {
    top: -44px;
    padding: 0 0 0 10px;
  }

  .comments-count {
    width: 20%;
  }
}
@media (max-width: 568px) {
  .add-comment-wrap.col-2 {
    padding-right: 3%;
  }
}
@media (max-width: 440px) {
  ol.comment-list {
    margin: -10px 5px;
  }

  .comment-respond {
    top: -55px;
    padding: 0 5px;
  }

  .comment-content {
    margin-right: 0;
  }

  .comments-head {
    padding: 5px 0 105px 0;
  }
}
#secondary li {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
#secondary aside > ul,
#secondary .textwidget {
  padding: 0 .78em;
}
#secondary ul {
  list-style-type: none;
  margin: 0;
  padding: 0 .78em;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  width: 100%;
}

.widget-title {
  font-family: "SegoeUI", "Segoe UI", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}

#main .widget-title {
  background: #002050;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: .65em .78em;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/* Shared Widget Styles */
.widget_wds_ms_popular_posts .content-wrap,
.featured-posts-list {
  overflow: hidden;
}

/* Featured Posts Widget */
.featured-post {
  margin-bottom: 20px;
}
.featured-post a.post-title,
.featured-post p {
  display: block;
  line-height: 1.1875;
}
.featured-post a.post-title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #004185;
  margin-bottom: 10px;
}
.featured-post a.post-title:hover {
  color: #426ab2;
}
.featured-post p, .featured-post .content-wrap {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "SegoeUIMed", "Segoe UI", sans-serif;
  margin: 0;
}
.featured-post a {
  color: #426ab2;
  font-family: "SegoeUIMed", "Segoe UI", sans-serif;
  text-decoration: none;
}
.featured-post a:hover {
  color: #004185;
}

.featured-post-thumb {
  display: block;
  margin: 0 10px 10px 0;
}

/* Follow Us
---------------------------------------------------------*/
#secondary .menu li.fa {
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
#secondary .menu li.fa a {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 5px;
  vertical-align: middle;
}

/* Latest Tweets Widget
---------------------------------------------------------*/
.wds-latest-tweets li {
  border-bottom: 1px solid #edf1f7;
  list-style-type: none;
  padding-top: 13px;
  padding-bottom: 13px;
}
.wds-latest-tweets li:first-child {
  padding-top: 0;
}
.wds-latest-tweets li:last-child {
  border-bottom: 0;
}
.wds-latest-tweets li:last-child a {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "SegoeUIBold", "Segoe UI", sans-serif;
}

/* Blog App Button
---------------------------------------------------------*/
.widget .button-full {
  color: #FFFFFF;
  background: #00BCF2;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px 55px 5px 10px;
  position: relative;
  width: 100%;
}
@media (min-width: 48em) {
  .widget .button-full {
    font-size: 18px;
    font-size: 1.8rem;
    min-height: 38px;
  }
}
.widget .button-full:hover {
  background: #00a0ce;
}
.widget [class^="icon-"]:before,
.widget [class*=" icon-"]:before {
  color: #FFFFFF;
  right: 3%;
  position: absolute;
  font-size: 36px;
  font-size: 3.6rem;
  width: 38px;
  height: 38px;
}
@media (min-width: 48em) {
  .widget [class^="icon-"]:before,
  .widget [class*=" icon-"]:before {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

/* Archives widget
---------------------------------------------------------*/
.widget_archive select {
  background: #f2f3f4 url(images/arrow.png) no-repeat 95% 15px;
  border: 0;
  /*Removes border*/
  border: 1px solid #e4e4e4 !important;
  border-radius: 0;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /*Removes default style Firefox*/
  color: #004185;
  cursor: pointer;
  font-family: "SegoeUIBold", "Segoe UI", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
}

.widget_archive select::-ms-expand {
  display: none;
}

.addthis_toolbox {
  float: right;
  margin: 0 0 20px 20px;
}
@media (min-width: 48em) {
  .addthis_toolbox {
    text-align: center;
  }
}
.addthis_toolbox a {
  color: #969696;
  font-size: 19px;
  font-size: 1.9rem;
}
.addthis_toolbox a:hover {
  color: #004185;
}

.addthis_counter {
  font-size: 10px;
  font-size: 1rem;
  display: block !important;
  color: #333 !important;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
}

.addthis_counter:after {
  content: ' Shares';
}

.addthis-single-wrap {
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 100;
  margin-bottom: -126px;
  padding: 20px 20px 0;
  width: 28px;
  background: #e1e1e1;
}
.addthis-single-wrap a {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 475px) {
  .addthis-single-wrap {
    display: none;
  }
}
@media (max-width: 770px) {
  .addthis-single-wrap {
    display: none;
  }
}

.addthis-single-wrap .addthis_toolbox {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
