@charset "utf-8";

section h2 {
    border-bottom: solid 2px;
    border-bottom-color: currentcolor;
    border-color: inherit;
    color: inherit;
    clear: both;
    display: table;
    font-size: 40px;
    font-weight: 700;
    float: left;
    line-height: 60px;
    padding-bottom: 5px;
    margin-top: 0 !important;
    margin-bottom: 25px;
}

section h3 {
    border-bottom: solid 2px;
    border-bottom-color: currentcolor;
    border-color: inherit;
    color: inherit;
    clear: both;
    display: table;
    font-size: 30px;
    font-weight: 700;
    float: left;
    line-height: 50px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-top: 0 !important;
    margin-bottom: 25px;
}

.imageconfig{
    text-align: center;
    margin-bottom: 20px;
    height: 500px;
    overflow: hidden;
}

.imageconfig a img{
    display: block;
    margin: 0 auto;
    height: 100%;
    min-height: 500px;
    width: auto;
}

.linkses{
    border: solid 1px #EFF0FA;
    border-radius: 10px;
    background: #1A2236;
    color: #fff !important;
    display: table;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 10px 15px;
    text-decoration: none !important;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.linkses:hover{
    border: solid 1px #1A2236 !important;
    background: #fff !important;
    color: #133593 !important;
}

.present{
    margin-bottom: 15px;
}

.present a{
    color: #1A2236 !important;
    display: block;
    font-size: 16px;
    text-align: center;
    text-decoration: none !important;
    outline: none;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.present a i{
    font-size: 18px !important;
    margin-bottom: 5px;
}

.present a:hover{
    color: #133593 !important;
}