/*Start Attachment Section */ .attachment-main-container { position: relative; } .attachment-sub-headline { display: block; font-size: 1.3rem; margin-top: 1rem; } .attachment-row { margin-left: 0; margin-right: 0; } .attachment-title { padding-left: 2rem; margin-top: 1.5rem; margin-bottom: 1rem; } .attachment-title h1 { font-weight: 600; line-height: 3rem; font-size: 1.75rem; } .attachment-image-container { display: flex; width: 100%; min-width: 400px; min-height: 280px; justify-content: center; padding: 8%; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4); } @media screen and (max-width: 768px) { .attachment-image-container { min-height: 200px; } } @media screen and (max-width: 600px) { .attachment-image-container { min-height: 120px; } } .attachment-image-container img { max-width: 100%; height: auto; } .attachment-image-container .attachment-resource { height: 12.5rem; } .atachment-tool-section h2 { width: 100%; line-height: 1.5rem !important; font-size: 1.5rem; } .atachment-tool-section { display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 2rem; margin-left: 2rem; } .atachment-tool-section ul { padding-left: 10px; } .atachment-tool-section ul li { list-style-type: none; } .atachment-tool-section ul#modal-filelist { margin-top: 8px; margin-bottom: 0px; } .atachment-tool-section ul#modal-filelist li .radio-button-container, .atachment-tool-section span { color: #253140; font-size: 18px; font-weight: 600; } .atachment-tool-section .send-button { padding: 10px 18px; color: #ffffff; font-size: 14px; font-weight: bold; margin-top: 6px; text-transform: uppercase; } .attachment-social-media-container .social-media-side-bar-container { top: 12.5rem; } .attachment-social-media-container { height: 90% !important; } .attachment-image-container iframe { max-width: 100%; min-height: 250px; } @media only screen and (max-width: 991px) { .atachment-tool-section { margin-top: 2rem; margin-left: 0rem; } .attachment-title { padding-left: 1rem; } .attachment-title h3 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .attachment-image-container { padding: 5%; min-width: auto; } } /*End Attachment Section */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .attachment-image-container { display: block; text-align: center; } }