/*

Theme Name: Modernize RTSV
Template: modernize

Version: 0.1

*/



@import url("../modernize/style.css");


h1 {
    line-height: 32px;
}
h2 {
    line-height: 27px;
}
h3 {
    line-height: 22px;
}
h4 {
    line-height: 20px;
}
h5 {
    line-height: 18px;
}
h6 {
    line-height: 17px;
}

/*Nav bar*/

div.navigation-wrapper {
    background: #595959 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #595959 0%, #131313 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #595959 0%,#131313 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #595959 0%,#131313 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#131313',GradientType=0 ) !important; /* IE6-9 */
    border: none !important;
}


/*Fix Content Height for Short Pages*/

div.content-wrapper {

    min-height:1100px;

}

/*Fix top of pages under sliders*/
div.gdl-right-sidebar {
    margin-top: 40px !important;
}
div.right-sidebar-wrapper {
    padding-top: 0px;
}

/*Make top header gimmick RTSV green*/
.top-navigation-wrapper-gimmick {
    background-color: #61bc47 !important;
}

/*Text Formats*/

h1 {

font-weight:600;

}

h1.stunning-text-title {

    text-transform: uppercase;

    font-weight: 600;

    font-size: 30px;

    line-height: 36px;

}

h2,h3,h4,h5,h6 {

font-weight:500;

}

p {

    margin: 0 0 20px 0;

}

ol, ul.square, ul.circle, ul.disc, ul {

    margin-bottom: 30px;

}



/*Layout Changes*/

.column, .columns {

    margin: 30px 10px 0px 10px;

}

.\35 -px-margin  {

   margin: 5px 0 20px;

}

div.message-box-wrapper {

    margin: 0 0 40px;

}

.aligncenter {

    margin: 10px auto 30px;

}



/*Fix Personnel Page*/

.container .sidebar-included .gdl-page-item .four.columns .personnel-item {

    width: 135px;

}

div.personnel-item .personnel-content {

    margin: 0;

}