/*!
Theme Name: ISOJ
Theme URI: http://isoj.com/
Author: Nick Harbaugh
Author URI: http://nickharbaugh.com/
Description: The custom Wordpress theme for the Knight Center for Journalism in the Americas ISOJ Conference
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: isoj
Tags:
//changes made on 5.14.20_second
This theme, like WordPress, is licensed under the GPL.

ISOJ is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Import variables and mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Base and grid system (based on Bootstrap)
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1, h2 {
  font-family: "Fjalla One", sans-serif;
  font-weight: normal; }

h2 {
  line-height: 1.4em; }

h3 {
  font-family: "Rokkitt", serif;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0px;
  margin-top: 0px;}

p {
  margin-bottom: 20px;
  margin-top: 10px; 
font-size:20px;}

a {
  color: #186779;
  text-decoration: none;
  outline: 0; }
  a:visited {
    color: #186779; }
  a:hover, a:focus, a:active {
    color: #14a1af; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0;
    text-decoration: underline; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  background: #fff;
  overflow-x: hidden;
  /* Hack: Remove extra space */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0; }

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; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.su-button {
  display: inline-block !important;
  text-align: center;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  transition: all .2s;
  -o-transition: all .2s;
  -ie-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s; }

.su-button-style-default:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.su-button-style-default {
  color: #186779;
  background-color: #fff;
  border-color: #186779;
  border: 3px solid #186779 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

.su-button-style-default:hover {
  background-color: #186779; }

.su-button-style-default span {
  color: #186779;
  padding: 0px 24px;
  border-color: #186779;
  text-shadow: none;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 14px !important;
  line-height: 44px !important;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
  transition: all .2s;
  -o-transition: all .2s;
  -ie-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s; }

.su-button-style-default:hover span {
  color: #fff; }

.su-button-center {
  text-align: center; }

.su-button span {
  font-size: 0.8em !important; }

@media screen and (min-width: 550px) {
  .su-button span {
    font-size: 14px !important; } }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom:30px;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/*--------------------------------------------------------------
# Helper styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Helper styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.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 {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
## Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  min-height: 70px; }

.site-branding {
  max-width: 120px;
  float: left;
  z-index: 10;
  margin: 10px 0 0 10px; }

.site-logo {
  width: 330%;
  height: auto; }

.site-logo a {
  outline: 0; 
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
}

.ut-heading {
    background:#bf5700;
    height:34px;
    
}

.logosets {
    display:flex; 
    float:right;
    margin-right: 0px;
}

.moody-logo a {
    width: 100px !important;
    margin-top: -15px;
    height: 25px;
    background: url(https://moody.utexas.edu/sites/all/themes/moody_alpha_subtheme/img/logos/communication.svg) 10px 0 no-repeat;
}

.UT-knockout-logo a {
    width: 105px !important;
    margin-top: -14px;
    height: 25px;
    margin-right:-8px;
    background: url(https://moody.utexas.edu/sites/all/themes/moody_alpha_subtheme/img/logos/texas.svg) 10px 0 no-repeat;}

.logo-link {
   width: 1px;
   overflow: hidden;
   clip: rect(1px 1px 1px 1px);      
   display:block;}

.hiddenText {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);      
    display:block;
}


/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 74px;
      left: -999em;
      z-index: 99999;
      background: #fff; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0;
        background: #fff; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #fff;
      background: #186779; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 25px 10px;
    outline: 0;
    transition: background 300ms, color 300ms; }
  .main-navigation a:visited {
    color: #333; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #fff;
    background: #186779; }

.menu-main-menu-container {
  clear: both;
  display: none;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.main-navigation.toggled .menu-main-menu-container {
  display: block; }

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
  position: absolute;
  right: 30px;
  margin-top: 25px;
  margin-right: 15px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  outline: none; }

.menu-toggle .icon-bar + .icon-bar {
  margin-top: 0; }

.menu-toggle span {
  position: absolute;
  left: 0;
  background-color: #186779;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 1px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.menu-toggle span:nth-child(1) {
  top: 0; }

.menu-toggle span:nth-child(2) {
  top: 8px; }

.menu-toggle span:nth-child(3) {
  top: 16px; }

.main-navigation.toggled .menu-toggle span {
  top: 8px; }

.main-navigation.toggled .menu-toggle span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.main-navigation.toggled .menu-toggle span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.main-navigation.toggled .menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Small menu */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.social-search {
  position: absolute;
  margin-top: 20px;
  right: 15px;
  display: none; }

.social-search .widget {
  margin: 0;
  list-style: none; }

.social-search a {
  display: inline-block;
  margin-left: 5px;
  height: 30px;
  width: 30px; }



@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none; }

  .menu-main-menu-container {
    clear: none;
    margin-left: 400px;
    display: block; }

  .main-navigation ul {
    display: block; }

  .main-navigation li {
    float: left; }

  .social-search {
    display: block; } }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main {
  margin: 0;
  line-height: 1.8em; }

.container.narrow {
  max-width: 800px; }

.post-title {
  line-height: 1.3em;
  margin: 10px 0; }

.su-button-style-default span {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important; }

@media screen and (min-width: 40em) {
  .site-main {
    font-size: 18px; } }
.post-1707 .entry-content:first-of-type {
  margin-top: 0; }

/*--------------------------------------------------------------
## Buttons and input
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 1px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

input[type="search"] {
  font-size: 0.9em; }

input[type="submit"] {
  background: url("https://isoj.org/wp-content/uploads/2017/09/icon-ios7-search-strong-128.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  height: 30px;
  width: 30px;
  box-shadow: none;
  text-shadow: none;
  text-indent: -999px;
  margin-left: 5px; }

input[type="submit"]:hover {
  box-shadow: none;
  opacity: 0.7; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Typography
--------------------------------------------------------------*/
.entry-title a {
  color: #222;
  text-decoration: none; }

.entry-title a:hover {
  text-decoration: underline; }

.section-title {
  font-size: 2.4em;
  line-height: 1.4em;
  margin-bottom: 50px;
  color: #111;
  text-transform: uppercase; }

.section-title u {
  text-decoration: none;
  border-bottom: 4px solid black; }

.hero-section {
  margin-left: -15px;
  margin-right: -15px; }

/*--------------------------------------------------------------
### Post elements
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline;
  font-family: "Rokkitt", serif;
  font-size: 18px;
  color: #595959; }

.entry-meta {
  margin-bottom: 40px; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-content {
  margin-top: 0; }

.page-section {
  margin-top: 3em; }

.page-title {
  line-height: 1.4em; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.excerpt-content {
  margin: 0; }

.excerpt-content h2 {
  margin: 5px 0;
  line-height: 1.4em; }

.excerpt-content p {
  margin-top: 5px; }

.excerpt-content .entry-meta {
  margin-bottom: 0; }

.excerpt-content .post-date {
  margin-top: 5px; }

.featured-news {
  background-color: #eee;
  padding: 20px; }

.news-page .featured-news {
  background-color: transparent;
  margin: 20px 0 30px;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #ddd; }

.featured-news .hentry {
  margin: 0;
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .featured-news .hentry {
    margin: 0; } }
.news-item {
  border-top: 1px solid #ddd;
  padding-top: 1.5em; }

.news-item:first-of-type {
  border: 0;
  padding-top: 0; }

@media screen and (min-width: 992px) {
  .home-news {
    padding-right: 30px; }

  .home-details {
    padding-left: 30px;
    border-left: 1px solid #ddd; } }
.home-details .widget {
  border-top: 1px solid #ddd; }

.home-details .widget:first-of-type {
  border: 0;
  padding-top: 0; }

.widget_tp_widget_recent_tweets .tp_recent_tweets,
.widget_tp_widget_recent_tweets li {
  float: none; }

.widget_tp_widget_recent_tweets ul {
  margin: 0;
  padding: 0; }

.sponsors-header {
  text-align: center; }

.read-more {
  font-family: "Rokkitt", serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold; }

.post-date p {
  font-size: 18px;
  margin: 0;
  color: #595959;
  font-family: "Rokkitt", serif; }

blockquote {
  border-left: 3px solid #166779;
  margin: 0;
  padding: 0 1.5em;
  color: #595959;
  font-family: "Rokkitt", serif;
  font-size: 20px; }

.wp-caption .wp-caption-text {
  font-style: italic;
  color: #595959; }

.wp-caption-text {
  text-align: left; }

.journal-issue .read-more {
  display: block;
  margin-top: 10px; }

.journal_issue .pdf-download-btn {
  margin-top: 20px; }

.archive-header {
  margin-bottom: 40px; }

/*--------------------------------------------------------------
## Symposia page (Archive)
--------------------------------------------------------------*/
.symposia-item a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 0;
  transition: all .2s;
  -o-transition: all .2s;
  -ie-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s; }

.symposia-item a:hover {
  text-decoration: none;
  color: #14a1af; }

.symposia-item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); }

.symposia-item .entry-title {
  position: relative;
  font-size: 3em;
  margin: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%); }

.symposia-item {
  height: 240px;
  overflow: hidden;
  margin: 15px 0px
}

/*--------------------------------------------------------------
## Single symposium page
--------------------------------------------------------------*/
.page-header {
  margin: 0;
  position: relative;
  height: 250px;
  width: 100%; }

.page-header .featured-image,
.page-header .featured-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.page-header .featured-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.page-header .featured-image-overlay {
  background: #186779;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#186779+0,1987b9+100&0.7+0,0.7+100 */
  background: -moz-linear-gradient(top, rgba(24, 103, 121, 0.7) 0%, rgba(25, 135, 185, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(24, 103, 121, 0.7) 0%, rgba(25, 135, 185, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(24, 103, 121, 0.7) 0%, rgba(25, 135, 185, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3186779', endColorstr='#b31987b9',GradientType=0 );
  /* IE6-9 */ }

.page-header .entry-title {
  position: absolute;
  bottom: 4px;
  left: 15px;
  color: #dedede;
  font-size: 4em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1em; }

@media screen and (min-width: 550px) {
  .page-header {
    height: 300px; }

  .page-header .entry-title {
    bottom: 4px;
    left: 20px;
    font-size: 5.5em;
    line-height: 0.7em; } }
@media screen and (min-width: 768px) {
  .page-header {
    height: 350px; }

  .page-header .entry-title {
    left: 30px;
    font-size: 7em;
    line-height: 0.7em; } }
@media screen and (min-width: 992px) {
    


  .page-header .entry-title {
    left: 50px;
    font-size: 9em;
    line-height: 0.7em; } }
.panel {
  border-top: 1px solid #ddd;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.panel:first-of-type {
  border: 0;
  padding-top: 0; }

.panel-title {
  margin-top: 0;
  margin-bottom: 10px; }

.panel-moderator {
  margin: 0;
  margin-bottom: 15px;
  font-weight: normal; }

.presentation-title {
  font-weight: bold; }

.speaker {
  margin-bottom: 5px; }

.panel-speaker-name,
.presentation-title {
  margin: 0; }

.panel .divider {
  margin: 0 4px; }

.panel .su-button {
  margin-bottom: 15px; }

.narrow-column {
  width: 100%;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .narrow-column {
    width: 74%; } }
.panel .su-button {
  margin-top: 15px;
  margin-bottom: 0; }

.panel .moderator-button {
  margin-top: 0;
  margin-bottom: 15px; }

.panel .su-button span {
  font-size: 0.8em !important;
  line-height: 28px !important; }

@media screen and (min-width: 550px) {
  .panel .su-button {
    margin-bottom: 15px; }

  .panel .su-button span {
    font-size: 0.8em !important;
    line-height: 36px !important; } }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.excerpt-image img,
.featured-image img {
  width: 100%; }

@media screen and (min-width: 768px) {
  .excerpt-image {
    float: left;
    overflow: hidden;
    max-width: 500px; } }
.featured-news .featured-image {
  float: none; }

.sponsors-gallery {
  margin: 0; }

.sponsors-gallery ul {
  margin: 0;
  padding: 0;
  text-align: center; }

.sponsors-gallery li {
  display: inline-block;
  list-style: none;
  margin: 0 20px 10px;
  width: 200px;
  vertical-align: middle; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  font-size: 14px;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    line-height: 1.5em; }

.wp-caption-text {
  text-align: left; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Comments / posts navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 100%;
  background: #eee; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden; }
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 300px;
    background: #eee;
    margin: 0; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right; } }
.meta-nav {
  font-family: "Rokkitt", serif;
  display: block;
  color: #111;
  font-weight: bold;
  text-decoration: none !important; }

.nav-links a {
  display: block;
  padding: 15px 20px; }

.nav-links a:hover {
  text-decoration: none; }

.nav-links a:hover .post-title {
  text-decoration: underline; }

/*--------------------------------------------------------------
## Soliloquy slider custom styles
--------------------------------------------------------------*/
.soliloquy-outer-container {
  background-color: #000;
  margin-left: -15px;
  margin-right: -15px; }

.soliloquy-container .soliloquy-caption {
  font-family: "Fjalla One", sans-serif;
  bottom: inherit !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  font-size: 4em !important;
  background: transparent !important;
  text-transform: uppercase; }

.soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
  padding: 0 100px !important; }

.soliloquy-caption {
  pointer-events: none; }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }


#custom_html-2 {
  border-left:#eee solid 2px;
  margin-left:20px;
  padding: 20px 0 20px 40px;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  clear: both;
  width: 100%;
  background-color: #000;
  text-align: center;
  margin-top: 50px; }

.site-footer .widget {
  list-style: none; }

.copyright {
  color: #ccc;
  font-size: 0.8em;
  padding-top: 30px; }

/* Footer navigation / site map */
.secondary-navigation {
  clear: both;
  display: block;
  width: 100%;
  margin: 0 20px; }
  .secondary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .secondary-navigation li {
    display: inline-block;
    position: relative;
    border-right: 1px solid #fff; }
    .secondary-navigation li:hover > a, .secondary-navigation li.focus > a {
      color: #fff;
      text-decoration: underline; }
  .secondary-navigation li:last-of-type {
    border: none; }
  .secondary-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    outline: 0;
    transition: background 300ms, color 300ms; }
  .secondary-navigation a:visited {
    color: #fff; }
  .secondary-navigation .current_page_item > a,
  .secondary-navigation .current-menu-item > a,
  .secondary-navigation .current_page_ancestor > a,
  .secondary-navigation .current-menu-ancestor > a {
    text-decoration: underline;
    cursor: default; }

.footer-section {
  margin: 30px 0; }

.footer-logos {
  padding: 0;
  margin: 40px auto 30px;
  text-align: center; }

.footer-logos li {
  list-style: none;
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px; }

.footer-social {
  text-align: center;
  margin: 20px; }

.footer-social ul {
  padding: 0; }

.footer-social li {
  display: inline-block;
  list-style: none;
  width: 40px;
  margin: 0 5px; }

.footer-credit {
  padding-top: 0px;
  margin-bottom: 60px; }

.footer-credit a,
.footer-credit a:hover,
.footer-credit a:active {
  color: #fff;
  text-decoration: underline; }

/*# sourceMappingURL=style.css.map */

/*# mobile logo*/

@media screen and (max-width: 480px) {
  .site-logo { width: 320px;
margin-top: 10px;

  }
}
@media screen and (max-width: 320px){ 
  .site-logo { width: 250px;
margin-bottom: 25px;

  }
}





