/*Source Sans Pro and Archivo import*/

@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,900,900i';
@import 'https://fonts.googleapis.com/css?family=Archivo+Black';
@charset "utf-8";
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: .95em;
    color: #4d4d4d;
    text-rendering: optimizeLegibility;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

::selection {
    background: #68d2df
}

::-moz-selection {
    background: #68d2df
}

table {
    width: 100%
}

td {
    padding: 5px 0
}

#main table {
    width: 0
}

#main td {
    border-bottom: 1px dotted #ccc;
    padding: 8px 20px 8px 5px;
    vertical-align: middle
}

#main tr:last-child td {
    border: 0
}

blockquote {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: .25em 0;
    padding: .25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: 0;
    top: -20px;
    color: #ccc;
    font-family: Georgia, "Times New Roman", Times, serif
}

blockquote:after {
    content: "\201D";
    position: absolute;
    right: 0;
    bottom: -20px;
    color: #ccc;
    font-size: 80px;
    font-family: Georgia, "Times New Roman", Times, serif
}

blockquote cite {
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 5px
}

blockquote cite:before {
    content: "\2014 \2009"
}

em {
    font-family: 'Source Sans Pro', sans-serif
}

p a,
table a,
#main ul a,
#main td a {
    text-decoration: none;
    border-bottom: #1d252e dotted 1px;
    color: #ff9313 !important
}

p a:hover,
#main ul a:hover,
#main td a:hover {
    border-bottom: #1d252e solid 1px;
    text-decoration: none
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #1d252e;
    padding: 30px 0 30px 0;
    margin: 0;
    font-size: 2.5em;
    line-height: 1em;
}

h2 {
    color: #1d252e;
    margin-top: 30px;
    font-weight: 600;
}


/*website title*/

h4 {
    color: #ffffff !important;
    font-family: 'Archivo Black', sans-serif;
    text-decoration: none;
    font-size: 36px;
    margin-top: 36px
}

.colon a:link {
    text-decoration: none !important;
    color: #ffffff !important;
}

.colon a:visited {
    text-decoration: none !important;
    color: #ffffff !important;
}

.colon a:hover {
    text-decoration: none !important;
    color: #ffffff !important;
}

.colon a:active {
    text-decoration: none !important;
    color: #ffffff !important;
}


/*One of the four*/

p.archivo {
    font-family: 'Archivo Black', sans-serif !important;
    font-size: .95em;
    color: #ffffff;
    line-height: 1em;
    text-decoration: none;
    margin: 0;
}

p.carnegie {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: .7em;
    color: #ffffff;
    line-height: 1em;
    margin-bottom: 2.2em;
    text-decoration: none;
    font-style: italic;
}

p.carnegie a:hover {
    text-decoration: none;
}

.eventsummary a {
    color: #4d4d4d;
    text-decoration: none;
    border-bottom: 1px dotted #4d4d4d;
    line-height: 1.2em;
    font-weight: 600;
}

.eventsummary a:hover {
    border-bottom: 1px solid #4d4d4d
}

.sidebar-heading {
    margin-bottom: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
}

.sidebar-heading a,
.sidebar-heading {
    font-size: 1.1em;
    color: #7d7d7d
}

#sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#sidebar-nav li {
    list-style: none;
    border-top: 1px solid #ccc;
    line-height: 38px;
    font-size: 1em;
    font-weight: 600;
    position: relative
}

#sidebar-nav li a {
    color: #7d7d7d;
    text-transform: lowercase;
}

#sidebar-nav ul li ul li a {
    padding-left: 15px
}

#sidebar-nav ul li ul li {
    padding: 0
}

.parent-menu-closed:after {
    content: '+';
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    text-align: center;
    color: #ccc;
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: all .25s;
    transition: all .25s;
    font-size: 1em;
    line-height: 110%;
    letter-spacing: 2px;
    -webkit-transition: all .25s;
    transition: all .25s;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer
}

.parent-menu-open:after {
    content: '-';
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    text-align: center;
    color: #ccc;
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: all .25s;
    transition: all .25s;
    font-size: 1.5em;
    line-height: 50%;
    -webkit-transition: all .25s;
    transition: all .25s;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer
}

.parent-menu-open:hover:after,
.parent-menu-closed:hover:after {
    color: #68d2df;
    border-color: #68d2df;
    cursor: pointer
}

#page-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 2em;
    line-height: 1.2em;
    text-transform: lowercase;
}

.single-ai1ec_event #page-title {
    text-transform: none;
}

#first-grid a {
    color: #1d252e;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    border-bottom: #1d252e dotted 1px;
    text-decoration: none
}

#first-grid a:hover {
    border-bottom: #1d252e solid 1px
}

.first-grid-title {
    color: #1d252e;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    width: 100%
}

.right-arrow {
    float: right
}

.homepage-feature0-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 1.9em;
}

.active-page {
    color: #68d2df !important
}

#buypub table {
    width: 100%;
    margin: 10px 0px;
}

#buypub td {
    border: 1px solid #4d4d4d!important;
    ;
    padding: 5px;
    font-weight: 600;
    text-align: center;
}

.buypub {
    color: #ff9313;
    text-decoration: none;
    border-bottom: 1px dotted #7d7d7d;
    font-weight: 600;
    text-align: center;
}

.buypub a {
    min-width: 75%;
    color: #ff9313;
    font-weight: 600;
    font-size: 1.1em;
    border-bottom: 1px dotted #4d4d4d;
    text-decoration: none
}

.buypub a:hover {
    border-bottom: 1px solid #4d4d4d
}

.pub-authors {
    font-size: small;
}

.pub-info {
    font-size: small;
}

.pub-pub {
    font-size: small;
}

@media screen and (max-width:481px) {
    body {
        font-size: 1em;
        line-height: 1.75em;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased
    }
}
