/*
	Linear by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

@charset 'UTF-8';
@font-face {
    font-family: 'FontAwesome';
    src: url('font/fontawesome-webfont.eot?v=4.0.1');
    src: url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'), url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'), url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}


/*********************************************************************************/


/* Basic                                                                         */


/*********************************************************************************/

body {
    margin: 0;
    padding: 0;
    background: #225577;
}

body,
input,
textarea,
select {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 300;
    line-height: 1.75em;
    color: #333333;
}

.input_half {
    width: 20%;
    margin: 0.4em 0;
}

.input_full {
    width: 40.41%;
    margin: 0.4em 0;
}

fieldset {
    border: 1px solid #555;
    padding: 1em;
    margin: 0.5em 0;
}

select {
    padding: 0.3em;
}

input[type=submit] {
    color: white;
    background-color: #225577;
    border: solid 3px #225577;
    border-radius: 0.1em;
    padding: 0.5em;
    margin-top: 1em;
    width: 20%;
    font-weight: 500;
}

input[type=submit]:hover {
    background-color: white;
    color: #225577;
    border: solid 3px #225577;
    cursor: pointer;
}

p {
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    color: #013d7a;
}

.chap {
    font-size: 2em;
    margin: 1.5em 0 1em;
}

h2 {
    letter-spacing: -0.025em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h1 a.h1a {
    color: #6699cc;
}

.h2alt {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.prog-table tr:hover {
    background-color: #225577;
    color: #FFF;
}

.prog-table2 tr:hover {
    background-color: #225577;
    color: #FFF;
    font-weight: bolder;
}

.prog-table2 tr:first-child {
    padding: 1.5em;
}

.prog-table2 td,
.prog-table td {
    padding: 0.4em;
    vertical-align: middle;
}

.tabsession {
    background-color: #EEE;
}

.prog-table td:first-child {
    width: 14%;
}

.prog-table2 td:first-child {
    font-weight: bold;
}

.prog-table td:nth-child(2),
.prog-table td:nth-child(3) {
    width: 38%;
}

.prog-table td:nth-child(4) {
    width: 3%;
    vertical-align: middle;
}

.prog-table td:nth-child(4) img {
    width: 2em;
    vertical-align: middle;
}

.prog-table td:nth-child(5) {
    width: 3%;
    vertical-align: middle;
}

.prog-table td:nth-child(5) img {
    width: 2em;
    vertical-align: middle;
}

.prog-table td:nth-child(6) {
    width: 3%;
    vertical-align: middle;
}

.prog-table td:nth-child(6) img {
    width: 2em;
    vertical-align: middle;
}

.accepted td img {
    width: 2em;
    vertical-align: middle;
}

.is {
    color: #225577;
    font-size: 1.8em;
    margin: 1em 0 0.4em 0;
}

.is_img {
    float: left;
    margin: 1em 3em 1em 1em;
}

div.sponsor-table {
    display: table;
    width: 100%;
    background: #f2f2f2;
    padding: 3em 5em;
}

div.sponsor-table div.sponsor-row {
    display: table-row;
}

div.sponsor-table div.sponsor-row div.sponsor-cell {
    display: table-cell;
    width: 20%;
}

div.sponsor-table div.sponsor-row div.sponsor-cell h2 {
    font-size: 2.2em;
    margin: 1.2em 0 2em 0;
}

h3 {
    font-size: 1.8em;
    margin: 0.6em 0 0.6em 0;
}

h4 {
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: justify;
    font-weight: bold;
}

img.sponsor {
    height: 6em;
    margin: 2em 0;
}

strong {
    color: #333333;
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: justify;
    font-weight: 700;
}

strong.title {
    color: #333333;
    font-size: 1.4em;
    line-height: 1.6em;
}

div.strong {
    color: #333333;
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: justify;
    font-weight: 700;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
    font-weight: bold;
}

a {
    text-decoration: underline;
    color: #6699cc;
}

a:hover {
    text-decoration: underline;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

hr {
    border: 0;
    border-top: solid 1px #ddd;
    margin: 4em 0 0 0;
    padding: 3em 0 0 0;
}

blockquote {
    border-left: solid 0.5em #ddd;
    padding: 1em 0 1em 2em;
    font-style: italic;
}

p,
ul,
ol,
dl,
table {
    margin-bottom: 1em;
}

table.accepted tr:nth-child(odd) {
    background-color: #ffeb3b26;
}

table.accepted td:nth-child(1) {
    width: 35%;
}

table.accepted td:nth-child(2) {
    width: 65%;
}

table.accepted td {
    padding: 1em 0.5em;
    vertical-align: middle;
}

.table_title {
    font-size: 1.5em;
    margin: 2em 0 1em 1em;
}

header {
    margin-bottom: 1.6em;
}

header h2 {
    line-height: 1em;
}

header .byline {
    display: block;
    margin: 1.5em 0 0 0;
    padding: 0 0 0.5em 0;
}

.secondary {
    margin-left: 2em;
}

#ArgVis:disabled+label,
#CMNA20:disabled+label,
#SAFA2020:disabled+label,
#no_paper:disabled+label,
#full:disabled+label,
#short:disabled+label,
#demo:disabled+label {
    color: #ccc;
}

.o_full,
.o_short,
.o_demo {
    display: none;
}

.tag2 {
    margin-top: 1em;
    display: block;
}

footer {
    margin-top: 1em;
}

br.clear {
    clear: both;
}

.pennant {
    color: #bbb;
}

.dwl {
    font-size: 2em;
    margin-left: 0.4em;
}


/* Sections/Articles */

section,
article {
    margin-bottom: 3em;
}

section> :last-child,
article> :last-child {
    margin-bottom: 0;
}

section:last-child,
article:last-child {
    margin-bottom: 0;
}

.row>section,
.row>article {
    margin-bottom: 0;
}

section h1 {
    font-size: 2em;
    margin: 1.5em 0 0.5em;
}


/* Images */

.image {
    display: inline-block;
}

.image img {
    display: block;
    width: 10em;
    margin: auto;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image.full {
    display: block;
    width: 100%;
    margin-bottom: 2em;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}


/* Lists */

.a_list {
    list-style: upper-latin;
    text-align: left;
    margin: 0 2em;
    line-height: 2em;
}

section ul {
    list-style: initial;
    margin-left: 3em;
}

ul.default li {
    padding: 0.60em 0em;
    font-size: 0.95em;
    border-top: 1px solid;
    border-color: rgba(0, 0, 0, .1);
    color: #333333;
}

ul.default li:first-child {
    padding-top: 0;
    border-top: none;
}

ul.default {
    list-style: initial;
    ;
}

ul.initial {
    list-style: initial;
    margin-left: 3em;
}

ul.initial li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul.initial1 {
    list-style: initial;
    margin-left: 1.2em;
}

ul.initial1 li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul.style li {
    margin: 0;
    padding: 1em 0em 0.5em 0em;
    border-top: 1px solid;
    border-color: rgba(0, 0, 0, .1);
}

ul.style li p {
    margin-bottom: 0;
}

ul.style li:first-child {
    padding-top: 0;
    border-top: none;
}

ul.style img {
    float: left;
    margin-right: 20px;
}

ul.style a {
    color: #434343;
}

ul.style .posted {
    padding: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 8pt;
    color: #A2A2A2;
}

ul.style .first {
    padding-top: 0px;
    border-top: none;
}

.s_list {
    list-style: initial;
    margin-left: 3em;
}

.s_list a {
    font-weight: 500;
}

.s_list li {
    margin: 1em 0;
}


/* Buttons */

.button {
    position: relative;
    display: inline-block;
    background: #225577;
    padding: 0.8em 2em;
    text-decoration: none !important;
    font-size: 1.2em;
    font-weight: 300;
    color: #FFF !important;
    -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    text-align: center;
    border-radius: 0.25em;
}

.button:hover {
    background: #70AA7E;
    color: #FFF !important;
}

.cite {
    background: white;
    padding: 0 15% 9em;
}

code,
pre {
    font-family: monospace;
}

.my_bold {
    font-weight: bold;
}

.my_p {
    text-align: center;
}

#img_net {
    width: 10em;
    margin-top: 2em;
}


/*********************************************************************************/


/* Social Icon Styles                                                            */


/*********************************************************************************/

ul.contact {
    padding: 1.5em 0 0 0;
    list-style: initial;
    ;
    cursor: default;
}

ul.contact li {
    display: inline-block;
    margin: 0 1em;
}

ul.contact li span {
    display: none;
    margin: 0;
    padding: 0;
}

ul.contact li a {
    color: inherit;
    font-size: 1.75em;
    display: inline-block;
    -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}

ul.contact li a:hover {
    color: #fff;
}


/*********************************************************************************/


/* Header                                                                        */


/*********************************************************************************/

#header {
    position: relative;
    background: url(../images/background.jpg) no-repeat bottom center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

#header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(64, 64, 64, 0.125);
}


/*********************************************************************************/


/* Logo                                                                          */


/*********************************************************************************/

#logo {
    position: relative;
    z-index: 1;
}

#logo h1 {
    color: #FFF;
}

#logo a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    line-height: 1em;
    font-size: 7em;
    color: #FFF;
    letter-spacing: -0.05em;
    margin: 0 0 0.125em 0;
}

#logo span {
    font-size: 1.4em;
    color: #FFF;
}


/*********************************************************************************/


/* Nav                                                                           */


/*********************************************************************************/

#nav-wrapper {
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1100;
}

#nav {
    text-align: center;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}

#nav>ul {
    position: absolute;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}

#nav>ul>li {
    position: relative;
    float: left;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, .1);
}

#nav>ul>li>a,
#nav>ul>li>span {
    display: block;
    padding: 1.0em 1.4em;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #FFF;
}

#nav li:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

#nav li.active a {
    padding: 1.5em 1.4em;
    letter-spacing: 0.06em;
    text-decoration: none;
    font-size: 1.0em;
    color: #FFF;
}

.droplist>li>a {
    text-decoration: none;
    color: rgba(255, 255, 255) !important;
}

.dropkey1 {
    position: relative;
}

.dropkey1:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.droplist {
    background: rgba(0, 0, 0, 0.02);
    text-align: center;
    display: none;
}

.dropkey1:hover .droplist {
    display: block;
}

.dropkey2 {
    position: relative;
}

.dropkey2:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.droplist2 {
    text-align: center;
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    overflow: hidden;
    width: 300%
}

.droplist2>li {
    float: left;
    width: 80px;
    display: block;
}

.droplist2>li:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.droplist2>li>a {
    float: left;
    width: 80px;
    display: block;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255) !important;
}

.dropkey2:hover>.droplist2 {
    display: block;
}


/*********************************************************************************/


/* Main                                                                          */


/*********************************************************************************/

#main {
    position: relative;
    background: #fff;
}

#mainS {
    position: relative;
    background: #fff;
}

#mainS #content {
    padding: 0 6%;
}

.homepage #content {
    text-align: center;
}

.homepage #content p {
    text-align: center;
}

.homepage #content header h2 {
    line-height: 1.2em;
}

#sidebar h2 {
    display: block;
    padding-bottom: 0.50em;
}


/*********************************************************************************/


/* Footer                                                                        */


/*********************************************************************************/

#footer {
    position: relative;
    text-align: center;
}

#footer header h2 {
    color: #FFF !important;
}

#footer header .byline {
    color: rgba(255, 255, 255, .2);
}


/*********************************************************************************/


/* Copyright                                                                     */


/*********************************************************************************/

#copyright {
    position: relative;
    text-align: center;
    color: #774535;
}

#copyright .container {
    padding: 3em 0em;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .4);
}

#copyright a {
    text-decoration: none;
    color: rgba(255, 255, 255, .2);
}


/*********************************************************************************/


/* Featured                                                                      */


/*********************************************************************************/

#featured {
    position: relative;
    background: #f2f2f2;
    text-align: center;
}

#featured h3 {
    display: block;
    font-weight: 300;
}

#featured .pennant {
    font-size: 4em;
}

#featured .button {
    margin-top: 1.5em;
}

#featured p {
    text-align: justify;
    margin: 1em 10em;
}

.banner {
    width: 100%;
    display: block;
    margin: 1em 0 0;
}


/*********************************************************************************/


/* Tweet                                                                         */


/*********************************************************************************/

#tweet {
    position: relative;
    text-align: center;
    background: url(../images/header.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

#tweet:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(64, 64, 64, 0.5);
}

#tweet section {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, .1);
}

#tweet blockquote {
    position: relative;
    border: none;
    margin: 0;
    font-weight: 300;
    color: rgba(255, 255, 255, .6);
}

ul.font-20 li {
    font-size: 16px;
}

li.i {
    font-style: italic;
}